Home
last modified time | relevance | path

Searched defs:DBL_MANT_DIG (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h37 #define DBL_MANT_DIG 53 macro
/third_party/musl/include/
Dfloat.h33 #define DBL_MANT_DIG 53 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h33 #define DBL_MANT_DIG 53 macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dfloat.h152 #define DBL_MANT_DIG __DBL_MANT_DIG__ macro
/third_party/python/Lib/test/
Dtest_long.py34 DBL_MANT_DIG = sys.float_info.mant_dig variable