HomeSort by relevance Sort by last modified time
    Searched refs:fast_floor (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
MathBench.cpp 21 static float fast_floor(float x) { function
360 accum += fast_floor(data[i]);
  /external/skia/tests/
MathTest.cpp 78 static float fast_floor(float x) { function
89 float fast = fast_floor(value);
92 ERRORF(reporter, "fast_floor(%.9g) == %.9g != %.9g == std_floor(%.9g)",

Completed in 100 milliseconds