Home
last modified time | relevance | path

Searched refs:DBL_MIN_10_EXP (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/include/
Dfloat.h40 #define DBL_MIN_10_EXP (-307) macro
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h40 #define DBL_MIN_10_EXP (-307) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h40 #define DBL_MIN_10_EXP (-307) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h40 #define DBL_MIN_10_EXP (-307) macro
/third_party/musl/ndk_musl_include/
Dfloat.h40 #define DBL_MIN_10_EXP (-307) macro
/third_party/musl/libc-test/src/api/
Dfloat.c21 C(DBL_MIN_10_EXP) in f()
/third_party/boost/libs/config/test/
Dmath_info.cpp334 PRINT_EXPRESSION(DBL_MIN_10_EXP); in main()
/third_party/python/Objects/
Dfloatobject.c107 SetIntFlag(DBL_MIN_10_EXP); in PyFloat_GetInfo()
/third_party/libpng/
Dpng.c2868 if (power < DBL_MIN_10_EXP) return 0;
/third_party/skia/third_party/externals/libpng/
Dpng.c2868 if (power < DBL_MIN_10_EXP) return 0;
/third_party/flutter/skia/third_party/externals/libpng/
Dpng.c2868 if (power < DBL_MIN_10_EXP) return 0;
/third_party/python/Doc/library/
Dsys.rst545 | :const:`min_10_exp` | DBL_MIN_10_EXP | minimum integer *e* such that ``10**e`` is a |