Home
last modified time | relevance | path

Searched defs:min_normal (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtraits.d794 foreach (x; [smallP2, min_sub, X.min_normal, .25L, 0.5L, 1.0L, in foreach()
826 static foreach (x; [smallP2, min_sub, X.min_normal, .25L, 0.5L, 1.0L, in foreach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h44 static real_t min_normal; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc58 template <typename T> real_t Target::FPTypeProperties<T>::min_normal; member in Target::FPTypeProperties<T>
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.d129 real_t min_normal; /// smallest representable normalized value that's not 0 in FPTypeProperties() local
H A Dtarget.h173 real_t min_normal; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d465 static @property CustomFloat min_normal() { in min_normal() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d452 static @property CustomFloat min_normal() in min_normal() function