Home
last modified time | relevance | path

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

/external/skia/tests/
DScalarTest.cpp107 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()