Home
last modified time | relevance | path

Searched refs:min_10_exp (Results 1 – 25 of 118) sorted by relevance

12345

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/stdc/
H A Dfloat_.d81 enum FLT_MIN_10_EXP = float.min_10_exp;
83 enum DBL_MIN_10_EXP = double.min_10_exp;
85 enum LDBL_MIN_10_EXP = real.min_10_exp;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-cppbuiltin.c85 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
122 min_10_exp = (fmt->emin - 1) * log10_b; in builtin_define_float_constants()
124 sprintf (buf, "(%d)", min_10_exp); in builtin_define_float_constants()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-cppbuiltin.c85 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants() local
122 min_10_exp = (fmt->emin - 1) * log10_b; in builtin_define_float_constants()
124 sprintf (buf, "(%d)", min_10_exp); in builtin_define_float_constants()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dc-cppbuiltin.c91 int dig, min_10_exp, max_10_exp; in builtin_define_float_constants()
128 min_10_exp = (fmt->emin - 1) * log10_b; in builtin_define_float_constants()
130 sprintf (buf, "(%d)", min_10_exp); in builtin_define_float_constants()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dtarget.h54 static d_int64 min_10_exp; member
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dtarget.h54 static d_int64 min_10_exp; member
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dtarget.h54 static d_int64 min_10_exp; member
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dtarget.h55 static d_int64 min_10_exp; member
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dtarget.h55 static d_int64 min_10_exp; member
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dtarget.h55 static d_int64 min_10_exp; member
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dd-target.cc67 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
125 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dd-target.cc68 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
126 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dd-target.cc67 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
125 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dd-target.cc68 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
126 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-target.cc67 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
125 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-target.cc68 template <typename T> d_int64 Target::FPTypeProperties<T>::min_10_exp; member in Target::FPTypeProperties<T>
126 T::min_10_exp = (fmt->emin - 1) * log10_2; in define_float_constants()

12345