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

  /external/skia/bench/
MathBench.cpp 8 static float sk_fsel(float pred, float result_ge, float result_lt) { function
13 // float big = sk_fsel(x, 0x1.0p+23, -0x1.0p+23);
14 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23));
  /external/skia/tests/
MathTest.cpp 38 static float sk_fsel(float pred, float result_ge, float result_lt) { function
43 // float big = sk_fsel(x, 0x1.0p+23, -0x1.0p+23);
44 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23));

Completed in 1735 milliseconds