Searched refs:fast_floor (Results 1 - 4 of 4) sorted by relevance

/external/skia/bench/
H A DMathBench.cpp21 static float fast_floor(float x) { function
360 accum += fast_floor(data[i]);
/external/skqp/bench/
H A DMathBench.cpp21 static float fast_floor(float x) { function
360 accum += fast_floor(data[i]);
/external/skia/tests/
H A DMathTest.cpp74 static float fast_floor(float x) { function
85 float fast = fast_floor(value);
88 ERRORF(reporter, "fast_floor(%.9g) == %.9g != %.9g == std_floor(%.9g)",
/external/skqp/tests/
H A DMathTest.cpp74 static float fast_floor(float x) { function
85 float fast = fast_floor(value);
88 ERRORF(reporter, "fast_floor(%.9g) == %.9g != %.9g == std_floor(%.9g)",

Completed in 115 milliseconds