HomeSort by relevance Sort by last modified time
    Searched full:k11 (Results 1 - 17 of 17) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2PrismaticJoint.cpp 180 float32 k11 = mA + mB + iA * m_s1 * m_s1 + iB * m_s2 * m_s2; local
192 m_K.ex.Set(k11, k12, k13);
426 float32 k11 = mA + mB + iA * s1 * s1 + iB * s2 * s2; local
439 K.ex.Set(k11, k12, k13);
452 float32 k11 = mA + mB + iA * s1 * s1 + iB * s2 * s2; local
461 K.ex.Set(k11, k12);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
PrismaticJoint.java 451 float k11 = mA + mB + iA * m_s1 * m_s1 + iB * m_s2 * m_s2; local
462 m_K.ex.set(k11, k12, k13);
738 float k11 = mA + mB + iA * s1 * s1 + iB * s2 * s2; local
750 K.ex.set(k11, k12, k13);
763 float k11 = mA + mB + iA * s1 * s1 + iB * s2 * s2; local
771 K.ex.set(k11, k12);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ContactSolver.cpp 228 float32 k11 = mA + mB + iA * rn1A * rn1A + iB * rn1B * rn1B; local
234 if (k11 * k11 < k_maxConditionNumber * (k11 * k22 - k12 * k12))
237 vc->K.ex.Set(k11, k12);
  /external/libxml2/result/
intsubset2.xml 185 e.g. 3k11.2, where the kanji has 3 strokes in the
188 the 2nd kanji in the 3k11 sequence. (I am very grateful to
intsubset2.xml.sax 210 e.g. 3k11.2, where the kanji has 3 strokes in the
213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
intsubset2.xml.sax2 210 e.g. 3k11.2, where the kanji has 3 strokes in the
213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
  /external/libxml2/result/noent/
intsubset2.xml 185 e.g. 3k11.2, where the kanji has 3 strokes in the
188 the 2nd kanji in the 3k11 sequence. (I am very grateful to
  /external/libxml2/test/
intsubset2.xml 209 e.g. 3k11.2, where the kanji has 3 strokes in the
212 the 2nd kanji in the 3k11 sequence. (I am very grateful to
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 20 int k11 = 0 < 1, c<3>::*ptr;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
ContactSolver.java 316 float k11 = mA + mB + iA * rn1A * rn1A + iB * rn1B * rn1B; local
319 if (k11 * k11 < k_maxConditionNumber * (k11 * k22 - k12 * k12)) {
321 vc.K.ex.x = k11;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853Integrator.java 110 // k11
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 924 Node* k11 = t.jsgraph.Int32Constant(11); local
932 k11, k12, loop);
959 Node* k11 = t.jsgraph.Int32Constant(11); local
968 k11, k12, loop);
  /external/clang/test/CXX/drs/
dr1xx.cpp 186 int k11 = f(&with_default<>); member in namespace:dr115
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/hard/
libgomp.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/
libgomp.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/hard/
libgomp.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/
libgomp.a     [all...]

Completed in 1951 milliseconds