Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
A Dcnv_float.h68 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument
71 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
325 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument
328 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
A Ddbl_float.h429 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument
430 while(Dbl_iszero_hiddenhigh7mantissa(dbl_opndA)) { \
431 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \
434 if(Dbl_iszero_hiddenhigh3mantissa(dbl_opndA)) { \
435 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \
438 while(Dbl_iszero_hidden(dbl_opndA)) { \
439 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \

Completed in 7 milliseconds