Searched defs:min_normal (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | traits.d | 794 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 D | target.h | 44 static real_t min_normal; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 58 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 D | target.d | 129 real_t min_normal; /// smallest representable normalized value that's not 0 in FPTypeProperties() local
|
H A D | target.h | 173 real_t min_normal; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | numeric.d | 465 static @property CustomFloat min_normal() { in min_normal() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | numeric.d | 452 static @property CustomFloat min_normal() in min_normal() function
|