HomeSort by relevance Sort by last modified time
    Searched refs:kFinite (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
ScalarTest.cpp 107 kFinite,
115 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite));
137 test_floatclass(reporter, 0, kFinite);
138 test_floatclass(reporter, max, kFinite);
139 test_floatclass(reporter, -max, kFinite);
  /external/skia/tests/
ScalarTest.cpp 107 kFinite,
115 REPORTER_ASSERT(reporter, !!sk_float_isfinite(value) == (fc == kFinite));
137 test_floatclass(reporter, 0, kFinite);
138 test_floatclass(reporter, max, kFinite);
139 test_floatclass(reporter, -max, kFinite);

Completed in 146 milliseconds