Searched defs:TINY (Results 1 – 7 of 7) sorted by relevance
81 #define TINY 0x1.p-100 /* ~= 7.889e-31 */ macro130 #define TINY 0x1.p-1000 /* ~= 9.33e-302 (min exp -1074) */ macro179 #define TINY 0x1.p-16400 /* ~= 1.28e-4937 (min exp -16494) */ macro228 #define TINY 0x1.p-16400 /* ~= 1.28e-4937 */ macro298 #define TINY 0x1.p-16400 /* ~= 1.28e-4937 */ macro
81 #define TINY 0x1.p-100 /* ~= 7.889e-31 */ macro130 #define TINY 0x1.p-1000 /* ~= 9.33e-302 (min exp -1074) */ macro179 #define TINY 0x1.p-16400 /* ~= 1.28e-4937 (min exp -16494) */ macro228 #define TINY 0x1.p-16400 /* ~= 1.28e-4937 */ macro
100 #define TINY C[8] macro
43 TINY = auto() variable in Size
576 enum version_components { MAJOR, MINOR, TINY }; enumerator