Home
last modified time | relevance | path

Searched refs:DBL_MAX_10_EXP (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/include/
H A Dfloat.h41 #define DBL_MAX_10_EXP 308 macro
/third_party/musl/libc-test/src/api/
H A Dfloat.c27 C(DBL_MAX_10_EXP) in f()
/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h118 * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
235 #define DBL_MAX_10_EXP 308 macro
243 #define DBL_MAX_10_EXP 75 macro
251 #define DBL_MAX_10_EXP 38 macro
316 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
H A Dstrtod.c459 if (e1 > DBL_MAX_10_EXP) {
/third_party/python/Python/
H A Dast_unparse.c4 #include <float.h> // DBL_MAX_10_EXP
920 !(_str_replace_inf = PyUnicode_FromFormat("1e%d", 1 + DBL_MAX_10_EXP))) { in maybe_init_static_strings()
H A Ddtoa.c237 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
1679 if (e1 > DBL_MAX_10_EXP) in _Py_dg_strtod()
/third_party/python/Objects/
H A Dfloatobject.c68 {"max_10_exp", "DBL_MAX_10_EXP -- maximum int e such that 10**e "
111 SetIntFlag(DBL_MAX_10_EXP); in PyFloat_GetInfo()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp493 // DBL_MAX_10_EXP to be a compile-time constant. in TestExponential()
497 #if DBL_MAX_10_EXP > 300 in TestExponential()
518 #elif DBL_MAX_10_EXP > 70 in TestExponential()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp15784 const std::size_t maxDoubleSize = DBL_MAX_10_EXP + 1 + 1 + 3 + 1;

Completed in 47 milliseconds