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

  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 35 void *modulus, *mp, *kA, *kB, *rA, *rB;
40 DO(mp_init_multi(&kA, &kB, &rA, &rB, &modulus, NULL));
75 /* pick a random kA, kB */
77 DO(mp_read_unsigned_bin(kA, buf, sizes[x]));
81 /* now, compute kA*A + kB*B = C1 using the older method */
82 DO(ltc_mp.ecc_ptmul(kA, A, C1, modulus, 0));
88 DO(ltc_mp.ecc_mul2add(A, kA, B, kB, C2, modulus));
103 mp_clear_multi(kA, kB, rA, rB, modulus, NULL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 265 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4;
335 float releaseFrames = kA + kB * x + kC * x2 + kD * x3 + kE * x4;
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 

Completed in 239 milliseconds