Home
last modified time | relevance | path

Searched defs:FPTypeProperties (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h41 struct FPTypeProperties struct
43 static real_t max;
44 static real_t min_normal;
45 static real_t nan;
46 static real_t snan;
47 static real_t infinity;
48 static real_t epsilon;
50 static d_int64 dig;
51 static d_int64 mant_dig;
52 static d_int64 max_exp;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h170 struct FPTypeProperties struct
172 real_t max;
173 real_t min_normal;
174 real_t nan;
175 real_t infinity;
176 real_t epsilon;
178 int64_t dig;
179 int64_t mant_dig;
180 int64_t max_exp;
181 int64_t min_exp;
[all …]
H A Dtarget.d126 extern (C++) struct FPTypeProperties(T) in FPTypeProperties() function