Home
last modified time | relevance | path

Searched defs:SQRTMIN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dalgebraic.d316 enum SQRTMIN = 0x1p-60f; variable
325 enum SQRTMIN = 0x1p-450L; variable
333 enum SQRTMIN = 0x1p-8000L; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3889 enum real SQRTMIN = 0.5 * sqrt(real.min_normal); // This is a power of 2. in hypot() local