Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dfloat.h33 #define DBL_MANT_DIG 53 macro
/third_party/musl/porting/uniproton/kernel/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/musl/porting/liteos_m/kernel/include/
Dfloat.h33 #define DBL_MANT_DIG 53 macro
/third_party/musl/include/
Dfloat.h33 #define DBL_MANT_DIG 53 macro
/third_party/python/Lib/test/
Dtest_long.py34 DBL_MANT_DIG = sys.float_info.mant_dig variable