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 101 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { function
126 test_floatclass(reporter, 0, kFinite);
127 test_floatclass(reporter, max, kFinite);
128 test_floatclass(reporter, -max, kFinite);
129 test_floatclass(reporter, inf, kInfinite);
130 test_floatclass(reporter, -inf, kInfinite);
131 test_floatclass(reporter, nan, kNaN);
132 test_floatclass(reporter, -nan, kNaN);

Completed in 331 milliseconds