Searched refs:test_floatclass (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | ScalarTest.cpp | 112 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() function 137 test_floatclass(reporter, 0, kFinite); in test_isfinite() 138 test_floatclass(reporter, max, kFinite); in test_isfinite() 139 test_floatclass(reporter, -max, kFinite); in test_isfinite() 140 test_floatclass(reporter, inf, kInfinite); in test_isfinite() 141 test_floatclass(reporter, -inf, kInfinite); in test_isfinite() 142 test_floatclass(reporter, nan, kNaN); in test_isfinite() 143 test_floatclass(reporter, -nan, kNaN); in test_isfinite()
|
/external/skqp/tests/ |
D | ScalarTest.cpp | 112 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass() function 137 test_floatclass(reporter, 0, kFinite); in test_isfinite() 138 test_floatclass(reporter, max, kFinite); in test_isfinite() 139 test_floatclass(reporter, -max, kFinite); in test_isfinite() 140 test_floatclass(reporter, inf, kInfinite); in test_isfinite() 141 test_floatclass(reporter, -inf, kInfinite); in test_isfinite() 142 test_floatclass(reporter, nan, kNaN); in test_isfinite() 143 test_floatclass(reporter, -nan, kNaN); in test_isfinite()
|