OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_float_conversions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
MathTest.cpp
257
static void
test_float_conversions
(skiatest::Reporter* reporter, float x) {
function
280
test_float_conversions
(reporter, gFloats[i]);
281
test_float_conversions
(reporter, -gFloats[i]);
288
test_float_conversions
(reporter, x);
/external/skia/tests/
MathTest.cpp
257
static void
test_float_conversions
(skiatest::Reporter* reporter, float x) {
function
282
test_float_conversions
(reporter, gFloats[i]);
283
test_float_conversions
(reporter, -gFloats[i]);
290
test_float_conversions
(reporter, x);
Completed in 3321 milliseconds