OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_i2
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_tri_collision.h
256
GUINT
_i2
= (_i1+1)%3;
local
257
if(btFabs(_axe2[
_i2
])<G_EPSILON)
259
u = (_vecproj[
_i2
]*_axe2[_i1] - _vecproj[_i1]*_axe2[
_i2
]) /(_axe1[
_i2
]*_axe2[_i1] - _axe1[_i1]*_axe2[
_i2
]);
264
u = (_vecproj[_i1]*_axe2[
_i2
] - _vecproj[
_i2
]*_axe2[_i1]) /(_axe1[_i1]*_axe2[
_i2
] - _axe1[
_i2
]*_axe2[_i1])
[
all
...]
/external/opencv3/modules/superres/test/
test_superres.cpp
149
double MSSIM(cv::InputArray _i1, cv::InputArray
_i2
)
158
_i2
.getMat().convertTo(I2, depth);
/external/icu/icu4c/source/layout/
IndicClassTables.cpp
33
#define
_i2
(CC_INDEPENDENT_VOWEL_2)
macro
92
_xx, _ma, _mp, _mp, _xx,
_i2
, _iv, _iv, _iv, _iv, _iv, _iv, _iv, _xx, _xx,
_i2
, // 0980 - 098F
/external/opencv3/modules/features2d/src/
evaluation.cpp
301
SIdx(float _S, int _i1, int
_i2
) : S(_S), i1(_i1), i2(
_i2
) {}
Completed in 758 milliseconds