Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dfloat.h75 #define DBL_MAX_10_EXP 308 macro
90 #define LDBL_MAX_10_EXP DBL_MAX_10_EXP
/freebsd/sys/powerpc/include/
H A Dfloat.h76 #define DBL_MAX_10_EXP 308 macro
91 #define LDBL_MAX_10_EXP DBL_MAX_10_EXP
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h64 # undef DBL_MAX_10_EXP
140 #define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ macro
H A Dopencl-c-base.h301 #define DBL_MAX_10_EXP +308 macro
/freebsd/sys/arm64/include/
H A Dfloat.h73 #define DBL_MAX_10_EXP 308 macro
/freebsd/sys/riscv/include/
H A Dfloat.h69 #define DBL_MAX_10_EXP 308 macro
/freebsd/sys/x86/include/
H A Dfloat.h75 #define DBL_MAX_10_EXP 308 macro
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h238 #define DBL_MAX_10_EXP 308 macro
246 #define DBL_MAX_10_EXP 75 macro
254 #define DBL_MAX_10_EXP 38 macro
H A Dstrtod.c459 if (e1 > DBL_MAX_10_EXP) {
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcfloat52 DBL_MAX_10_EXP
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc38 SYMBOL(DBL_MAX_10_EXP, None, <float.h>)
H A DStdSymbolMap.inc47 SYMBOL(DBL_MAX_10_EXP, None, <cfloat>)
48 SYMBOL(DBL_MAX_10_EXP, None, <float.h>)
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp15444 const std::size_t maxDoubleSize = DBL_MAX_10_EXP + 1 + 1 + 3 + 1; in getFormattedDuration()