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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Ddfcmp.c65 if( (Dbl_exponent(leftp1) == DBL_INFINITY_EXPONENT)
66 || (Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT) )
71 if( ((Dbl_exponent(leftp1) == DBL_INFINITY_EXPONENT)
75 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
89 else if( ((Dbl_exponent(leftp1) == DBL_INFINITY_EXPONENT)
92 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
H A Ddenormal.c107 exponent = Dbl_exponent(opndp1) - DBL_WRAP;
H A Ddfrem.c64 if ((opnd1_exponent = Dbl_exponent(opnd1p1)) == DBL_INFINITY_EXPONENT) {
111 if ((opnd2_exponent = Dbl_exponent(opnd2p1)) == DBL_INFINITY_EXPONENT) {
H A Dfcnvfut.c206 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
275 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
H A Dfcnvfxt.c207 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
272 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
H A Ddfadd.c74 if ((result_exponent = Dbl_exponent(leftp1)) == DBL_INFINITY_EXPONENT)
174 result_exponent = Dbl_exponent(leftp1);
178 if((right_exponent = Dbl_exponent(rightp1)) == 0)
H A Ddfsub.c74 if ((result_exponent = Dbl_exponent(leftp1)) == DBL_INFINITY_EXPONENT)
175 result_exponent = Dbl_exponent(leftp1);
180 if((right_exponent = Dbl_exponent(rightp1)) == 0)
H A Ddfsqrt.c66 if ((src_exponent = Dbl_exponent(srcp1)) == DBL_INFINITY_EXPONENT) {
H A Ddfdiv.c175 dest_exponent = Dbl_exponent(opnd1p1) - Dbl_exponent(opnd2p1) + DBL_BIAS;
H A Ddfmpy.c169 dest_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) -DBL_BIAS;
H A Dfcnvfu.c309 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
432 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
H A Dfcnvff.c154 src_exponent = Dbl_exponent(srcp1);
H A Dfrnd.c166 if ((src_exponent = Dbl_exponent(srcp1)) == DBL_INFINITY_EXPONENT) {
H A Dfcnvfx.c287 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
398 src_exponent = Dbl_exponent(srcp1) - DBL_BIAS;
H A Dfmpyfadd.c90 mpy_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) - DBL_BIAS;
436 add_exponent = Dbl_exponent(opnd3p1);
750 mpy_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) - DBL_BIAS;
1096 add_exponent = Dbl_exponent(opnd3p1);
H A Ddbl_float.h32 #define Dbl_exponent(object) Dexponent(object) macro

Completed in 165 milliseconds