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

  /external/skia/gpu/src/
FlingState.cpp 76 const float K0 = 5.0;
78 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
83 float dist = (fSpeed0 - speed) / K0;
  /external/skia/src/views/
SkTouchGesture.cpp 76 const float K0 = 5;
78 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
83 float dist = (fSpeed0 - speed) / K0;
  /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/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 80 case Mips::K0 : case Mips::F26: case Mips::D13: return 26;
126 Reserved.set(Mips::K0);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 27 s/^/|P|K0|I10|O10|?~/
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c     [all...]

Completed in 252 milliseconds