Home
last modified time | relevance | path

Searched refs:FLT_MIN_10_EXP (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/include/
Dfloat.h25 #define FLT_MIN_10_EXP (-37) macro
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h25 #define FLT_MIN_10_EXP (-37) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h25 #define FLT_MIN_10_EXP (-37) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h25 #define FLT_MIN_10_EXP (-37) macro
/third_party/musl/ndk_musl_include/
Dfloat.h25 #define FLT_MIN_10_EXP (-37) macro
/third_party/musl/libc-test/src/api/
Dfloat.c20 C(FLT_MIN_10_EXP) in f()
/third_party/mesa3d/src/mesa/swrast/
Ds_fog.c75 if (tmp < FLT_MIN_10_EXP) \
76 tmp = FLT_MIN_10_EXP; \
/third_party/flutter/skia/src/utils/
DSkFloatToDecimal.cpp79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/third_party/skia/src/utils/
DSkFloatToDecimal.cpp79 static_assert(kMaximumSkFloatToDecimalLength == 3 + 9 - FLT_MIN_10_EXP, ""); in SkFloatToDecimal()
/third_party/boost/libs/config/test/
Dmath_info.cpp315 PRINT_EXPRESSION(FLT_MIN_10_EXP); in main()