Home | History | Annotate | Download | only in Half

Lines Matching full:positive

43 //	Type half can represent positive and negative numbers whose
171 // h.isInfinity() returns true if h is a positive
262 #define HALF_MIN 5.96046448e-08f // Smallest positive half
264 #define HALF_NRM_MIN 6.10351562e-05f // Smallest positive normalized half
266 #define HALF_MAX 65504.0f // Largest positive half
268 #define HALF_EPSILON 0.00097656f // Smallest positive e for which
272 #define HALF_MIN 5.96046448e-08 // Smallest positive half
274 #define HALF_NRM_MIN 6.10351562e-05 // Smallest positive normalized half
276 #define HALF_MAX 65504.0 // Largest positive half
278 #define HALF_EPSILON 0.00097656 // Smallest positive e for which
296 #define HALF_MAX_EXP 16 // Maximum positive integer such that
301 #define HALF_MIN_10_EXP -4 // Minimum positive integer such
305 #define HALF_MAX_10_EXP 4 // Maximum positive integer such