Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/math-emu/
Dcnv_float.h68 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument
70 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
71 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
325 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument
327 if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
328 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
Ddbl_float.h429 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument
431 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \
435 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \
439 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \