Searched refs:Dintp2 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dcnv_float.h34 #define Dintp2(object) (object) macro
71 ((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) || Dintp2(dint_valueB))
76 Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
79 (Dintp2(dint_value) << 33 - DBL_EXP_LENGTH)
82 if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \
83 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
233 Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
237 Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \
245 Dintp2(destB) = Dallp1(dbl_valueA) >> 20-exponent; \
247 52-exponent,Dintp2(dest
[all...]

Completed in 51 milliseconds