Home
last modified time | relevance | path

Searched defs:DBL_MIN_EXP (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/include/
Dfloat.h34 #define DBL_MIN_EXP (-1021) macro
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h34 #define DBL_MIN_EXP (-1021) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h34 #define DBL_MIN_EXP (-1021) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h34 #define DBL_MIN_EXP (-1021) macro
/third_party/musl/ndk_musl_include/
Dfloat.h34 #define DBL_MIN_EXP (-1021) macro
/third_party/python/Lib/test/
Dtest_long.py33 DBL_MIN_EXP = sys.float_info.min_exp variable