HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_DOUBLE_SPEC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tset_d.c 38 #ifndef MPFR_DOUBLE_SPEC
39 printf ("Warning! The MPFR_DOUBLE_SPEC macro is not defined. This means\n"
43 #elif MPFR_DOUBLE_SPEC == 0
tget_d.c 263 #ifndef MPFR_DOUBLE_SPEC
264 printf ("Warning! The MPFR_DOUBLE_SPEC macro is not defined. This means\n"
268 #elif MPFR_DOUBLE_SPEC == 0
  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 598 /* MPFR_DOUBLE_SPEC = 1 if the C type 'double' corresponds to IEEE-754
600 On all the tested machines, MPFR_DOUBLE_SPEC = 1. To have this macro
603 #if !defined(MPFR_DOUBLE_SPEC) && defined(FLT_RADIX) && \
607 # define MPFR_DOUBLE_SPEC 1
609 # define MPFR_DOUBLE_SPEC 0

Completed in 133 milliseconds