Home | History | Annotate | Download | only in spmath

Lines Matching refs:inexact

116 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd)	\
120 inexact = guard | sticky; \
123 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
128 inexact = Dallp2(srcB) << 3; \
129 guard = inexact >> 31; \
130 sticky = inexact << 1; \
133 if (inexact) { \
163 sticky = inexact; \
164 inexact |= guard; \
171 inexact = Dallp2(srcB) << (2 + exp); \
172 guard = inexact >> 31; \
173 sticky = inexact << 1; \
184 inexact = Dallp1(srcA) << (34 + exp); \
185 guard = inexact >> 31; \
186 sticky = (inexact << 1) | Dallp2(srcB); \
187 inexact |= Dallp2(srcB); \
192 inexact = Dallp1(srcA) | Dallp2(srcB); \
199 sticky = inexact; \
334 * and either return an INEXACTEXCEPTION (SIGFPE) or set the inexact