OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ab_c
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
rotation_test.cc
905
double
ab_c
[4];
local
907
QuaternionProduct(ab, c,
ab_c
);
914
ASSERT_NEAR(
ab_c
[0], a_bc[0], kTolerance);
915
ASSERT_NEAR(
ab_c
[1], a_bc[1], kTolerance);
916
ASSERT_NEAR(
ab_c
[2], a_bc[2], kTolerance);
917
ASSERT_NEAR(
ab_c
[3], a_bc[3], kTolerance);
[
all
...]
Completed in 191 milliseconds