Home
last modified time | relevance | path

Searched refs:Sgl_exponent (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfcmp.c52 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()
H A Dsfsub.c60 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()
H A Dsfadd.c62 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()
H A Dsfrem.c50 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()
H A Dsgl_float.h20 #define Sgl_exponent(object) Sexponent(object) macro
96 (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 || \
H A Dfcnvfut.c54 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()
H A Dfcnvfxt.c56 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()
H A Dsfmpy.c154 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
H A Dsfdiv.c160 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
H A Ddenormal.c52 exponent = Sgl_exponent(opnd) - SGL_WRAP; in sgl_denormalize()
H A Dsfsqrt.c53 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_fsqrt()
H A Dfcnvfu.c57 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()
H A Dfcnvfx.c56 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()
H A Dfrnd.c48 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_frnd()
H A Dfcnvff.c51 src_exponent = Sgl_exponent(src); in sgl_to_dbl_fcnvff()
H A Dfmpyfadd.c1394 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);