Home | History | Annotate | Download | only in Enquire

Lines Matching defs:THING

2     Every thing you wanted to know about your compiler but didn't know whom to ask.

2137 /* #undef on an already undefined thing is (wrongly) flagged as an error
2142 #undef THING
2143 #undef Thing
2144 #undef thing
2198 #define THING "FLOAT"
2199 #define Thing "Float"
2200 #define thing "float"
2286 #define THING "DOUBLE"
2287 #define Thing "Double"
2288 #define thing "double"
2376 #define THING "LONG DOUBLE"
2377 #define Thing "Long double"
2378 #define thing "long double"
2790 Vprintf("%sPROPERTIES OF %s%s\n", co, THING, oc);
2829 co, thing, "arithmetic has a different radix",
2841 if (F) i_define(D_MANT_DIG, thing, Fname, "_MANT_DIG",
2843 if (F) i_define(D_DIG, thing, Fname, "_DIG",
2911 co, thing, "arithmetic rounds differently",
2992 if (F) f_define(D_EPSILON, thing,
3024 Vprintf("%s%s underflow generates a trap%s\n", co, Thing, oc);
3058 i_define(D_MIN_EXP, thing, Fname, "_MIN_EXP",
3071 if (F) f_define(D_MIN, thing,
3092 if (F) i_define(D_MIN_10_EXP, thing, Fname, "_MIN_10_EXP",
3144 if (F) i_define(D_MAX_EXP, thing, Fname, "_MAX_EXP",
3161 if (F) f_define(D_MAX, thing,
3181 if (F) i_define(D_MAX_10_EXP, thing, Fname, "_MAX_10_EXP",
3233 thing,
3245 thing,
3317 co, thing, " check that you compiled without optimisation!",
3321 co, Thing, oc);
3324 co, Thing, oc);
3327 co, Thing, oc);
3330 co, Thing, eprec>dprec ? "higher" : "lower",