HomeSort by relevance Sort by last modified time
    Searched refs:DECIMAL_DIG (Results 1 - 12 of 12) 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/x86/
float.h 30 #define DECIMAL_DIG 21
  /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
  /bionic/tests/
float_test.cpp 25 #if !defined(DECIMAL_DIG)
26 #error DECIMAL_DIG
  /external/clang/test/Headers/
float.c 78 #ifndef DECIMAL_DIG
79 #error "Mandatory macro DECIMAL_DIG is missing."
80 #elif DECIMAL_DIG < 10
81 #error "Mandatory macro DECIMAL_DIG is invalid."
84 #ifdef DECIMAL_DIG
85 #error "Macro DECIMAL_DIG should not be defined."
198 _Static_assert(DECIMAL_DIG == __DECIMAL_DIG__, "");
  /bionic/tests/headers/posix/
float_h.c 42 MACRO(DECIMAL_DIG);
  /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/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 54 #ifndef DECIMAL_DIG
55 #error DECIMAL_DIG not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 54 #ifndef DECIMAL_DIG
55 #error DECIMAL_DIG not defined
  /external/libxml2/
trio.c 287 #ifndef DECIMAL_DIG
288 # define DECIMAL_DIG DBL_DIG
297 # define MAX_MANTISSA_DIGITS DECIMAL_DIG
    [all...]

Completed in 879 milliseconds