Searched refs:DBL_MIN (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/build/gcc-2.95.3/
H A Dfloat.h54 #undef DBL_MIN macro
55 #define DBL_MIN 2.2250738585072014e-308 macro
/haiku/src/system/libroot/posix/musl/math/
H A Dfma.c155 return DBL_MIN/FLT_MIN * fltmin;
169 double_t tiny = DBL_MIN/FLT_MIN * r;
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinh.c183 if (__real__ res < DBL_MIN)

Completed in 40 milliseconds