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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btConeTwistConstraint.cpp 551 btScalar swx=btScalar(0.),swy = btScalar(0.); local
559 swx = b2Axis1.dot(b1Axis1);
561 swing1 = btAtan2Fast(swy, swx);
562 fact = (swy*swy + swx*swx) * thresh * thresh;
570 swx = b2Axis1.dot(b1Axis1);
572 swing2 = btAtan2Fast(swy, swx);
573 fact = (swy*swy + swx*swx) * thresh * thresh;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 40 shr, sw, swr, swx, lbui, lhui, lwi, enumerator in enum:microblaze_instr
microblaze-opc.h 240 {"swx", INST_TYPE_RD_R1_R2, INST_NO_OFFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0xD8000400, OPCODE_MASK_H4, swx, memory_store_inst },
    [all...]

Completed in 80 milliseconds