Searched refs:v4 (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dcxx-value-init.cpp9 _Complex int v4 = typeof(_Complex int)(); local
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
H A Dvld_dup.c11 int64x1x3_t v4; local
43 v4 = vld3_dup_s64(v6);
/external/clang/test/Sema/
H A Daltivec-init.c3 typedef int v4 __attribute((vector_size(16))); typedef
8 v4 b;
10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
11 b = (v4)(5, 6, 8, 8.0f);
30 void __attribute__((__overloadable__)) f(v4 a)
40 v4 vGCC;
H A Dvector-assign.c12 v2f v4; local
17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}}
27 v3 = v4; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2f' (vector of 2 'float' values)}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values)}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}}
32 v4 = v3; // expected-error {{assigning to 'v2f' (vector of 2 'float' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
/external/eigen/doc/examples/
H A DTutorial_simple_example_fixed_size.cpp11 Vector4i v4(1, 2, 3, 4);
14 << m4 << "\nv4:\n" << v4 << std::endl;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
44 v3 = v4;
45 v4 = v5;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
62 v3 = v4;
63 v4 = v5;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
80 v3 = v4;
81 v4 = v5;
93 function two_cycles_while(n, v1, v2, v3, v4, v
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_4x4_ttype1.s130 mov v4.4h[0], w8
132 mov v4.4h[1], w9
134 mov v4.4h[2], w10
136 mov v4.4h[3], w11
140 smull v6.4s, v1.4h, v4.4h[2] //74 * pi2_src[1]
141 smlal v6.4s, v0.4h, v4.4h[0] //74 * pi2_src[1] + 29 * pi2_src[0]
142 smlal v6.4s, v3.4h, v4.4h[1] //74 * pi2_src[1] + 29 * pi2_src[0] + 55 * pi2_src[3]
143 smlal v6.4s, v2.4h, v4.4h[3] //pi2_out[0] = 29* pi2_src[0] + 74 * pi2_src[1] + 84* pi2_src[2] + 55 * pi2_src[3]
145 smull v5.4s, v1.4h, v4.4h[2] //74 * pi2_src[1]
146 smlal v5.4s, v0.4h, v4
[all...]
H A Dihevc_padding.s112 dup v4.16b,w10
133 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
134 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
135 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
136 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
137 st1 {v4.16b},[x6] //128/8 = 16 bytes store
230 dup v4.8h,w10
251 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
252 st1 {v4.16b},[x6],#16 //128/8 = 16 bytes store
253 st1 {v4
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h249 const T4& v4) {
250 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
261 << "\n" << e4 << " evaluates to " << v4; local
267 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
268 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
273 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
278 #v4, \
283 v4), on_failure)
286 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
240 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
305 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp8 int v4 = int(); local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocalBroadcastManager.java3 import android.support.v4.content.LocalBroadcastManager;
H A DShadowFragmentPagerAdapter.java3 import android.support.v4.app.Fragment;
4 import android.support.v4.app.FragmentManager;
5 import android.support.v4.app.FragmentPagerAdapter;
/external/llvm/test/MC/AArch64/
H A Dneon-simd-misc.s10 rev64 v2.8h, v4.8h
14 rev64 v4.2s, v0.2s
17 // CHECK: rev64 v2.8h, v4.8h // encoding: [0x82,0x08,0x60,0x4e]
21 // CHECK: rev64 v4.2s, v0.2s // encoding: [0x04,0x08,0xa0,0x0e]
24 rev32 v4.8h, v7.8h
29 // CHECK: rev32 v4.8h, v7.8h // encoding: [0xe4,0x08,0x60,0x6e]
47 saddlp v12.2d, v4.4s
54 // CHECK: saddlp v12.2d, v4.4s // encoding: [0x8c,0x28,0xa0,0x4e]
65 uaddlp v12.2d, v4.4s
72 // CHECK: uaddlp v12.2d, v4
[all...]
H A Darm64-simd-ldst.s10 ld1.8b {v3, v4}, [x2]
11 ld1.8b {v4, v5, v6}, [x3]
101 ; CHECK: ld1.8b { v3, v4 }, [x2] ; encoding: [0x43,0xa0,0x40,0x0c]
102 ; CHECK: ld1.8b { v4, v5, v6 }, [x3] ; encoding: [0x64,0x60,0x40,0x0c]
187 ld2.8b {v4, v5}, [x19]
188 ld2.16b {v4, v5}, [x19]
189 ld2.4h {v4, v5}, [x19]
190 ld2.8h {v4, v5}, [x19]
191 ld2.2s {v4, v5}, [x19]
192 ld2.4s {v4, v
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jar ... -INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$ ...
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp23 V4 v4(x1, x2, x3, x4);
26 VERIFY_IS_APPROX(x1, v4.x());
29 VERIFY_IS_APPROX(x2, v4.y());
31 VERIFY_IS_APPROX(x3, v4.z());
32 VERIFY_IS_APPROX(x4, v4.w());
/external/valgrind/main/none/tests/x86-linux/
H A Dsigcontext.c47 int v2, v3, v4; local
67 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4)
69 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4);
82 : "=a" (ret), "=d" (v2), "=S" (v3), "=D" (v4)
84 printf("v2=%x v3=%x v4=%x\n", v2, v3, v4);
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp41 static int v4; member in struct:S4
44 int S4::v4; //expected-note{{previous definition is here}} member in class:S4
45 int S4::v4; //expected-error{{redefinition of 'v4'}} member in class:S4
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-1y.cpp18 template<template<typename> class...X> int v4; variable
19 template<template<typename> class...X> int v4<X...>; variable

Completed in 5110 milliseconds

1234567891011>>