HomeSort by relevance Sort by last modified time
    Searched full:test_floatclass (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
ScalarTest.cpp 112 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { function
137 test_floatclass(reporter, 0, kFinite);
138 test_floatclass(reporter, max, kFinite);
139 test_floatclass(reporter, -max, kFinite);
140 test_floatclass(reporter, inf, kInfinite);
141 test_floatclass(reporter, -inf, kInfinite);
142 test_floatclass(reporter, nan, kNaN);
143 test_floatclass(reporter, -nan, kNaN);

Completed in 52 milliseconds