/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | Collision.java | 127 public static boolean NotEqual(btDbvtAabbMm a, btDbvtAabbMm b) { in NotEqual() method in Collision 128 return CollisionJNI.NotEqual(btDbvtAabbMm.getCPtr(a), a, btDbvtAabbMm.getCPtr(b), b); in NotEqual()
|
D | CollisionJNI.java | 1311 …public final static native boolean NotEqual(long jarg1, btDbvtAabbMm jarg1_, long jarg2, btDbvtAab… in NotEqual() method in CollisionJNI
|
/external/v8/test/unittests/compiler/ |
D | typer-unittest.cc | 356 TestBinaryCompareOp(javascript_.NotEqual(), std::not_equal_to<double>()); in TEST_F() 381 TEST_BINARY_MONOTONICITY(NotEqual) in TEST_BINARY_MONOTONICITY() argument
|
D | js-operator-unittest.cc | 71 SHARED(NotEqual, Operator::kNoProperties, 2, 1, 1, 1, 1, 1, 2),
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btDbvt.cpp | 196 if(NotEqual(pb,prev->volume)) in removeleaf() 1148 results[k]=NotEqual(volumes[j],volumes[k]); in benchmark()
|
D | btDbvt.h | 161 DBVT_INLINE friend bool NotEqual( const btDbvtAabbMm& a, 676 DBVT_INLINE bool NotEqual( const btDbvtAabbMm& a, in NotEqual() function
|
D | btDbvtBroadphase.cpp | 290 if(NotEqual(aabb,proxy->leaf->volume)) in setAabb()
|
/external/v8/src/compiler/ |
D | js-operator.h | 475 const Operator* NotEqual();
|
D | js-operator.cc | 492 V(NotEqual, Operator::kNoProperties, 2, 1) \
|
D | raw-machine-assembler.h | 336 INTPTR_BINOP(Word, NotEqual);
|
D | bytecode-graph-builder.cc | 1512 BuildCompareOp(javascript()->NotEqual(), iterator); in VisitTestNotEqual()
|
D | ast-graph-builder.cc | 2842 op = javascript()->NotEqual(); in VisitCompareOperation()
|
/external/v8/src/runtime/ |
D | runtime-simd.cc | 655 RUNTIME_FUNCTION(Runtime_##type##NotEqual) { \
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 856 strict ? R->javascript.StrictNotEqual() : R->javascript.NotEqual(); in CheckEqualityReduction()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | namedEntities.test | 6598 "input": "&NotEqual", 6599 "description": "Bad named entity: NotEqual without a semi-colon", 6604 "&NotEqual" 6609 "input": "≠", 6610 "description": "Named entity: NotEqual; with a semi-colon",
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 26937 result = (bool)NotEqual((btDbvtAabbMm const &)*arg1,(btDbvtAabbMm const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_NotEqual()
|