Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/math-emu/
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()
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()
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()
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 || \
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()
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()
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()
Dsfmpy.c154 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
Dsfdiv.c160 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
Ddenormal.c52 exponent = Sgl_exponent(opnd) - SGL_WRAP; in sgl_denormalize()
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()
Dsfsqrt.c53 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_fsqrt()
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()
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);
Dfrnd.c48 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_frnd()
Dfcnvff.c51 src_exponent = Sgl_exponent(src); in sgl_to_dbl_fcnvff()