HomeSort by relevance Sort by last modified time
    Searched refs:k3 (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/skia/include/effects/
SkArithmeticMode.h 16 * result = clamp[k1 * src * dst + k2 * src + k3 * dst + k4]
21 * k1=k2=k3=0, k4=1.0 results in returning opaque white
22 * k1=k3=k4=0, k2=1.0 results in returning the src
23 * k1=k2=k4=0, k3=1.0 results in returning the dst
26 SkScalar k3, SkScalar k4);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
68 k3 = mask & (tmp >> 15);
69 k2 = k3 - (k2 << 1);
70 k3 = (tmp2 >> 24) & 0xFF;
72 k3 = k4 - (k3 << 1);
97 k3 = k3 + k4;
98 k4 = k3 - (k4 << 1);
100 k0 = k0 + k3;
270 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
13 k3 = k2*k;
21 a4 += 1.0/(k3 * sk*sk);
22 a5 += 1.0/(k3 * ck*ck);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
13 k3 = k2*k;
21 a4 += 1.0/(k3 * sk*sk);
22 a5 += 1.0/(k3 * ck*ck);
  /external/openssh/
cipher-3des1.c 56 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
67 u_char *k1, *k2, *k3; local
77 k1 = k2 = k3 = (u_char *) key;
81 k3 += 16;
87 EVP_CIPHER_CTX_init(&c->k3);
91 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc);
95 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
118 EVP_Cipher(&c->k3, dest, dest, len)
    [all...]
  /external/skia/src/effects/
SkArithmeticMode.cpp 7 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) {
10 fK[2] = k3;
39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
43 SkScalarMul(k3, dst) +
61 SkScalar k3 = fK[2]; local
77 a = arith(k1, k2, k3, k4, sa, sa);
78 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
79 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
80 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
102 a = arith(k1, k2, k3, k4, sa, sa)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComposite.cpp 38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
43 , m_k3(k3)
48 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
50 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
92 float FEComposite::k3() const function in class:WebCore::FEComposite
97 bool FEComposite::setK3(float k3)
99 if (m_k3 == k3)
101 m_k3 = k3;
120 float k1, float k2, float k3, float k4)
138 result += k3 * i2
    [all...]
FEComposite.h 56 float k3() const;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 330 int k3=0; local
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
369 im_r[k3]=im_r[ind3];
370 im_r[k3+1]=im_r[ind3+1];
371 im_r[k3+2]=im_r[ind3+2];
373 im_p[k3]=im_p[ind3];
374 im_p[k3+1]=im_p[ind3+1];
375 im_p[k3+2]=im_p[ind3+2]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 330 int k3=0; local
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
369 im_r[k3]=im_r[ind3];
370 im_r[k3+1]=im_r[ind3+1];
371 im_r[k3+2]=im_r[ind3+2];
373 im_p[k3]=im_p[ind3];
374 im_p[k3+1]=im_p[ind3+1];
375 im_p[k3+2]=im_p[ind3+2]
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 350 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
358 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
365 // * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> +
366 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
369 // private int k3;
376 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
379 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
381 // * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
382 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code
828 private int k3; field in class:ECFieldElement.F2m
    [all...]
ECCurve.java 190 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
198 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
205 * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> +
206 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
209 private int k3; // can't be final - JDK 1.1 field in class:ECCurve.F2m
295 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
298 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
300 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
301 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code
    [all...]
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
static-data-member.cpp 94 static const int k3; member in union:test5::U
  /external/clang/test/PCH/
cxx11-enum-template.cpp 23 int k3 = (int)decltype(c)::e; // expected-note {{here}} member in struct:S
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMapFauxverideShim.java 82 K k1, V v1, K k2, V v2, K k3, V v3) {
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 19 void k3() { function
  /external/webkit/Source/WebCore/svg/
SVGFECompositeElement.h 53 DECLARE_ANIMATED_NUMBER(K3, k3)
SVGFECompositeElement.idl 47 readonly attribute SVGAnimatedNumber k3;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9FieldElement.java 31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s)
33 this(new ECFieldElement.F2m(m, k1, k2, k3, new BigInteger(1, s.getOctets())));
X9FieldID.java 41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
44 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
46 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
47 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
50 public X9FieldID(int m, int k1, int k2, int k3)
67 pentanomialParams.add(new DERInteger(k3));
X9Curve.java 70 int k3 = 0; local
86 k3 = ((DERInteger)pentanomial.getObjectAt(2)).getValue().
89 X9FieldElement x9A = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(0));
90 X9FieldElement x9B = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(1));
92 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
  /external/openssl/crypto/des/
ofb64ede.c 68 DES_key_schedule *k3, DES_cblock *ivec,
94 DES_encrypt3(ti,k1,k2,k3);

Completed in 1521 milliseconds

1 2 3