Home
last modified time | relevance | path

Searched refs:sk_fsel (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/bench/
DMathBench.cpp17 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() function
23 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); in fast_floor()
/third_party/skia/bench/
DMathBench.cpp17 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() function
23 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); in fast_floor()
/third_party/flutter/skia/tests/
DMathTest.cpp39 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() function
45 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); in fast_floor()
/third_party/skia/tests/
DMathTest.cpp63 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() function
69 float big = sk_fsel(x, (float)(1 << 23), -(float)(1 << 23)); in fast_floor()