OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTwo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/feedback/
feedback_common_unittest.cc
17
const char
kTwo
[] = "two";
40
feedback->set_description(
kTwo
);
46
EXPECT_EQ(
kTwo
, report.common_data().description());
52
feedback->AddLog(kOne,
kTwo
);
61
feedback->AddLog(kOne,
kTwo
);
72
feedback->AddLog(kOne,
kTwo
);
/external/clang/test/Sema/
statements.c
46
enum Numbers { kOne,
kTwo
, kThree, kFour};
/external/ceres-solver/include/ceres/
rotation.h
317
static const T
kTwo
= T(2.0);
321
T costheta = std::min(std::max((R(0, 0) + R(1, 1) + R(2, 2) - kOne) /
kTwo
,
329
angle_axis[2] * angle_axis[2]) /
kTwo
,
346
const T r = theta / (
kTwo
* sintheta);
Completed in 223 milliseconds