Home
last modified time | relevance | path

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

/netbsd/sys/arch/hppa/spmath/
H A Dcnv_float.h96 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument
98 if ((Dintp2(dint_opndB) << (34 -DBL_EXP_LENGTH)) || Dlowp2(dbl_opndB)) \
99 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
H A Ddbl_float.h465 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument
467 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \
471 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \
475 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \