Searched refs:v1 (Results 26 - 50 of 378) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dsetdiff_test.cpp45 int v1[3] = { 13, 18, 23 }; local
49 set_symmetric_difference((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
58 vector<int> v1(10);
59 __iota(v1.begin(), v1.end(), 0);
64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
89 int v1[3] = { 13, 18, 23 }; local
95 set_difference((int*)v1, (in
[all...]
H A Dswap_test.cpp90 queue<Obj> v1; local
93 v1.push( Obj() );
94 v1.back().v = -1;
95 v1.push( Obj() );
96 v1.back().v = -2;
105 CPPUNIT_CHECK( v1.size() == 2 );
108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method!
110 CPPUNIT_CHECK( v1.size() == 3 );
114 CPPUNIT_CHECK( v1
133 vector<Obj> v1; local
[all...]
H A Dsetinter_test.cpp39 int v1[3] = { 13, 18, 23 }; local
43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
53 vector <int> v1(10);
54 __iota(v1.begin(), v1.end(), 0);
59 set_intersection(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(inter));
H A Dsetunion_test.cpp39 int v1[3] = { 13, 18, 23 }; local
43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
56 vector <int> v1(10);
57 __iota(v1.begin(), v1.end(), 0);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
H A Dmerge_test.cpp56 vector<int> v1(5);
57 vector<int> v2(v1.size());
58 __iota(v1.begin(), v1.end(), 0);
61 vector <int> result(v1.size() + v2.size());
62 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin());
78 vector <int> v1(5);
79 vector <int> v2(v1.size());
80 for (int i = 0; (size_t)i < v1
[all...]
H A Dmismatch_test.cpp54 IntVec v1(10);
55 __iota(v1.begin(), v1.end(), 0);
56 IntVec v2(v1);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
60 CPPUNIT_ASSERT(result.first == v1.end() && result.second == v2.end());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
64 CPPUNIT_ASSERT(!(result.first == v1
[all...]
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp51 vector<string> v1; local
54 string_filter f6(v1, v2);
58 v1.push_back("ok");
59 v1.push_back("ok2");
61 string_filter f7(v1, v2);
66 v1.clear();
71 string_filter f8(v1, v2);
76 v1.push_back("ok");
77 v1.push_back("ok2");
79 string_filter f9(v1, v
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DTriangleAxisComparator.java47 float v1, v2;
51 case 0: v1 = c1.x; v2 = c2.x; break;
52 case 1: v1 = c1.y; v2 = c2.y; break;
53 case 2: v1 = c1.z; v2 = c2.z; break;
56 if (v1 > v2)
58 else if (v1 < v2)
H A DBIHTriangle.java77 float v1, v2, v3;
79 case 0: v1 = pointa.x; v2 = pointb.x; v3 = pointc.x; break;
80 case 1: v1 = pointa.y; v2 = pointb.y; v3 = pointc.y; break;
81 case 2: v1 = pointa.z; v2 = pointb.z; v3 = pointc.z; break;
85 if (v1 < v2){
86 if (v1 < v3)
87 return v1;
97 if (v1 > v2){
98 if (v1 > v3)
99 return v1;
[all...]
/external/clang/test/Parser/
H A Dpragma-visibility2.c8 int v1; variable
9 // CHECK: @v1 = common hidden global i32 0, align 4
/external/clang/test/Sema/
H A Dvector-assign.c9 v2s v1; local
15 v1 = v2; // expected-warning {{incompatible vector types assigning to 'v2s' from 'v2u'}}
16 v1 = v3; // expected-error {{assigning to 'v2s' from incompatible type 'v1s'}}
17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' from 'v2f'}}
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' from 'v4ss'}}
20 v2 = v1; // expected-warning {{incompatible vector types assigning to 'v2u' from 'v2s'}}
25 v3 = v1; // expected-error {{assigning to 'v1s' from incompatible type 'v2s'}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' from 'v2s'}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' from 'v2s'}}
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
19 : "=&y" (v1), "=&y" (v2), "=&y" (v3),
H A Dvld_dup.c8 int32x2x3_t v1; local
16 v1 = vld3_dup_s32(v0);
/external/clang/test/PCH/
H A Dcxx-implicit-moves.cpp19 float test(float v1, float v2) { argument
20 NSSize s = NSMakeSize(v1, v2);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DEdgeInfo.java44 public EdgeInfo(int v0, int v1) { argument
46 m_v1 = v1;
/external/openssl/crypto/des/
H A Dofb64ede.c71 register DES_LONG v0,v1; local
82 c2l(iv,v1);
84 ti[1]=v1;
87 l2c(v1,dp);
93 /* ti[1]=v1; */
96 v1=ti[1];
100 l2c(v1,dp);
109 v1=ti[1];*/
112 l2c(v1,iv);
114 v0=v1
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
95 c2l(iv,v1);
102 ti[1]=v1;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
121 l2c(v1,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
138 c2l(iv,v1);
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
80 c2l(iv,v1);
82 ti[1]=v1;
85 l2c(v1,dp);
102 v1=ti[1];
105 l2c(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dcfb64ede.c72 register DES_LONG v0,v1; local
86 c2l(iv,v1);
89 ti[1]=v1;
92 v1=ti[1];
96 l2c(v1,iv);
112 c2l(iv,v1);
115 ti[1]=v1;
118 v1=ti[1];
122 l2c(v1,iv);
132 v0=v1
154 register DES_LONG d0,d1,v0,v1; local
[all...]
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc20 webrtc::ValueContainer<int> v1(c);
24 v1.ToString(&s1);
28 v1 = v2;
29 v1.ToString(&s1);
35 webrtc::ValueContainer<double> v1(c);
39 v1.ToString(&s1);
43 v1 = v2;
44 v1.ToString(&s1);
/external/openssl/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
80 n2l(iv,v1);
82 ti[1]=v1;
85 l2n(v1,dp);
102 v1=ti[1];
105 l2n(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/external/openssl/crypto/rc2/
H A Drc2ofb64.c70 register unsigned long v0,v1,t; local
81 c2l(iv,v1);
83 ti[1]=v1;
86 l2c(v1,dp);
103 v1=ti[1];
106 l2c(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/external/clang/test/SemaTemplate/
H A Dinstantiate-deeply.cpp9 d v1 = 4; local
10 c v2 = v1 * v1;
/external/clang/test/CXX/special/class.conv/class.conv.ctor/
H A Dp1.cpp18 void_type v1 = atom(); member in namespace:PR13003
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp4 float v1 = float(1); local

Completed in 540 milliseconds

1234567891011>>