Home | History | Annotate | Download | only in spmath

Lines Matching refs:odd

116 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd)	\
121 odd = Dbit2p2(srcB)
123 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
132 odd = dest << 31; \
152 if (guard && (sticky || odd)) { \
162 guard = odd; \
168 odd = dest << 31; \
177 odd = dest << 31; \
188 odd = dest << 31; \
201 odd = 0; \