HomeSort by relevance Sort by last modified time
    Searched defs:DECIMAL_DIG (Results 1 - 7 of 7) sorted by null

  /external/libcxx/include/
float.h 31 DECIMAL_DIG // C99
88 #ifndef DECIMAL_DIG
89 #define DECIMAL_DIG __DECIMAL_DIG__
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
float.h 55 #define DECIMAL_DIG 21
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
float.h 27 #define DECIMAL_DIG 21
  /device/linaro/bootloader/edk2/StdLib/Include/x86/
float.h 30 #define DECIMAL_DIG 21
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 102 #define DECIMAL_DIG 17 /* ceil((1+p*log10(b))-(b==10) */
  /external/clang/lib/Headers/
float.h 43 # undef DECIMAL_DIG
90 # define DECIMAL_DIG __DECIMAL_DIG__
  /external/libxml2/
trio.c 287 #ifndef DECIMAL_DIG
288 # define DECIMAL_DIG DBL_DIG
297 # define MAX_MANTISSA_DIGITS DECIMAL_DIG
    [all...]

Completed in 420 milliseconds