Home
last modified time | relevance | path

Searched defs:max_10_exp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h54 static d_int64 max_10_exp; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc67 template <typename T> d_int64 Target::FPTypeProperties<T>::max_10_exp; member in Target::FPTypeProperties<T>
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.d138 … long max_10_exp; /// maximum int value such that 10$(SUPERSCRIPT `max_10_exp` is representable) in FPTypeProperties() local
H A Dtarget.h182 int64_t max_10_exp; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc138 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c137 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d442 static @property int max_10_exp(){ return cast(int) log10( +max ); } in max_10_exp() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d429 static @property int max_10_exp(){ return cast(int) log10( +max ); } in max_10_exp() function