HomeSort by: relevance | last modified time | path
    Searched defs:rightp1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/spmath/
dfcmp.c 57 register unsigned int leftp1, leftp2, rightp1, rightp2; local in function:dbl_fcmp
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,rightp2)
    [all...]
dfadd.c 57 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local in function:dbl_fadd
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,rightp2)
    [all...]
dfsub.c 58 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local in function:dbl_fsub
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,rightp2)
    [all...]

Completed in 11 milliseconds