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

123456789

/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);
H A Darm-aapcs-vfp.c74 int8x16_t f0(int8x16x4_t v4) { argument
75 return vaddq_s8(v4.val[0], v4.val[3]);
84 int16x4_t v4; member in struct:neon_struct
/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' from 'v2f'}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' from 'v2f'}}
27 v3 = v4; // expected-error {{assigning to 'v1s' from incompatible type 'v2f'}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v2s'}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v2u'}}
32 v4 = v3; // expected-error {{assigning to 'v2f' from incompatible type 'v1s'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v4ss'}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2f'}}
/external/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/sdch/open-vcdiff/src/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/chromium/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/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/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/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/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/SemaTemplate/
H A Dinstantiate-deeply.cpp12 a v4 = v3 * v3; local
13 field += v2 + v4;
/external/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-2.js19 var v4 = { a: 1 };
20 var r4 = v4[assign4()];
H A Dcodegen-temporaries-multiple-global-blocks-1.js21 v4 = { a: 0 };
/external/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm46 vmulosh v4, v0, v8
47 vsraw v4, v4, v12
48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2)
55 vsubsws v4, v4, v5 ;# c1
70 vaddsws v1, v7, v4 ;# b1 + c1
71 vsubsws v2, v7, v4 ;# b1 - c1
74 vmrghw v4, v
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DLeftRecursionCyclesMessage.java30 import org.stringtemplate.v4.ST;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dip_addr.c27 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
51 if (a->u.v4.s_addr != b->u.v4.s_addr)
69 if (inet_aton(txt, &addr->u.v4)) {
H A Dip_addr.h20 struct in_addr v4; member in union:hostapd_ip_addr::__anon15351
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.c21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
45 if (a->u.v4.s_addr != b->u.v4.s_addr)
63 if (inet_aton(txt, &addr->u.v4)) {
H A Dip_addr.h15 struct in_addr v4; member in union:hostapd_ip_addr::__anon15580
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.c21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
45 if (a->u.v4.s_addr != b->u.v4.s_addr)
63 if (inet_aton(txt, &addr->u.v4)) {

Completed in 531 milliseconds

123456789