Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/math-emu/
Dcnv_float.h21 #define Dintp2(object) (object) macro
58 (((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
63 Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
66 (Dintp2(dint_value) << 33 - DBL_EXP_LENGTH)
69 if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \
70 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
220 Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \
224 Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \
232 Dintp2(destB) = Dallp1(dbl_valueA) >> 20-exponent; \
234 52-exponent,Dintp2(destB)); \
[all …]