DBL_P 179 arch/parisc/math-emu/cnv_float.h (exponent < (DBL_P-33) ? \ DBL_P 181 arch/parisc/math-emu/cnv_float.h (exponent < (DBL_P-1) ? Dallp2(dbl_valueB) << (exponent + (33-DBL_P)) : \ DBL_P 189 arch/parisc/math-emu/cnv_float.h ((exponent < (DBL_P - 33) ? \ DBL_P 191 arch/parisc/math-emu/cnv_float.h Dallp2(dbl_valueB) >> ((DBL_P - 2) - exponent)) & 1) DBL_P 194 arch/parisc/math-emu/cnv_float.h (exponent < (DBL_P-34) ? \ DBL_P 196 arch/parisc/math-emu/cnv_float.h (exponent<(DBL_P-2) ? (Dallp2(dbl_valueB) << (exponent + (34-DBL_P))) : \ DBL_P 491 arch/parisc/math-emu/dbl_float.h if (exponent >= (1-DBL_P)) { \ DBL_P 212 arch/parisc/math-emu/dfdiv.c for (count=1; count <= DBL_P && (opnd1p1 || opnd1p2); count++) { DBL_P 223 arch/parisc/math-emu/dfdiv.c if (count <= DBL_P) { DBL_P 226 arch/parisc/math-emu/dfdiv.c Dbl_leftshift(opnd3p1,opnd3p2,(DBL_P-count)); DBL_P 203 arch/parisc/math-emu/dfmpy.c for (count=1;count<=DBL_P;count+=4) { DBL_P 273 arch/parisc/math-emu/dfrem.c if (dest_exponent >= (1 - DBL_P)) { DBL_P 122 arch/parisc/math-emu/dfsqrt.c Dbl_allp1(newbitp1) = 1 << (DBL_P - 32); DBL_P 377 arch/parisc/math-emu/fmpyfadd.c for (count = DBL_P-1; count >= 0; count -= 4) { DBL_P 1037 arch/parisc/math-emu/fmpyfadd.c for (count = DBL_P-1; count >= 0; count -= 4) { DBL_P 173 arch/parisc/math-emu/frnd.c if ((src_exponent -= DBL_BIAS) >= DBL_P - 1) { DBL_P 184 arch/parisc/math-emu/frnd.c Dbl_rightshift(resultp1,resultp2,(DBL_P-1) - (src_exponent)); DBL_P 205 arch/parisc/math-emu/frnd.c Dbl_leftshift(resultp1,resultp2,(DBL_P-1) - (src_exponent)); DBL_P 447 arch/parisc/math-emu/sgl_float.h if (exponent >= (1-DBL_P)) { \