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

  /src/external/lgpl3/mpfr/dist/src/
ieee_floats.h 43 #define MPFR_DBL_NAN DBL_NAN
45 /* For NaN, we use DBL_NAN since the memory representation of a NaN depends
75 #define MPFR_DBL_NAN DBL_NAN
mpfr-impl.h 644 Note: DBL_NAN is 0/0, thus its value is a quiet NaN (qNAN).
649 # define DBL_NAN (double_zero/double_zero)
656 # define DBL_NAN ((double) 0.0/0.0)

Completed in 22 milliseconds