• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/misc/math/float/exp_log/
NameDateSize

..11-Jun-20184 KiB

genexp.c11-Jun-20183.2 KiB

genexp_log.c11-Jun-20183.1 KiB

genfrexp.c11-Jun-20183.4 KiB

genhypot.c11-Jun-20183.3 KiB

genldexp.c11-Jun-20184.2 KiB

genlog.c11-Jun-20183.2 KiB

genlog10.c11-Jun-20183.2 KiB

genmodf.c11-Jun-20183.9 KiB

Makefile11-Jun-20181 KiB

readme11-Jun-2018257

readme

1/* please, adapt the Makefile file to your environment */
2
3/* cd to exp_log directory */
4$ pwd
5/home/linux/livr/exp_log
6
7/* compile */
8$ make all
9
10/* start datafiles generator */
11$ genexp_log
12
13/* put datafiles where they have to be loaded */
14$ make install
15