Home
last modified time | relevance | path

Searched refs:ab_other (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/math/tests/
Dquat_test.cpp291 quatd ab_other(a.w * b.xyz + b.w * a.xyz + cross(a.xyz, b.xyz), in TEST_F() local
294 ASSERT_NEAR(ab.x, ab_other.x, value_eps); in TEST_F()
295 ASSERT_NEAR(ab.y, ab_other.y, value_eps); in TEST_F()
296 ASSERT_NEAR(ab.z, ab_other.z, value_eps); in TEST_F()
297 ASSERT_NEAR(ab.w, ab_other.w, value_eps); in TEST_F()