Searched defs:subnormal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_qtod.c43 int subnormal, e; local
101 subnormal = 0;
122 /* x is in the subnormal range for double */
123 subnormal = 1;
154 if (subnormal)
167 /* if result is exact and subnormal but underflow trapping is */
169 else if (subnormal && (fsr & FSR_UFM))
H A D_Q_qtos.c46 int subnormal, e; local
98 subnormal = 0;
118 /* x is in the subnormal range for single */
119 subnormal = 1;
137 if (subnormal)
149 /* if result is exact and subnormal but underflow trapping is */
151 else if (subnormal && (fsr & FSR_UFM))

Completed in 58 milliseconds