Searched refs:Sgl_exponent (Results 1 – 16 of 16) sorted by relevance
65 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()66 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) ) in sgl_fcmp()71 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()75 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()89 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()92 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()
75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fadd()174 result_exponent = Sgl_exponent(left); in sgl_fadd()178 if((right_exponent = Sgl_exponent(right)) == 0) in sgl_fadd()
73 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fsub()173 result_exponent = Sgl_exponent(left); in sgl_fsub()178 if((right_exponent = Sgl_exponent(right)) == 0) in sgl_fsub()
63 if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) { in sgl_frem()110 if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) { in sgl_frem()
33 #define Sgl_exponent(object) Sexponent(object) macro109 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)111 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)113 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \116 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \119 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \
67 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()136 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfut()
69 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfxt()133 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfxt()
167 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
173 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
65 exponent = Sgl_exponent(opnd) - SGL_WRAP; in sgl_denormalize()
66 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_fsqrt()
70 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfu()191 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfu()
69 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfx()166 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfx()
61 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_frnd()
64 src_exponent = Sgl_exponent(src); in sgl_to_dbl_fcnvff()
1407 mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;1750 add_exponent = Sgl_exponent(opnd3);2049 mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;2392 add_exponent = Sgl_exponent(opnd3);