Searched refs:HUGE_VAL (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c120 #define Inf HUGE_VAL
194 exc.retval = HUGE_VAL;
208 exc.retval = HUGE_VAL;
222 exc.retval = HUGE_VAL;
247 exc.retval = -HUGE_VAL;
265 exc.retval = -HUGE_VAL;
283 exc.retval = -HUGE_VAL;
301 exc.retval = -HUGE_VAL;
319 exc.retval = -HUGE_VAL;
337 exc.retval = -HUGE_VAL;
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c77 * Returns value if successfully converted. Otherwise, returns HUGE_VAL.
89 return (HUGE_VAL);
96 return (HUGE_VAL);
104 return (HUGE_VAL);
108 return (HUGE_VAL);
115 * HUGE_VAL is converted to 0:00. 'Precision' specifies the maximum
130 if (sec == HUGE_VAL) {
/illumos-gate/usr/src/boot/include/
H A Dmath.h46 #define HUGE_VAL __builtin_huge_val() macro
48 #define HUGE_VAL (__infinity.__ud) macro
61 #define HUGE_VALF (float)HUGE_VAL
62 #define HUGE_VALL (long double)HUGE_VAL
165 #define HUGE HUGE_VAL
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h57 #undef HUGE_VAL macro
58 #define HUGE_VAL __huge_val._d macro
H A Dmath_c99.h49 #undef HUGE_VAL macro
50 #define HUGE_VAL (__builtin_huge_val()) macro
128 #undef HUGE_VAL macro
129 #define HUGE_VAL __builtin_huge_val macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h42 #define HUGE_VAL (__infinity()) /* Produces IEEE Infinity. */ macro
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c223 if ((Time == HUGE_VAL) || (Time < 0.)) {

Completed in 79 milliseconds