Home
last modified time | relevance | path

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

/linux-3.4.99/arch/parisc/math-emu/
Dcnv_float.h81 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument
83 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
84 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
338 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument
340 if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
341 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
Ddbl_float.h442 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument
444 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \
448 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \
452 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \