Home
last modified time | relevance | path

Searched refs:DBL_MAX_10_EXP (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/include/
Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/ndk_musl_include/
Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/boost/boost/spirit/home/support/detail/
Dpow10.hpp48 #if (DBL_MAX_10_EXP == 308) // for IEEE-754
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/
Dpow10.hpp45 #if (DBL_MAX_10_EXP == 308) // for IEEE-754
/third_party/musl/libc-test/src/api/
Dfloat.c27 C(DBL_MAX_10_EXP) in f()
/third_party/boost/libs/config/test/
Dmath_info.cpp332 PRINT_EXPRESSION(DBL_MAX_10_EXP); in main()
/third_party/python/Python/
Dast_unparse.c951 !(_str_replace_inf = PyUnicode_FromFormat("1e%d", 1 + DBL_MAX_10_EXP))) { in maybe_init_static_strings()
Ddtoa.c1678 if (e1 > DBL_MAX_10_EXP) in _Py_dg_strtod()
/third_party/python/Objects/
Dfloatobject.c104 SetIntFlag(DBL_MAX_10_EXP); in PyFloat_GetInfo()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp493 #if DBL_MAX_10_EXP > 300 in TestExponential()
514 #elif DBL_MAX_10_EXP > 70 in TestExponential()
/third_party/libxml2/
Dtrio.c299 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP
/third_party/python/Doc/library/
Dsys.rst533 | :const:`max_10_exp` | DBL_MAX_10_EXP | maximum integer *e* such that ``10**e`` is in the|