Lines Matching full:rounded
14 * Return correctly rounded sqrt.
202 Both supply ieee_sqrt(x) correctly rounded. The first algorithm (in
282 correctly rounded according to the prevailing rounding mode
296 R := r; ... restore rounded mode
303 If (r=RN) then z=z+ulp ... rounded-to-nearest
308 y0:=y0-0x00100000; ... y := y/2 is correctly rounded.
310 R := r; ... restore rounded mode
371 correctly rounded according to the prevailing rounding mode
387 if(x<z*z ... rounded up) z = z - ulp; else
388 if(x>=(z+ulp)*(z+ulp) ...rounded up) z = z+ulp;
414 R:= r ... restore rounded mode