Symbol: Dintp2
arch/parisc/math-emu/cnv_float.h
220
Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
arch/parisc/math-emu/cnv_float.h
224
Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \
arch/parisc/math-emu/cnv_float.h
232
Dintp2(destB) = Dallp1(dbl_valueA) >> 20-exponent; \
arch/parisc/math-emu/cnv_float.h
234
52-exponent,Dintp2(destB)); \
arch/parisc/math-emu/cnv_float.h
239
if (exponent == 52) Dintp2(destB) = Dallp2(dbl_valueB); \
arch/parisc/math-emu/cnv_float.h
241
52-exponent,Dintp2(destB)); \
arch/parisc/math-emu/cnv_float.h
246
Dintp2(destB) = Dallp2(dbl_valueB) << exponent-52; \
arch/parisc/math-emu/cnv_float.h
252
Dintp2(dresultB) = 0
arch/parisc/math-emu/cnv_float.h
256
if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
260
Dintp2(dresultB) = 0
arch/parisc/math-emu/cnv_float.h
262
#define Dint_isone_lowp2(dresultB) (Dintp2(dresultB) & 01)
arch/parisc/math-emu/cnv_float.h
265
if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
268
if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)--
arch/parisc/math-emu/cnv_float.h
272
if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
276
Dintp2(destB) = src->wd1
arch/parisc/math-emu/cnv_float.h
279
dest->wd1 = Dintp2(srcB)
arch/parisc/math-emu/cnv_float.h
340
Dintp2(dresultB) = val >> (31 - exponent); \
arch/parisc/math-emu/cnv_float.h
344
Dintp2(dresultB) = exponent <= 62 ? val << (exponent - 31) : 0; \
arch/parisc/math-emu/cnv_float.h
58
(((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
arch/parisc/math-emu/cnv_float.h
63
Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
arch/parisc/math-emu/cnv_float.h
66
(Dintp2(dint_value) << 33 - DBL_EXP_LENGTH)
arch/parisc/math-emu/cnv_float.h
69
if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \
arch/parisc/math-emu/cnv_float.h
70
if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \