Home | History | Annotate | Download | only in spmath

Lines Matching defs:opnd1p1

58 	register unsigned int opnd1p1, opnd1p2, opnd2p1, opnd2p2;
64 Dbl_copyfromptr(srcptr1,opnd1p1,opnd1p2);
70 if (Dbl_sign(opnd1p1) ^ Dbl_sign(opnd2p1))
76 if (Dbl_isinfinity_exponent(opnd1p1)) {
77 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2)) {
103 if (Dbl_isone_signaling(opnd1p1)) {
109 Dbl_set_quiet(opnd1p1);
127 Dbl_copytoptr(opnd1p1,opnd1p2,dstptr);
136 if (Dbl_iszero_exponentmantissa(opnd1p1,opnd1p2)) {
171 dest_exponent = Dbl_exponent(opnd1p1) + Dbl_exponent(opnd2p1) -DBL_BIAS;
176 if (Dbl_isnotzero_exponent(opnd1p1)) {
178 Dbl_clear_signexponent_set_hidden(opnd1p1);
182 if (Dbl_iszero_mantissa(opnd1p1,opnd1p2)) {
188 Dbl_clear_signexponent(opnd1p1);
189 Dbl_leftshiftby1(opnd1p1,opnd1p2);
190 Dbl_normalize(opnd1p1,opnd1p2,dest_exponent);
237 Dbl_rightshiftby4(opnd1p1,opnd1p2);