OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalar_array_nearly_equal_relative
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
MatrixTest.cpp
598
static bool
scalar_array_nearly_equal_relative
(const SkScalar a[], const SkScalar b[], int count) {
function
618
return
scalar_array_nearly_equal_relative
(res, dst, 3);
649
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(randTriples, dst, kTripleCount*3));
659
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(&dst[i*3], zeros, 3));
669
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(dst, zeros, 3));
[
all
...]
/external/skia/tests/
MatrixTest.cpp
568
static bool
scalar_array_nearly_equal_relative
(const SkScalar a[], const SkScalar b[], int count) {
function
588
return
scalar_array_nearly_equal_relative
(res, dst, 3);
619
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(randTriples, dst, kTripleCount*3));
629
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(&dst[i*3], zeros, 3));
639
REPORTER_ASSERT(reporter,
scalar_array_nearly_equal_relative
(dst, zeros, 3));
Completed in 295 milliseconds