Lines Matching refs:exp
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
111 if (exp >= -2) { \
112 if (exp == 0) { \
156 inexact = Dallp2(srcB) << (2 + exp); \
160 if (exp == -2) dest = Dallp1(srcA); \
161 else Variable_shift_double(Dallp1(srcA),Dallp2(srcB),30-exp,dest); \
167 if (exp > (1 - SGL_P)) { \
168 dest = Dallp1(srcA) >> (- 2 - exp); \
169 inexact = Dallp1(srcA) << (34 + exp); \
178 if (exp == (1 - SGL_P)) { \
189 exp = 0