Searched refs:Sgl_exponent (Results 1 – 16 of 16) sorted by relevance
52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()53 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) ) in sgl_fcmp()58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()62 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT) in sgl_fcmp()79 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()
60 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fsub()160 result_exponent = Sgl_exponent(left); in sgl_fsub()165 if((right_exponent = Sgl_exponent(right)) == 0) in sgl_fsub()
62 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT) in sgl_fadd()161 result_exponent = Sgl_exponent(left); in sgl_fadd()165 if((right_exponent = Sgl_exponent(right)) == 0) in sgl_fadd()
50 if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) { in sgl_frem()97 if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) { in sgl_frem()
20 #define Sgl_exponent(object) Sexponent(object) macro96 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)98 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)100 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \103 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \106 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \
54 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()123 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfut()
56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfxt()120 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfxt()
154 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
160 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
52 exponent = Sgl_exponent(opnd) - SGL_WRAP; in sgl_denormalize()
53 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_fsqrt()
57 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfu()178 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfu()
56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfx()153 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfx()
48 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_frnd()
51 src_exponent = Sgl_exponent(src); in sgl_to_dbl_fcnvff()
1394 mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;1737 add_exponent = Sgl_exponent(opnd3);2036 mpy_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;2379 add_exponent = Sgl_exponent(opnd3);