OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNear
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
matrix3_f.h
25
bool
IsNear
(const Matrix3F& rhs, float precision) const;
matrix3_unittest.cc
87
EXPECT_TRUE(regular.
IsNear
(inv_regular, 0.00001f));
144
EXPECT_TRUE(expected_eigenvectors.
IsNear
(eigenvectors, 0.00001f));
matrix3_f.cc
92
bool Matrix3F::
IsNear
(const Matrix3F& rhs, float precision) const {
Completed in 26 milliseconds