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

  /external/skia/src/gpu/
FlingState.cpp 69 const float K0 = 5.0;
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c     [all...]
  /external/elfutils/lib/
sha1.c 208 #define K0 0x5a827999
261 e = CYCLIC (a, 5) + FF (b, c, d) + e + W (i) + K0; \
301 OP (16, FF, E, A, B, C, D, K0);
302 OP (17, FF, D, E, A, B, C, K0);
303 OP (18, FF, C, D, E, A, B, K0);
304 OP (19, FF, B, C, D, E, A, K0);
  /external/skia/legacy/src/views/
SkTouchGesture.cpp 69 const float K0 = 5;
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /external/skia/src/views/
SkTouchGesture.cpp 69 const float K0 = 5;
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
76 float dist = (fSpeed0 - speed) / K0;
  /bionic/libc/arch-mips/include/machine/
regnum.h 62 #define K0 26
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 62 #define K0 26
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 62 #define K0 26
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 62 #define K0 26
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 413 milliseconds