HomeSort by relevance Sort by last modified time
    Searched full:indet (Results 1 - 3 of 3) sorted by null

  /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/libxml2/
xmlregexp.c 595 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n",
    [all...]

Completed in 1237 milliseconds