Home
last modified time | relevance | path

Searched defs:min_exp (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h53 static d_int64 min_exp; member
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc66 template <typename T> d_int64 Target::FPTypeProperties<T>::min_exp; member in Target::FPTypeProperties<T>
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.d137 …long min_exp; /// minimum int value such that 2$(SUPERSCRIPT `min_exp-1`) is representable a… in FPTypeProperties() local
H A Dtarget.h181 int64_t min_exp; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc2099 int min_exp = -1; in do_compile() local
H A Dtoplev.c2242 int min_exp = -1; in do_compile() local
H A Dbuiltins.cc8808 tree orig_arg, max_exp, min_exp; in fold_builtin_interclass_mathfn() local
H A Dbuiltins.c9612 tree orig_arg, max_exp, min_exp; in fold_builtin_interclass_mathfn() local
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c2242 int min_exp = -1; in do_compile() local
H A Dbuiltins.c9612 tree orig_arg, max_exp, min_exp; in fold_builtin_interclass_mathfn() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d451 enum min_exp = cast(T_signed_exp)-bias +1+ ((flags&Flags.allowDenorm)!=0); variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d438 enum min_exp = cast(T_signed_exp) -(cast(long) bias) + 1 + ((flags & Flags.allowDenorm) != 0); variable