Home | History | Annotate | only in /external/ltp/testcases/misc/math/float/exp_log
Up to higher level directory
NameDateSize
genexp.c21-Aug-20183.2K
genexp_log.c21-Aug-20183.1K
genfrexp.c21-Aug-20183.4K
genhypot.c21-Aug-20183.3K
genldexp.c21-Aug-20184.2K
genlog.c21-Aug-20183.2K
genlog10.c21-Aug-20183.2K
genmodf.c21-Aug-20183.9K
Makefile21-Aug-20181K
readme21-Aug-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