Home | History | Annotate | only in /external/ltp/testcases/misc/math/float/exp_log
Up to higher level directory
NameDateSize
genexp.c22-Oct-20203.2K
genexp_log.c22-Oct-20203.1K
genfrexp.c22-Oct-20203.4K
genhypot.c22-Oct-20203.3K
genldexp.c22-Oct-20204.2K
genlog.c22-Oct-20203.2K
genlog10.c22-Oct-20203.2K
genmodf.c22-Oct-20203.9K
Makefile22-Oct-20201K
readme22-Oct-2020257

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