OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:norma
(Results
1 - 11
of
11
) sorted by null
/external/opencv3/modules/shape/src/
tps_trans.cpp
108
float
norma
= diff.x*diff.x + diff.y*diff.y;// - 2*diff.x*diff.y;
local
109
if (
norma
<0)
norma
=0;
110
//else
norma
= std::sqrt(
norma
);
111
norma
=
norma
*std::log(
norma
+FLT_EPSILON);
112
return
norma
;
/external/boringssl/src/crypto/perlasm/
readme
35
&function_begin_B(name,extra) Same as
norma
function_begin but no pushing.
/external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp
425
static void intersect_lines(const SkPoint& ptA, const SkVector&
normA
,
429
SkScalar lineAW = -
normA
.dot(ptA);
432
SkScalar wInv = SkScalarMul(
normA
.fX, normB.fY) -
433
SkScalarMul(
normA
.fY, normB.fX);
436
result->fX = SkScalarMul(
normA
.fY, lineBW) - SkScalarMul(lineAW, normB.fY);
439
result->fY = SkScalarMul(lineAW, normB.fX) - SkScalarMul(
normA
.fX, lineBW);
[
all
...]
/packages/apps/Settings/res/values-gl-rES/
strings.xml
[
all
...]
/frameworks/base/core/res/res/values-it/
strings.xml
[
all
...]
/external/selinux/policycoreutils/po/
it.po
[
all
...]
/packages/apps/Settings/res/values-it/
strings.xml
[
all
...]
/packages/inputmethods/LatinIME/dictionaries/
es_wordlist.combined.gz
it_wordlist.combined.gz
pt_BR_wordlist.combined.gz
pt_PT_wordlist.combined.gz
Completed in 276 milliseconds