Searched refs:kFinite (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | ScalarTest.cpp | 107 kFinite, enumerator 115 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite)); in test_floatclass() 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()
|
/third_party/flutter/skia/tests/ |
D | ScalarTest.cpp | 107 kFinite, enumerator 115 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite)); in test_floatclass() 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()
|