Home | History | Annotate | Download | only in video

Lines Matching full:rounded

18  * Return correctly rounded sqrt.
245 Both supply sqrt(x) correctly rounded. The first algorithm (in
325 correctly rounded according to the prevailing rounding mode
339 R := r; ... restore rounded mode
346 If (r=RN) then z=z+ulp ... rounded-to-nearest
351 y0:=y0-0x00100000; ... y := y/2 is correctly rounded.
353 R := r; ... restore rounded mode
414 correctly rounded according to the prevailing rounding mode
430 if(x<z*z ... rounded up) z = z - ulp; else
431 if(x>=(z+ulp)*(z+ulp) ...rounded up) z = z+ulp;
457 R:= r ... restore rounded mode