OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absD
(Results
1 - 6
of
6
) sorted by null
/external/eigen/bench/
quat_slerp.cpp
28
Scalar
absD
= internal::abs(d);
29
if (
absD
>=one)
33
Scalar theta = std::acos(
absD
);
50
Scalar
absD
= internal::abs(d);
55
if (
absD
>=one)
63
Scalar theta = std::acos(
absD
);
97
// Scalar theta = std::acos(
absD
);
/external/opencv3/3rdparty/openexr/Imath/
ImathLineAlgo.h
104
T
absD
= abs (d);
106
if ((
absD
> 1) ||
107
(abs (n1) < limits<T>::max() *
absD
&&
108
abs (n2) < limits<T>::max() *
absD
))