Searched refs:sk_fsel (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/bench/ |
D | MathBench.cpp | 17 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/ |
D | MathBench.cpp | 17 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/ |
D | MathTest.cpp | 39 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/ |
D | MathTest.cpp | 63 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()
|