Symbol: Dintp2
sys/arch/hppa/spmath/cnv_float.h
222
Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
sys/arch/hppa/spmath/cnv_float.h
226
Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \
sys/arch/hppa/spmath/cnv_float.h
234
Dintp2(destB) = Dallp1(dbl_valueA) >> (20-exponent); \
sys/arch/hppa/spmath/cnv_float.h
236
52-exponent,Dintp2(destB)); \
sys/arch/hppa/spmath/cnv_float.h
241
if (exponent == 52) Dintp2(destB) = Dallp2(dbl_valueB); \
sys/arch/hppa/spmath/cnv_float.h
243
52-exponent,Dintp2(destB)); \
sys/arch/hppa/spmath/cnv_float.h
248
Dintp2(destB) = Dallp2(dbl_valueB) << (exponent-52); \
sys/arch/hppa/spmath/cnv_float.h
254
Dintp2(dresultB) = 0
sys/arch/hppa/spmath/cnv_float.h
258
if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
262
Dintp2(dresultB) = 0
sys/arch/hppa/spmath/cnv_float.h
264
#define Dint_isone_lowp2(dresultB) (Dintp2(dresultB) & 01)
sys/arch/hppa/spmath/cnv_float.h
267
if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
270
if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)--
sys/arch/hppa/spmath/cnv_float.h
274
if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++
sys/arch/hppa/spmath/cnv_float.h
278
Dintp2(destB) = src->wd1
sys/arch/hppa/spmath/cnv_float.h
281
dest->wd1 = Dintp2(srcB)
sys/arch/hppa/spmath/cnv_float.h
60
((Dintp1(dint_valueA) << (33 - SGL_EXP_LENGTH)) || Dintp2(dint_valueB))
sys/arch/hppa/spmath/cnv_float.h
65
Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
sys/arch/hppa/spmath/cnv_float.h
68
(Dintp2(dint_value) << (33 - DBL_EXP_LENGTH))
sys/arch/hppa/spmath/cnv_float.h
71
if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \
sys/arch/hppa/spmath/cnv_float.h
72
if ((Dintp2(dint_opndB) << (34 - DBL_EXP_LENGTH)) || Dlowp2(dbl_opndB)) \