Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/root/
H A Dctfloat.d20 extern (C++) struct CTFloat struct
27 enum yl2x_supported = false;
29 enum yl2x_supported = __traits(compiles, core.math.yl2x(1.0L, 2.0L));
30 enum yl2xp1_supported = yl2x_supported;
56 __gshared real_t zero;
57 __gshared real_t one;
58 __gshared real_t minusone;
59 __gshared real_t half;
H A Dctfloat.h18 struct CTFloat struct
59 static real_t zero;
60 static real_t one;
61 static real_t minusone;
62 static real_t half;
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
61 static real_t zero;
62 static real_t one;
63 static real_t minusone;
64 static real_t half;
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
61 static real_t zero;
62 static real_t one;
63 static real_t minusone;
64 static real_t half;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
61 static real_t zero;
62 static real_t one;
63 static real_t minusone;
64 static real_t half;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/root/
H A Dctfloat.h17 struct CTFloat struct
19 static bool yl2x_supported;
20 static bool yl2xp1_supported;
43 static real_t zero;
44 static real_t one;
45 static real_t minusone;
46 static real_t half;
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DTreeless.hs205 | CTFloat constructor