Home
last modified time | relevance | path

Searched defs:DBL_MAX_EXP (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h39 #define DBL_MAX_EXP 1024 macro
/third_party/musl/include/
Dfloat.h35 #define DBL_MAX_EXP 1024 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h35 #define DBL_MAX_EXP 1024 macro
/third_party/mingw-w64/mingw-w64-crt/gdtoa/
Dgdtoaimp.h226 #define DBL_MAX_EXP 1024 macro
234 #define DBL_MAX_EXP 63 macro
242 #define DBL_MAX_EXP 127 macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dfloat.h102 #define DBL_MAX_EXP __DBL_MAX_EXP__ macro
/third_party/python/Lib/test/
Dtest_long.py32 DBL_MAX_EXP = sys.float_info.max_exp variable
Dtest_getargs2.py47 DBL_MAX_EXP = sys.float_info.max_exp variable