OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kN
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/crypto/
p224_spake.cc
86
const crypto::p224::Point
kN
= {
119
p224::ScalarMult(is_server_ ?
kN
: kM, pw_, &MNpw);
177
p224::ScalarMult(is_server_ ? kM :
kN
, pw_, &MNpw);
/external/skia/tests/
RandomTest.cpp
107
const int
kN
= (1 << kWordWidth);
108
const int kNumEntries =
kN
>> 5; // dividing by 32
122
for (int i = 0; i <
kN
; ++i) {
144
double z = ((
kN
-total)-kMean)/kStandardDeviation;
/frameworks/av/services/audioflinger/
StateQueue.h
183
static const unsigned
kN
= 4; // values < 4 are not supported by this code
184
T mStates[
kN
]; // written by mutator, read by observer
/external/opencv/cvaux/src/
cvlmeds.cpp
936
int iterations, error = 0, jN, iN,
kN
, lN = 0;
986
for(
kN
= iN;
kN
< MN;
kN
+= N )
987
scale += fabs( U[
kN
+ i] );
992
for(
kN
= iN;
kN
< MN;
kN
+= N )
995
U[
kN
+ i] /= scale;
996
s += U[
kN
+ i] * U[kN + i]
[
all
...]
Completed in 57 milliseconds