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