Home
last modified time | relevance | path

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

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