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

  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 98 final float maxFriction = Math.abs(gravityVector.y) * getMass()
152 j /= ((collisionNormal.dot(collisionNormal)) * (1 / getMass()));
158 entity1Adjust.divide(getMass());
197 j /= ((collisionNormal.dot(collisionNormal)) * (1 / getMass() + 1 / otherMass));
201 entity1Adjust.divide(getMass());
225 public float getMass() {
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 61 /// 1.0. getMass() == UINT64_MAX indicates a value of 1.0.
81 uint64_t getMass() const { return Mass; }
303 BlockMass &getMass() {
600 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 72 /// 1.0. getMass() == std::numeric_limits<uint64_t>::max() indicates a value of
96 uint64_t getMass() const { return Mass; }
328 BlockMass &getMass() {
645 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
    [all...]

Completed in 214 milliseconds