Searched defs:test_floatclass (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DScalarTest.cpp112 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);
/external/skia/tests/
H A DScalarTest.cpp112 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 249 milliseconds