Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/math-emu/
Dsfcmp.c65 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()
Dsfadd.c75 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()
Dsfsub.c73 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()
Dsfrem.c63 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()
Dsgl_float.h33 #define Sgl_exponent(object) Sexponent(object) macro
109 (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 || \
Dfcnvfut.c67 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()
Dfcnvfxt.c69 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()
Dsfmpy.c167 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
Dsfdiv.c173 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
Ddenormal.c65 exponent = Sgl_exponent(opnd) - SGL_WRAP; in sgl_denormalize()
Dsfsqrt.c66 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_fsqrt()
Dfcnvfu.c70 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()
Dfcnvfx.c69 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()
Dfrnd.c61 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) { in sgl_frnd()
Dfcnvff.c64 src_exponent = Sgl_exponent(src); in sgl_to_dbl_fcnvff()
Dfmpyfadd.c1407 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);