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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsfcmp.c65 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
66 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
71 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
75 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
89 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
92 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
H A Dsfrem.c63 if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) {
110 if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) {
H A Ddenormal.c65 exponent = Sgl_exponent(opnd) - SGL_WRAP;
H A Dfcnvfut.c67 src_exponent = Sgl_exponent(src) - SGL_BIAS;
136 src_exponent = Sgl_exponent(src) - SGL_BIAS;
H A Dfcnvfxt.c69 src_exponent = Sgl_exponent(src) - SGL_BIAS;
133 src_exponent = Sgl_exponent(src) - SGL_BIAS;
H A Dsfsqrt.c66 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
H A Dsfadd.c75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
174 result_exponent = Sgl_exponent(left);
178 if((right_exponent = Sgl_exponent(right)) == 0)
H A Dsfsub.c73 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
173 result_exponent = Sgl_exponent(left);
178 if((right_exponent = Sgl_exponent(right)) == 0)
H A 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 || \
H A Dfcnvfu.c70 src_exponent = Sgl_exponent(src) - SGL_BIAS;
191 src_exponent = Sgl_exponent(src) - SGL_BIAS;
H A Dsfdiv.c173 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS;
H A Dsfmpy.c167 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS;
H A Dfcnvff.c64 src_exponent = Sgl_exponent(src);
H A Dfrnd.c61 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
H A Dfcnvfx.c69 src_exponent = Sgl_exponent(src) - SGL_BIAS;
166 src_exponent = Sgl_exponent(src) - SGL_BIAS;
H A 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);

Completed in 107 milliseconds