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

  /device/google/dragon/audio/hal/dsp/
drc_kernel.h 67 float kA, kB, kC, kD, kE;
drc_kernel.c 298 dk->kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2
325 const float kB = dk->kB;
376 float release_frames = kA + kB * x + kC * x2 + kD * x3 +
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 212 static const uint8_t kB[] = {
238 bssl::UniquePtr<BIGNUM> b(BN_bin2bn(kB, sizeof(kB), nullptr));
  /external/libchrome/crypto/
p224.cc 422 // kB is parameter of the elliptic curve.
423 const FieldElement kB = {
677 ::Add(&rhs, rhs, kB);
  /external/skia/src/utils/
SkShadowTessellator.cpp     [all...]
  /external/vixl/src/aarch32/
constants-aarch32.h 129 kB,

Completed in 1025 milliseconds