Searched refs:v5 (Results 1 - 25 of 134) sorted by relevance

123456

/external/clang/test/CodeGen/
H A Dcxx-value-init.cpp10 _Complex float v5 = typeof(_Complex float)(); 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 int64x1x4_t v5; local
45 v5 = vld4_dup_s64(v7);
/external/clang/test/Sema/
H A Dvector-assign.c13 v4ss v5; local
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' from 'v4ss'}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' from 'v4ss'}}
28 v3 = v5; // expected-error {{assigning to 'v1s' from incompatible type 'v4ss'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v4ss'}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2s'}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2u'}}
37 v5 = v3; // expected-error {{assigning to 'v4ss' from incompatible type 'v1s'}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2f'}}
H A Dattr-cleanup.c18 int v5 __attribute((cleanup(c1)));
/external/v8/test/mjsunit/compiler/
H A Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
45 v4 = v5;
46 v5 = v6;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
63 v4 = v5;
64 v5 = v6;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
81 v4 = v5;
82 v5 = tmp;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x
[all...]
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp9 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
/external/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm51 vmulosh v5, v1, v9
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
53 vaddsws v5, v5, v1
55 vsubsws v4, v4, v5 ;# c1
61 vmulosh v5, v0, v9
62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
63 vaddsws v5, v
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
H A DKrbConfigTest.java18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.KrbConfig;
H A DKDCReplyTest.java18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.EncryptedData;
26 import org.apache.harmony.auth.internal.kerberos.v5.KDCReply;
27 import org.apache.harmony.auth.internal.kerberos.v5.PrincipalName;
28 import org.apache.harmony.auth.internal.kerberos.v5.Ticket;
/external/webkit/LayoutTests/fast/js/resources/
H A Dcodegen-temporaries-multiple-global-blocks-2.js24 var v5 = o5; variable
25 v5[assign5()] = 2;
H A Dcodegen-temporaries-multiple-global-blocks-1.js27 v5 = { a: 0 };
/external/libvpx/vp8/encoder/ppc/
H A Dsad_altivec.asm46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
48 vsububs v7, v5, v4
51 ;# v8 += abs (v4 - v5)
66 vperm v5, v1, v2, v3
71 vsububs v6, v4, v5
72 vsububs v7, v5, v4
87 vperm v5, v1, v2, v3
92 vsububs v6, v9, v5
94 vsububs v7, v5, v
[all...]
H A Dencodemb_altivec.asm37 lvsl v5, 0, r4 ;# permutate value for alignment
44 vperm v1, v1, v0, v5
49 lvsl v5, 0, r4 ;# permutate value for alignment
58 vperm v1, v1, v0, v5
74 lvsl v5, 0, r5 ;# permutate value for alignment
81 vperm v1, v1, v0, v5
86 lvsl v5, 0, r5 ;# permutate value for alignment
95 vperm v1, v1, v0, v5
H A Dvariance_altivec.asm55 vmrghb v3, v7, v5
60 vmrglb v3, v7, v5
65 vsububs v2, v4, v5
66 vsububs v3, v5, v4
76 load_aligned_16 v5, r5, r10
109 load_aligned_16 v5, r5, r10
124 vmrghb v5, v5, v0
208 load_aligned_16 v5, r5, r10
215 vsububs v2, v4, v5
[all...]
H A Dvariance_subpixel_altivec.asm251 load_and_align_16 v5, r7, r8, 1
258 vmrghb v2, v4, v5
304 hfilter_8 v5, v10, v11, 1
326 load_and_align_16 v5, r3, r4, 1
344 vfilter_16 v4, v5
345 vfilter_16 v5, v6
357 vmrghb v2, v4, v5
361 load_and_align_16 v5, r7, r8, 1
369 vmrghb v4, v4, v5
370 vmrghb v5, v
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest_pred_impl.h316 const T5& v5) {
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
330 << "\n" << e5 << " evaluates to " << v5; local
336 #define GTEST_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5, on_failure)\
337 GTEST_ASSERT(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
342 #define GTEST_PRED5(pred, v1, v2, v3, v4, v5, on_failure)\
348 #v5, \
354 v5), on_failure)
357 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
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.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
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.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
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.h308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
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.h316 const T5& v5) {
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
330 << "\n" << e5 << " evaluates to " << v5; local
336 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
337 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
342 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
348 #v5, \
354 v5), on_failure)
357 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
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/CXX/class/class.mem/
H A Dp1.cpp49 static int v5; //expected-note{{previous definition is here}} member in struct:S5
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}} function in struct:S5
/external/v8/test/mjsunit/
H A Dmath-min-max.js131 var v5 = 2;
144 assertEquals(v6, Math.max(v5, v6));
145 assertEquals(v5, Math.min(v5, v6));
153 assertEquals(v2, Math.max(v5, v2++)); // tagged, int32
155 assertEquals(v0, Math.max(v0++, v5)); // double, tagged
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s166 lvx v5,0,r5
167 vperm v4,v4,v5,v17
181 vperm v5,v5,v6,v17
187 vand v5,v5,v18
246 vmulosh v21,v5,v13
350 lvsl v5,0,r5 ; v5: coefficient alignment permutation vector
351 vperm v5,v
[all...]
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s168 lvx v5,0,r5
169 vperm v4,v4,v5,v17
183 vperm v5,v5,v6,v17
189 vand v5,v5,v18
248 vmulosh v21,v5,v13
352 lvsl v5,0,r5 # v5: coefficient alignment permutation vector
353 vperm v5,v
[all...]

Completed in 287 milliseconds

123456