HomeSort by: relevance | last modified time | path
    Searched defs:rightp2 (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);
77 && Dbl_isnotzero_mantissa(rightp1,rightp2)
94 && Dbl_isnotzero_mantissa(rightp1,rightp2)) )
110 && Dbl_iszero_exponentmantissa(rightp1,rightp2) )
125 else if(Dbl_isequal(leftp1,leftp2,rightp1,rightp2))
144 if( Dbl_allp2(leftp2) < Dbl_allp2(rightp2) )
171 if( Dbl_allp2(leftp2) > Dbl_allp2(rightp2) )
dfadd.c 57 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local in function:dbl_fadd
67 Dbl_copyfromptr(rightptr,rightp1,rightp2);
80 if (Dbl_isnotnan(rightp1,rightp2))
82 if (Dbl_isinfinity(rightp1,rightp2) && save!=0)
123 Dbl_copytoptr(rightp1,rightp2,dstptr);
138 if (Dbl_iszero_mantissa(rightp1,rightp2))
141 Dbl_copytoptr(rightp1,rightp2,dstptr);
158 Dbl_copytoptr(rightp1,rightp2,dstptr);
169 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
175 Dbl_swap_lower(leftp2,rightp2);
    [all...]
dfsub.c 58 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local in function:dbl_fsub
67 Dbl_copyfromptr(rightptr,rightp1,rightp2);
80 if (Dbl_isnotnan(rightp1,rightp2))
82 if (Dbl_isinfinity(rightp1,rightp2) && save==0)
123 Dbl_copytoptr(rightp1,rightp2,dstptr);
138 if (Dbl_iszero_mantissa(rightp1,rightp2))
142 Dbl_copytoptr(rightp1,rightp2,dstptr);
159 Dbl_copytoptr(rightp1,rightp2,dstptr);
170 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
176 Dbl_swap_lower(leftp2,rightp2);
    [all...]

Completed in 11 milliseconds