/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/ |
gradle-0.11.2-sources.jar.asc | 10 =0V2s
|
/external/clang/test/Sema/ |
vector-assign.c | 3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef 9 v2s v1; 15 v1 = v2; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' values)}} 16 v1 = v3; // expected-error {{assigning to 'v2s' (vector of 2 'int' values) from incompatible type 'v1s' (vector of 1 'int' value)}} 17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}} 18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' values)}} 20 v2 = v1; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values)}} 25 v3 = v1; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2s' (vector of 2 'int' values)}} 30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values)}} 35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2s' (vector of 2 'int' values)} [all...] |
vector-ops.c | 3 typedef int v2s __attribute__ ((vector_size (8))); typedef 6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { 26 v2s *v2s_ptr;
|
/external/vixl/test/ |
test-disasm-a64.cc | [all...] |
test-assembler-a64.cc | [all...] |
/external/skia/tests/ |
PathOpsAngleIdeas.cpp | 456 SkDVector v2s = quad2[1] - quad2[0]; 458 double vDir[2] = { v1s.cross(v1e), v2s.cross(v2e) }; 459 bool ray1In2 = v1s.cross(v2s) * vDir[1] <= 0 && v1s.cross(v2e) * vDir[1] >= 0; 460 bool ray2In1 = v2s.cross(v1s) * vDir[0] <= 0 && v2s.cross(v1e) * vDir[0] >= 0; 465 bool ctrl1In2 = v1e.cross(v2s) * vDir[1] <= 0 && v1e.cross(v2e) * vDir[1] >= 0; [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
matrix-decomposition.js | 89 function combine(v1, v2, v1s, v2s) { 90 return [v1s * v1[0] + v2s * v2[0], v1s * v1[1] + v2s * v2[1], 91 v1s * v1[2] + v2s * v2[2]];
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gl.py | 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gl.py | 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gl.py | 78 'unpackrect', 'unqdevice', 'v2d', 'v2f', 'v2i', 'v2s', 'v3d', 'v3f',
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-nds32.texi | 65 v3s, v2, v2j, v2f, v2s.
|
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 95 #define GETMSGV2S(v2s, num) \ 98 for (p = (v2s); p && p->str; p++) { \
|
/toolchain/binutils/binutils-2.25/gas/ |
configure.ac | 396 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathBox.h | 131 typedef Box <V2s> Box2s;
|
ImathVec.h | 686 typedef Vec2 <short> V2s; [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-nds32.c | [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.cc | 971 Movi32bitHelper(vd.Is64Bits() ? vd.V2S() : vd.V4S(), imm & 0xffffffff); [all...] |
assembler-a64.h | 298 VRegister V2S() const { return VRegister(code_, kDRegSize, 2); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-as.1 | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrFormats.td | [all...] |
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
stereo_g729.rtp | [all...] |
stereo_g729_jitter.rtp | [all...] |