Searched defs:i22 (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtConvexTriangleMeshShape.cpp284 btScalar i22 = -i[2][2]; local
285 i[0][0] = i11 + i22;
286 i[1][1] = i22 + i00;
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp55 int i22[] = {1, 0, 1, 1}; local
70 assert(std::is_heap(i22, i22+4) == (std::is_heap_until(i22, i22+4) == i22+4));
H A Dis_heap_comp.pass.cpp56 int i22[] = {1, 0, 1, 1}; local
71 assert(std::is_heap(i22, i22+4, std::greater<int>()) == (std::is_heap_until(i22, i22+4, std::greater<int>()) == i22+4));
H A Dis_heap_until.pass.cpp55 int i22[] = {1, 0, 1, 1}; local
70 assert(std::is_heap_until(i22, i22+4) == i22+3);
H A Dis_heap_until_comp.pass.cpp56 int i22[] = {1, 0, 1, 1}; local
71 assert(std::is_heap_until(i22, i22+4, std::greater<int>()) == i22+1);

Completed in 70 milliseconds