Searched refs:v2s (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Sema/ |
D | vector-ops.c | 3 typedef int v2s __attribute__ ((vector_size (8))); typedef 6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() 26 v2s *v2s_ptr; in test1()
|
D | vector-assign.c | 3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef 9 v2s v1; in test1()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | matrix-decomposition.js | 89 function combine(v1, v2, v1s, v2s) { argument 90 return [v1s * v1[0] + v2s * v2[0], v1s * v1[1] + v2s * v2[1], 91 v1s * v1[2] + v2s * v2[2]];
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
D | b2CollidePolygon.cpp | 31 const b2Vec2* v2s = poly2->m_vertices; in b2FindMaxSeparation() local 46 float32 sij = b2Dot(n, v2s[j] - v1); in b2FindMaxSeparation()
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 456 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local 458 double vDir[2] = { v1s.cross(v1e), v2s.cross(v2e) }; in testQuadAngles() 459 bool ray1In2 = v1s.cross(v2s) * vDir[1] <= 0 && v1s.cross(v2e) * vDir[1] >= 0; in testQuadAngles() 460 bool ray2In1 = v2s.cross(v1s) * vDir[0] <= 0 && v2s.cross(v1e) * vDir[0] >= 0; in testQuadAngles() 465 bool ctrl1In2 = v1e.cross(v2s) * vDir[1] <= 0 && v1e.cross(v2e) * vDir[1] >= 0; in testQuadAngles()
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey_dump.c | 95 #define GETMSGV2S(v2s, num) \ argument 98 for (p = (v2s); p && p->str; p++) { \
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/ |
D | Collision.java | 450 Vec2[] v2s = poly2.m_vertices; 465 Vec2 v2sj = v2s[j];
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 8320 def v2s : BaseSIMDLdSt<0, 1, opcode, 0b10, asm, 8393 def v2s : BaseSIMDLdSt<0, 0, opcode, 0b10, asm, (outs), 8635 def v2s : BaseSIMDLdR<0, R, opcode, S, 0b10, asm,
|