HomeSort by relevance Sort by last modified time
    Searched refs:FLT_MIN_10_EXP (Results 1 - 16 of 16) sorted by null

  /bionic/tests/
float_test.cpp 82 #if !defined(FLT_MIN_10_EXP)
83 #error FLT_MIN_10_EXP
  /bionic/tests/headers/posix/
float_h.c 49 MACRO(FLT_MIN_10_EXP);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 71 #define FLT_MIN_10_EXP (-37) /* ceil(log10(b**(emin-1))) */
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
min_exponent10.pass.cpp 55 test<float, FLT_MIN_10_EXP>();
  /external/clang/test/Headers/
float.c 127 #ifndef FLT_MIN_10_EXP
128 #error "Mandatory macro FLT_MIN_10_EXP is missing."
129 #elif FLT_MIN_10_EXP > -37
130 #error "Mandatory macro FLT_MIN_10_EXP is invalid."
209 _Static_assert(FLT_MIN_10_EXP == __FLT_MIN_10_EXP__, "");
  /external/clang/lib/Headers/
float.h 51 # undef FLT_MIN_10_EXP
101 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__
opencl-c.h 184 #define FLT_MIN_10_EXP -37
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
float_h.pass.cpp 96 #ifndef FLT_MIN_10_EXP
97 #error FLT_MIN_10_EXP not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
cfloat.pass.cpp 96 #ifndef FLT_MIN_10_EXP
97 #error FLT_MIN_10_EXP not defined
  /external/libcxx/include/support/win32/
limits_msvc_win32.h 32 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
  /external/libcxx/include/support/ibm/
limits.h 57 #define __FLT_MIN_10_EXP__ FLT_MIN_10_EXP
  /external/skia/src/utils/
SkFloatToDecimal.cpp 78 // abs(FLT_MIN_10_EXP) = number of zeros in FLT_MIN
79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, "");
  /external/skqp/src/utils/
SkFloatToDecimal.cpp 78 // abs(FLT_MIN_10_EXP) = number of zeros in FLT_MIN
79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, "");
  /external/mesa3d/src/mesa/swrast/
s_fog.c 74 if (tmp < FLT_MIN_10_EXP) \
75 tmp = FLT_MIN_10_EXP; \
  /external/python/cpython2/Lib/plat-beos5/
IN.py 80 FLT_MIN_10_EXP = (-37)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c     [all...]

Completed in 663 milliseconds