OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idet
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/services/surfaceflinger/
Transform.cpp
323
const float
idet
= 1.0 / (a*d - b*c);
local
324
R.mMatrix[0][0] = d*
idet
; R.mMatrix[0][1] = -c*
idet
;
325
R.mMatrix[1][0] = -b*
idet
; R.mMatrix[1][1] = a*
idet
;
/external/opencv/cv/src/
cvrotcalipers.cpp
320
float
idet
= 1.f / (A1 * B2 - A2 * B1);
local
322
float px = (C1 * B2 - C2 * B1) *
idet
;
323
float py = (A1 * C2 - A2 * C1) *
idet
;
cvshapedescr.cpp
790
double x0, y0,
idet
, scale, offx = 0, offy = 0;
local
907
idet
= a * c - b * b * 0.25;
908
idet
=
idet
> DBL_EPSILON ? 1./
idet
: 0;
911
scale = sqrt( 0.25 *
idet
);
[
all
...]
/packages/apps/Settings/res/values-et/
strings.xml
[
all
...]
/packages/apps/Settings/res/values-et-rEE/
strings.xml
[
all
...]
/packages/inputmethods/LatinIME/dictionaries/
da_wordlist.combined.gz
nb_wordlist.combined.gz
Completed in 399 milliseconds