OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_int2float
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
MathTest.cpp
264
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/
MathTest.cpp
264
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 620 milliseconds