Symbol: Dintp2
sys/arch/hppa/spmath/cnv_float.h
248
Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
sys/arch/hppa/spmath/cnv_float.h
252
Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \
sys/arch/hppa/spmath/cnv_float.h
260
Dintp2(destB) = Dallp1(dbl_valueA) >> (20-(exponent)); \
sys/arch/hppa/spmath/cnv_float.h
262
(52-(exponent)),Dintp2(destB)); \
sys/arch/hppa/spmath/cnv_float.h
267
if (exponent == 52) Dintp2(destB) = Dallp2(dbl_valueB); \
sys/arch/hppa/spmath/cnv_float.h
269
52-exponent,Dintp2(destB)); \
sys/arch/hppa/spmath/cnv_float.h
274
Dintp2(destB) = Dallp2(dbl_valueB) << ((exponent)-52); \
sys/arch/hppa/spmath/cnv_float.h
280
Dintp2(dresultB) = 0
sys/arch/hppa/spmath/cnv_float.h
284
if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
288
Dintp2(dresultB) = 0
sys/arch/hppa/spmath/cnv_float.h
290
#define Dint_isone_lowp2(dresultB) (Dintp2(dresultB) & 01)
sys/arch/hppa/spmath/cnv_float.h
293
if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
296
if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)--
sys/arch/hppa/spmath/cnv_float.h
300
if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
304
Dintp2(destB) = src->wd1
sys/arch/hppa/spmath/cnv_float.h
307
dest->wd1 = Dintp2(srcB)
sys/arch/hppa/spmath/cnv_float.h
86
(((Dintp1(dint_valueA) << (33 - SGL_EXP_LENGTH)) != 0) || Dintp2(dint_valueB))
sys/arch/hppa/spmath/cnv_float.h
91
Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
sys/arch/hppa/spmath/cnv_float.h
94
(Dintp2(dint_value) << (33 - DBL_EXP_LENGTH))
sys/arch/hppa/spmath/cnv_float.h
97
if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \
sys/arch/hppa/spmath/cnv_float.h
98
if ((Dintp2(dint_opndB) << (34 -DBL_EXP_LENGTH)) || Dlowp2(dbl_opndB)) \