OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indet
(Results
1 - 5
of
5
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.c
99
double mat[3][3],
indet
, temp;
local
110
indet
= Det4(inmat);
111
if (
indet
==0) return(-1);
132
outmat[j][i] = temp * Det3(mat)/
indet
;
/packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c
99
double mat[3][3],
indet
, temp;
local
110
indet
= Det4(inmat);
111
if (
indet
==0) return(-1);
132
outmat[j][i] = temp * Det3(mat)/
indet
;
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c
99
double mat[3][3],
indet
, temp;
local
110
indet
= Det4(inmat);
111
if (
indet
==0) return(-1);
132
outmat[j][i] = temp * Det3(mat)/
indet
;
/external/chromium_org/third_party/libxml/src/
xmlregexp.c
595
printf("
Indet
: state %d trans %d, atom %d to %d : %d to %d\n",
[
all
...]
/external/libxml2/
xmlregexp.c
599
printf("
Indet
: state %d trans %d, atom %d to %d : %d to %d\n",
[
all
...]
Completed in 2635 milliseconds