Searched refs:test_int2float (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp264 static void test_int2float(skiatest::Reporter* reporter, int ival) { function
291 test_int2float(reporter, 0);
292 test_int2float(reporter, 1);
293 test_int2float(reporter, -1);
298 test_int2float(reporter, ival);
299 test_int2float(reporter, -ival);
/external/skia/tests/
H A DMathTest.cpp264 static void test_int2float(skiatest::Reporter* reporter, int ival) { function
293 test_int2float(reporter, 0);
294 test_int2float(reporter, 1);
295 test_int2float(reporter, -1);
300 test_int2float(reporter, ival);
301 test_int2float(reporter, -ival);

Completed in 480 milliseconds