Searched refs:rightp1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/hppa/spmath/
H A Ddfcmp.c57 register unsigned int leftp1, leftp2, rightp1, rightp2; local
62 Dbl_copyfromptr(rightptr,rightp1,rightp2);
67 || (Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT) )
76 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
77 && Dbl_isnotzero_mantissa(rightp1,rightp2)
78 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
93 ((Dbl_exponent(rightp1) == DBL_INFINITY_EXPONENT)
94 && Dbl_isnotzero_mantissa(rightp1,rightp2)) )
104 Dbl_xortointp1(leftp1,rightp1,xorresult);
110 && Dbl_iszero_exponentmantissa(rightp1,rightp
[all...]
H A Ddfsub.c58 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local
67 Dbl_copyfromptr(rightptr,rightp1,rightp2);
71 Dbl_xortointp1(leftp1,rightp1,/*to*/save);
80 if (Dbl_isnotnan(rightp1,rightp2))
82 if (Dbl_isinfinity(rightp1,rightp2) && save==0)
116 else if (Dbl_is_signalingnan(rightp1))
122 Dbl_set_quiet(rightp1);
123 Dbl_copytoptr(rightp1,rightp2,dstptr);
136 if (Dbl_isinfinity_exponent(rightp1))
138 if (Dbl_iszero_mantissa(rightp1,rightp
[all...]
H A Ddfadd.c57 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local
67 Dbl_copyfromptr(rightptr,rightp1,rightp2);
71 Dbl_xortointp1(leftp1,rightp1,/*to*/save);
80 if (Dbl_isnotnan(rightp1,rightp2))
82 if (Dbl_isinfinity(rightp1,rightp2) && save!=0)
116 else if (Dbl_is_signalingnan(rightp1))
122 Dbl_set_quiet(rightp1);
123 Dbl_copytoptr(rightp1,rightp2,dstptr);
136 if (Dbl_isinfinity_exponent(rightp1))
138 if (Dbl_iszero_mantissa(rightp1,rightp
[all...]
H A Dquad_float.h74 #define Quad_ismagnitudeless(leftp3,leftp4,rightp1,rightp2,rightp3,rightp4,signlessleft,signlessright) \
82 #define Quad_xor_to_intp1(leftp1,rightp1,result) \
85 result = Qallp1(leftp1) XOR Qallp1(rightp1);
87 #define Quad_xor_from_intp1(leftp1,rightp1,result) \
90 Qallp1(resultp1) = left XOR Qallp1(rightp1)
92 #define Quad_swap_lower(leftp1,leftp2,leftp3,leftp4,rightp1,rightp2,rightp3,rightp4) \

Completed in 146 milliseconds