Searched refs:v2s (Results 1 – 6 of 6) 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/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryoDetails.td | 1012 (instregex "LD1One(v8b|v4h|v2s|v1d)$")>; 1036 (instregex "LD1One(v8b|v4h|v2s|v1d)_POST$")>; 1054 (instregex "LD1Three(v8b|v4h|v2s|v1d)$")>; 1066 (instregex "LD1Four(v8b|v4h|v2s|v1d)$")>; 1072 (instregex "LD1Three(v8b|v4h|v2s|v1d)_POST$")>; 1078 (instregex "LD1Four(v8b|v4h|v2s|v1d)_POST$")>; 1090 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)$")>; 1102 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)_POST$")>; 1114 (instregex "LD1R(v8b|v4h|v2s|v1d)$")>; 1126 (instregex "LD1R(v8b|v4h|v2s|v1d)_POST$")>; [all …]
|
D | AArch64InstrFormats.td | 8317 def v2s : BaseSIMDLdSt<0, 1, opcode, 0b10, asm, 8390 def v2s : BaseSIMDLdSt<0, 0, opcode, 0b10, asm, (outs), 8632 def v2s : BaseSIMDLdR<0, R, opcode, S, 0b10, asm,
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 460 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local 462 double vDir[2] = { v1s.cross(v1e), v2s.cross(v2e) }; in testQuadAngles() 463 bool ray1In2 = v1s.cross(v2s) * vDir[1] <= 0 && v1s.cross(v2e) * vDir[1] >= 0; in testQuadAngles() 464 bool ray2In1 = v2s.cross(v1s) * vDir[0] <= 0 && v2s.cross(v1e) * vDir[0] >= 0; in testQuadAngles() 469 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++) { \
|