Home | History | Annotate | Download | only in tests

Lines Matching refs:xr

506         SkFract xr = SkFractSqrt(x);
508 REPORTER_ASSERT(reporter, xr == check ||
509 xr == check-1 ||
510 xr == check+1);
512 xr = SkFixedSqrt(x);
515 REPORTER_ASSERT(reporter, xr == check || xr == check-1);
517 xr = SkSqrt32(x);
520 REPORTER_ASSERT(reporter, xr == check || xr == check-1);