Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/chromium/testing/gtest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/gtest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/chromium_org/testing/gtest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest_pred_impl.h189 const T3& v3) { in AssertPred3Helper() argument
190 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
199 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
205 #define GTEST_PRED_FORMAT3(pred_format, v1, v2, v3, on_failure)\ argument
206 GTEST_ASSERT(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3(pred, v1, v2, v3, on_failure)\ argument
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
223 GTEST_PRED_FORMAT3(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE)
[all …]
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h189 const T3& v3) { in AssertPred3Helper() argument
190 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
199 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
205 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
206 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
223 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_pred_impl.h185 const T3& v3) { in AssertPred3Helper() argument
186 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
194 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
217 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/open-vcdiff/gtest/include/gtest/
Dgtest_pred_impl.h189 const T3& v3) { in AssertPred3Helper() argument
190 if (pred(v1, v2, v3)) return AssertionSuccess(); in AssertPred3Helper()
199 << "\n" << e3 << " evaluates to " << v3; in AssertPred3Helper()
205 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument
206 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
211 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument
215 #v3, \
219 v3), on_failure)
222 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
223 GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_)
[all …]
/external/libvpx/libvpx/vp8/encoder/ppc/
Dencodemb_altivec.asm46 vmrghb v3, v0, v1 ;# unpack high src to short
54 vsubshs v3, v3, v4
56 stvx v3, 0, r3 ;# store out diff
60 vmrghb v3, v0, v1 ;# unpack high src to short
63 vsubshs v3, v3, v4
65 stvx v3, r10, r3 ;# store out diff
83 vmrghb v3, v0, v1 ;# unpack high src to short
91 vsubshs v3, v3, v4
93 stvx v3, 0, r3 ;# store out diff
97 vmrghb v3, v0, v1 ;# unpack high src to short
[all …]
/external/tcpdump/
Dnfs.h133 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \ argument
135 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH) argument
136 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR) argument
137 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0) argument
138 #define NFSX_POSTOPATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : 0) argument
139 #define NFSX_POSTOPORFATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : \ argument
141 #define NFSX_WCCDATA(v3) ((v3) ? NFSX_V3WCCDATA : 0) argument
142 #define NFSX_WCCORFATTR(v3) ((v3) ? NFSX_V3WCCDATA : NFSX_V2FATTR) argument
143 #define NFSX_SATTR(v3) ((v3) ? NFSX_V3SATTR : NFSX_V2SATTR) argument
144 #define NFSX_COOKIEVERF(v3) ((v3) ? NFSX_V3COOKIEVERF : 0) argument
[all …]
Dprint-nfs.c424 parsefh(register const u_int32_t *dp, int v3) in parsefh() argument
428 if (v3) { in parsefh()
483 parsefhn(register const u_int32_t *dp, int v3) in parsefhn() argument
485 dp = parsefh(dp, v3); in parsefhn()
499 int v3; in nfsreq_print() local
520 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3); in nfsreq_print()
523 if (!v3 && proc < NFS_NPROCS) in nfsreq_print()
537 parsefh(dp, v3) != NULL) in nfsreq_print()
544 parsefh(dp, v3) != NULL) in nfsreq_print()
551 parsefhn(dp, v3) != NULL) in nfsreq_print()
[all …]
/external/libvpx/libvpx/vp8/common/ppc/
Didctllm_altivec.asm41 vupkhsh v3, v1
42 vaddsws v6, v2, v3 ;# a1 = ip[0]+ip[8]
43 vsubsws v7, v2, v3 ;# b1 = ip[0]-ip[8]
57 vmulosh v3, v1, v8
58 vsraw v3, v3, v12
59 vaddsws v3, v3, v1 ;# ip[12] * sin(pi/8) * sqrt(2)
65 vaddsws v3, v3, v5 ;# d1
67 vaddsws v0, v6, v3 ;# a1 + d1
68 vsubsws v3, v6, v3 ;# a1 - d1
75 vmrghw v5, v2, v3 ;# c0 d0 c1 d1
[all …]
Drecon_altivec.asm20 lvx v3, 0, \Diff ;# v3 = d0..d7
21 vaddshs v2, v2, v3 ;# v2 = r0..r7
23 lvx v3, r8, \Diff ;# v3 = d8..d15
25 vaddshs v3, v3, v1 ;# v3 = r8..r15
26 vpkshus v2, v2, v3 ;# v2 = 8-bit r0..r15
59 lvx v3, 0, \Diff ;# v3 = d0..d7
60 vaddshs v2, v2, v3 ;# v2 = r0..r7
62 lvx v3, r8, \Diff ;# v2 = d8..d15
63 vaddshs v3, v3, v1 ;# v3 = r8..r15
64 vpkshus v2, v2, v3 ;# v3 = 8-bit r0..r15
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTriangle.java77 float v1, v2, v3; in getExtreme() local
79 case 0: v1 = pointa.x; v2 = pointb.x; v3 = pointc.x; break; in getExtreme()
80 case 1: v1 = pointa.y; v2 = pointb.y; v3 = pointc.y; break; in getExtreme()
81 case 2: v1 = pointa.z; v2 = pointb.z; v3 = pointc.z; break; in getExtreme()
86 if (v1 < v3) in getExtreme()
89 return v3; in getExtreme()
91 if (v2 < v3) in getExtreme()
94 return v3; in getExtreme()
98 if (v1 > v3) in getExtreme()
101 return v3; in getExtreme()
[all …]
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c128 struct __user_cap_data_struct v3[2]; member
204 m.data.v3[0].effective = 0xFFFFFFFFU; in capng_fill()
205 m.data.v3[0].permitted = 0xFFFFFFFFU; in capng_fill()
206 m.data.v3[0].inheritable = 0; in capng_fill()
207 m.data.v3[1].effective = 0xFFFFFFFFU; in capng_fill()
208 m.data.v3[1].permitted = 0xFFFFFFFFU; in capng_fill()
209 m.data.v3[1].inheritable = 0; in capng_fill()
310 m.data.v3[0].permitted = FIXUP(filedata->data[0].permitted); in load_data()
311 m.data.v3[1].permitted = FIXUP(filedata->data[1].permitted); in load_data()
312 m.data.v3[0].inheritable = FIXUP(filedata->data[0].inheritable); in load_data()
[all …]
/external/clang/test/Sema/
Dvector-assign.c11 v1s v3; in test1() local
16 v1 = v3; // expected-error {{assigning to 'v2s' from incompatible type 'v1s'}} in test1()
21 v2 = v3; // expected-error {{assigning to 'v2u' from incompatible type 'v1s'}} in test1()
25 v3 = v1; // expected-error {{assigning to 'v1s' from incompatible type 'v2s'}} in test1()
26 v3 = v2; // expected-error {{assigning to 'v1s' from incompatible type 'v2u'}} in test1()
27 v3 = v4; // expected-error {{assigning to 'v1s' from incompatible type 'v2f'}} in test1()
28 v3 = v5; // expected-error {{assigning to 'v1s' from incompatible type 'v4ss'}} in test1()
32 v4 = v3; // expected-error {{assigning to 'v2f' from incompatible type 'v1s'}} in test1()
37 v5 = v3; // expected-error {{assigning to 'v4ss' from incompatible type 'v1s'}} in test1()
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
43 v2 = v3;
44 v3 = v4;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
61 v2 = v3;
62 v3 = v4;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
79 v2 = v3;
80 v3 = v4;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
[all …]
/external/v8/test/mjsunit/compiler/
Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
43 v2 = v3;
44 v3 = v4;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
61 v2 = v3;
62 v3 = v4;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
79 v2 = v3;
80 v3 = v4;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c339 int8x8_t test_vmla_s8(int8x8_t v1, int8x8_t v2, int8x8_t v3) { in test_vmla_s8() argument
341 return vmla_s8(v1, v2, v3); in test_vmla_s8()
345 int8x8_t test_vmla_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vmla_s16() argument
347 return vmla_s16(v1, v2, v3); in test_vmla_s16()
351 int32x2_t test_vmla_s32(int32x2_t v1, int32x2_t v2, int32x2_t v3) { in test_vmla_s32() argument
353 return vmla_s32(v1, v2, v3); in test_vmla_s32()
357 float32x2_t test_vmla_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vmla_f32() argument
359 return vmla_f32(v1, v2, v3); in test_vmla_f32()
363 uint8x8_t test_vmla_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) { in test_vmla_u8() argument
365 return vmla_u8(v1, v2, v3); in test_vmla_u8()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/
DREADME.TXT1 ANTLR v3.1 .NET Runtime Library (for us with the ANTLR C# Code Generator)
10 The ANTLR v3.1 .NET Runtime Library extend the ANTLR language processing
15 IronPython code generator were such a thing to be developed for ANTLR v3.1.
17 We hope you find the ANTLR v3.1 .NET Runtime Library delightful and useful
32 1. Antlr3.Runtime - the ANTLR v3.1 .NET Runtime Library
34 2. Antlr3.Utility - the ANTLR v3.1 .NET Runtime Utility Library
36 3. Antlr3.Runtime.Tests - the ANTLR v3.1 .NET Runtime Library Tests
55 3. USING The ANTLR v3.1 .NET Runtime Library
57 Tou use the ANTLR v3.1 .NET Runtime Library in your projects, add a
66 You can find examples of using ANTLR v3.1 and the ANTLR v3.1 .NET Runtime
[all …]
/external/dropbear/libtommath/
Dbn_mp_exteuclid.c23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; in mp_exteuclid() local
26 …if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY)… in mp_exteuclid()
36 if ((err = mp_copy(b, &v3)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
39 while (mp_iszero(&v3) == MP_NO) { in mp_exteuclid()
41 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
48 if ((err = mp_mul(&v3, &q, &tmp)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
54 if ((err = mp_copy(&v3, &u3)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
59 if ((err = mp_copy(&t3, &v3)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
75 _ERR: mp_clear_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL); in mp_exteuclid()
/external/llvm/test/MC/AArch64/
Dneon-compare-instructions.s15 cmeq v3.2d, v31.2d, v21.2d
37 cmhs v3.2d, v31.2d, v21.2d
45 cmls v3.2d, v21.2d, v31.2d
74 cmge v3.2d, v31.2d, v21.2d
82 cmle v3.2d, v21.2d, v31.2d
111 cmhi v3.2d, v31.2d, v21.2d
119 cmlo v3.2d, v21.2d, v31.2d
148 cmgt v3.2d, v31.2d, v21.2d
156 cmlt v3.2d, v21.2d, v31.2d
183 cmtst v3.2d, v31.2d, v21.2d
[all …]
/external/eigen/test/
Dadjoint.cpp34 v3 = VectorType::Random(rows), in adjoint() local
51 … = NumTraits<Scalar>::IsInteger ? RealScalar(0) : (std::max)((s1 * v1 + s2 * v2).norm(),v3.norm()); in adjoint()
52 …isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), internal::conj(s1) * v1.dot(v3) + internal::conj(… in adjoint()
53 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref)); in adjoint()
60 v3 = v1; in adjoint()
61 v3.normalize(); in adjoint()
62 VERIFY_IS_APPROX(v1, v1.norm() * v3); in adjoint()
63 VERIFY_IS_APPROX(v3, v1.normalized()); in adjoint()
64 VERIFY_IS_APPROX(v3.norm(), RealScalar(1)); in adjoint()
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll14 ; reg(%v3) + reg({0,+,-1}<%while.cond.i.i>) + imm(1)
16 ; reg(%v3) + reg({0,+,-1}<%while.cond.i.i>)
18 ; reg((-4 + (4 * %v3) + %v1)) + 4*reg({0,+,-1}<%while.cond.i.i>)
20 ; reg((-4 + (4 * %v3) + %v4)) + 4*reg({0,+,-1}<%while.cond.i.i>)
22 ; reg(%v3)
27 ; reg({%v3,+,-1}<nsw><%while.cond.i.i>) + imm(1)
29 ; reg({%v3,+,-1}<nsw><%while.cond.i.i>)
31 ; reg((-4 + %v1)) + 4*reg({%v3,+,-1}<nsw><%while.cond.i.i>)
33 ; reg((-4 + %v4)) + 4*reg({%v3,+,-1}<nsw><%while.cond.i.i>)
35 ; reg(%v3)
[all …]

12345678910>>...18