HomeSort by: relevance | last modified time | path
    Searched defs:leftp2 (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
61 Dbl_copyfromptr(leftptr,leftp1,leftp2);
73 && Dbl_isnotzero_mantissa(leftp1,leftp2)
91 && Dbl_isnotzero_mantissa(leftp1,leftp2))
109 if( Dbl_iszero_exponentmantissa(leftp1,leftp2)
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
66 Dbl_copyfromptr(leftptr,leftp1,leftp2);
78 if (Dbl_iszero_mantissa(leftp1,leftp2))
96 Dbl_copytoptr(leftp1,leftp2,dstptr);
129 Dbl_copytoptr(leftp1,leftp2,dstptr);
169 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
175 Dbl_swap_lower(leftp2,rightp2);
186 if(Dbl_iszero_exponentmantissa(leftp1,leftp2))
207 Dbl_leftshiftby1(leftp1,leftp2);
208 Dbl_normalize(leftp1,leftp2,result_exponent)
    [all...]
dfsub.c 58 register unsigned int leftp1, leftp2, rightp1, rightp2, extent; local in function:dbl_fsub
66 Dbl_copyfromptr(leftptr,leftp1,leftp2);
78 if (Dbl_iszero_mantissa(leftp1,leftp2))
96 Dbl_copytoptr(leftp1,leftp2,dstptr);
129 Dbl_copytoptr(leftp1,leftp2,dstptr);
170 if(Dbl_ismagnitudeless(leftp2,rightp2,signless_upper_left,signless_upper_right))
176 Dbl_swap_lower(leftp2,rightp2);
188 if(Dbl_iszero_exponentmantissa(leftp1,leftp2))
210 Dbl_leftshiftby1(leftp1,leftp2);
211 Dbl_normalize(leftp1,leftp2,result_exponent)
    [all...]

Completed in 14 milliseconds