Searched refs:v3 (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto2.cpp12 c4_View v1, v2, v3; local
43 c4_View v1, v2, v3; local
54 v3 = v1.Union(v2);
55 A(v3.GetSize() == 5);
56 A(p1(v3[0]) == 1);
57 A(p1(v3[1]) == 2);
58 A(p1(v3[2]) == 3);
59 A(p1(v3[3]) == 4);
60 A(p1(v3[4]) == 5);
67 c4_View v1, v2, v3; local
88 c4_View v1, v2, v3; local
110 c4_View v1, v2, v3; local
153 c4_View v1, v2, v3; local
225 c4_View v1, v2, v3; local
261 c4_View v1, v2a, v2b, v2c, v3; local
331 c4_View v3 = v1.Product(v2); local
368 c4_View v1, v2, v3; local
420 c4_View v3 = p4(v2[0]); local
[all...]
H A Dtcusto1.cpp90 c4_View v3 = v1.Product(v2); local
91 A(v3.GetSize() == 6);
92 A(p1(v3[0]) == 123);
93 A(p2(v3[0]) == 111);
94 A(p1(v3[1]) == 123);
95 A(p2(v3[1]) == 222);
96 A(p1(v3[2]) == 234);
97 A(p2(v3[2]) == 111);
98 A(p1(v3[3]) == 234);
99 A(p2(v3[
126 c4_View v3 = v1.RemapWith(v2); local
149 c4_View v3 = v1.Pair(v2); local
172 c4_View v3 = v1.Concat(v2); local
207 c4_View v1, v2, v3; local
247 c4_View v1, v2, v3; local
[all...]
H A Dtbasic2.cpp34 c4_View v3 = v1.SortOn(p2); local
35 A(v3.GetSize() == 6);
36 A(p1(v3[0]) == 234);
37 A(p1(v3[1]) == 345);
38 A(p1(v3[2]) == 111);
39 A(p1(v3[3]) == 123);
40 A(p1(v3[4]) == 333);
41 A(p1(v3[5]) == 222);
42 A(v3.Search(p2["six"]) == 3);
43 A(v3
141 c4_View v3 = v1.Unique(); local
[all...]
H A Dtnotify.cpp215 c4_View v3 = v2.Project(p1); local
216 A(v3.GetSize() == 4);
217 A(p1(v3[0]) == 10);
218 A(p1(v3[1]) == 12);
219 A(p1(v3[2]) == 14);
220 A(p1(v3[3]) == 16);
222 A(p2(v3[0]) == 0);
223 A(p2(v3[1]) == 0);
224 A(p2(v3[2]) == 0);
225 A(p2(v3[
253 c4_View v3 = v1.SelectRange(p1[340], p1[350]); local
302 c4_View v3 = v2.SortOn(p1); local
326 c4_View v3 = v2.SortOn(p2); local
[all...]
H A Dtmapped.cpp44 c4_View v3 = v1.Hash(v2, 1); local
46 v3.Add(p1["b93655249726e5ef4c68e45033c2e0850570e1e07"]);
47 v3.Add(p1["2ab03fba463d214f854a71ab5c951cea096887adf"]);
48 v3.Add(p1["2e196eecb91b02c16c23360d8e1b205f0b3e3fa3d"]);
49 A(v3.GetSize() == 3);
53 int f = v3.Find(p1["7c0734c9187133f34588517fb5b39294076f22ba3"]);
194 c4_View v3 = pSv(v2[i]); local
195 v3.Add(p2[i]);
218 c4_View v3 = v2.Blocked(); local
219 c4_View v4 = v1.Hash(v3,
[all...]
H A Dtextend.cpp70 c4_View v3 = s3.View("a"); local
71 A(v3.GetSize() == 2);
72 A(p1(v3[0]) == 123);
73 A(p1(v3[1]) == 456);
113 c4_View v3 = s3.View("a"); local
114 A(v3.GetSize() == 1);
115 A(p1(v3[0]) == 123);
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h185 const T3& v3) {
186 if (pred(v1, v2, v3)) return AssertionSuccess();
194 << "\n" << e3 << " evaluates to " << v3;
199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\
200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\
205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\
209 #v3, \
213 v3), on_failure)
216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
178 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
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...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddebug.h49 # define dbg_val3(fmt, v1, v2, v3) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3)
50 # define dbg_val4(fmt, v1, v2, v3, v4) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4)
51 # define dbg_val5(fmt, v1, v2, v3, v4, v5) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4, v5)
52 # define dbg_val6(fmt, v1, v2, v3, v4, v5, v6) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4, v5, v6)
60 # define dbg_val3(fmt, v1, v2, v3)
61 # define dbg_val4(fmt, v1, v2, v3, v
[all...]
/macosx-10.10.1/bzip2-36/bzip2/arm64/
H A Dcrc32vec.s36 let there be at least 8 128-bit vectors v0, v1, v2, v3, v4, v5, v6, v7
37 we can apply the folding to (v0,x4), (v1,v5), (v2,v6), (v3,v7), respectively, with T = 512
77 st1.4s {v0,v1,v2,v3},[x3],#4*16
111 ld1.4s {v1,v2,v3}, [buf], #48
114 rev64.16b v3, v3
117 ext.16b v3, v3, v3, #8
137 FOLD4 v3, q
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_exteuclid.c23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
34 /* initialize, (v1,v2,v3) = (0,1,b) */
36 if ((err = mp_copy(b, &v3)) != MP_OKAY) { goto _ERR; }
38 /* loop while v3 != 0 */
39 while (mp_iszero(&v3) == MP_NO) {
40 /* q = u3/v3 */
41 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
48 if ((err = mp_mul(&v3,
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dnfs.h133 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \
135 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH)
136 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR)
137 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0)
138 #define NFSX_POSTOPATTR(v3) ((v3)
[all...]
H A Dprint-nfs.c434 parsefh(register const u_int32_t *dp, int v3) argument
438 if (v3) {
493 parsefhn(register const u_int32_t *dp, int v3) argument
495 dp = parsefh(dp, v3);
509 int v3; local
534 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3);
537 if (!v3 && proc < NFS_NPROCS)
551 parsefh(dp, v3) != NULL)
558 parsefh(dp, v3) != NULL)
565 parsefhn(dp, v3) !
1152 parsefattr(const u_int32_t *dp, int verbose, int v3) argument
1220 parseattrstat(const u_int32_t *dp, int verbose, int v3) argument
1251 parselinkres(const u_int32_t *dp, int v3) argument
1267 parsestatfs(const u_int32_t *dp, int v3) argument
1538 register int v3; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_verbatim.rb8 v3 = verb('1 + 2')
14 refute_equal v1, v3
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dselmap.tcl49 set v3 [$v2 view map $v1]
52 for {set i 0} {$i < [$v3 size]} {incr i} {
53 foreach {x y} [$v3 get $i x y] break
57 $v3 close
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtchcfmt.h49 double v3, const char* str3);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dobject.test121 mk::view open db.c v3
126 fill v3 j 3 4 5 6 7
158 set v [v1 view pair v3]
184 v3 close
198 rename [v1 view hash v2 1] v3
200 v3 insert end k 1 v one
201 v3 insert end k 2 v two
202 v3 insert 1 k 3 v three
203 v3 insert 1 k 4 v four
204 v3 inser
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dtestpemce.bat28 copy ..\test\v3-cert1.pem >nul
29 call tpemce.bat x509 v3-cert1.pem
32 copy ..\test\v3-cert1.pem >nul
33 call tpemce.bat x509 v3-cert1.pem
H A Dtestpem.bat21 call tpem.bat x509 ..\test\v3-cert1.pem
24 call tpem.bat x509 ..\test\v3-cert1.pem
/macosx-10.10.1/bzip2-36/bzip2/x86_64/
H A Dcrc32vec.s23 #define v3 %xmm3
39 movaps v3, -64(%rbp)
74 movdqu 32(buf), v3
77 pshufb L_shufb, v3
106 movdqa v3, v5
108 pclmulqdq $0x11, K12, v3
112 pxor v5, v3
118 pxor v5, v3
126 now sequentially fold v0 into v1,v2,v3
135 pxor $0, v0 // H(x) * {x^[128+64] mod P(x)} xor with the new vector v1/v2/v3
[all...]
/macosx-10.10.1/ruby-106/ruby/test/matrix/
H A Dtest_vector.rb8 @v3 = @v1.clone
16 assert_not_same @v1, @v3
24 assert_equal @v1, @v3
32 assert @v1.eql?(@v3)
39 assert hash.key?(@v3)
47 assert_equal @v1.hash, @v3.hash
/macosx-10.10.1/ruby-106/ruby/
H A Dsiphash.c157 #define SIP_COMPRESS(v0, v1, v2, v3) \
160 ADD64_TO((v2), (v3)); \
162 ROTL64_TO((v3), 16); \
164 XOR64_TO((v3), (v2)); \
167 ADD64_TO((v0), (v3)); \
169 ROTL64_TO((v3), 21); \
171 XOR64_TO((v3), (v0)); \
388 #define SIP_2_ROUND(m, v0, v1, v2, v3) \
390 XOR64_TO((v3), (m)); \
391 SIP_COMPRESS(v0, v1, v2, v3); \
400 uint64_t v0, v1, v2, v3; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DvRijndael-alg-ref.c153 register vector unsigned char v1, v2, v3, mask; local
161 v3 = vec_ld( 32, (vector unsigned char *) keyMaterial );
164 v2 = vec_perm( v2, v3, mask );
444 register vector unsigned char v1, v2, v3, v4, mask;
452 v3 = vec_ld( 32, (vector unsigned char *) input );
455 v2 = vec_perm( v2, v3, mask );
459 v3 = vec_perm( v1, v2, (vector unsigned char) ( 0, 4, 8, 12, 16, 20, 24, 28, 1, 5, 9, 13, 17, 21, 25, 29 ) );
464 v3 = vec_xor( v3, *((vector unsigned char *) cipher->chainBlock ) );
467 vec_st( v3,
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsatstypesetter.py24 def boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, v, v2, v3, v4, v5):
33 def getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_(self, v1, v2, v3, v4, v5):
36 def setLineFragmentRect_forGlyphRange_usedRect_baselineOffset_(self, v1, v2, v3, v4):
42 def insertGlyph_atGlyphIndex_characterIndex_(self, v1, v2, v3):
51 def setLocation_withAdvancements_forStartOfGlyphRange_(self, v1, v2, v3):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsatstypesetter.py24 def boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, v, v2, v3, v4, v5):
33 def getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_(self, v1, v2, v3, v4, v5):
36 def setLineFragmentRect_forGlyphRange_usedRect_baselineOffset_(self, v1, v2, v3, v4):
42 def insertGlyph_atGlyphIndex_characterIndex_(self, v1, v2, v3):
51 def setLocation_withAdvancements_forStartOfGlyphRange_(self, v1, v2, v3):
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkinputcontroller.py21 v1, v2, v3, v4, v5):
25 v1, v2, v3, v4):
29 v1, v2, v3, v4):

Completed in 467 milliseconds

1234