OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_int2float
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
MathTest.cpp
263
static void
test_int2float
(skiatest::Reporter* reporter, int ival) {
function
290
test_int2float
(reporter, 0);
291
test_int2float
(reporter, 1);
292
test_int2float
(reporter, -1);
297
test_int2float
(reporter, ival);
298
test_int2float
(reporter, -ival);
Completed in 606 milliseconds