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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexp2l.c54 unflexp = UNFLEXP; variable
75 if (t >= unflexp)
78 return (scalbnl(one, unflexp)); /* underflow */

Completed in 42 milliseconds