Home
last modified time | relevance | path

Searched refs:v2s (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dvector-ops.c3 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()
Dvector-assign.c3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef
9 v2s v1; in test1()
/external/llvm/lib/Target/AArch64/
DAArch64SchedKryoDetails.td1012 (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 …]
DAArch64InstrFormats.td8317 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/
DPathOpsAngleIdeas.cpp460 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/
Dpfkey_dump.c95 #define GETMSGV2S(v2s, num) \ argument
98 for (p = (v2s); p && p->str; p++) { \
/external/python/cpython2/Modules/
Dcstubs1336 void v2s short s[2]
Dglmodule.c6936 v2s( arg1 ); in gl_v2s()