unplugged-system/external/ltp/testcases/misc/math/float/power
2025-10-06 13:59:42 +00:00
..
genceil.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
genfabs.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
genfloor.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
genfmod.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
genpow.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
genpower.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gensqrt.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Makefile Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
readme Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

/* please, adapt the Makefile file to your environment */

/* cd to power directory */
$ pwd
/home/linux/livr/power

/* compile */
$ make all

/* start datafiles generator */
$ genpower

/* put datafiles where they have to be loaded */
$ make install