Searched refs:vi2 (Results 1 - 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DWell512a.java90 final int vi2 = v[i2[index]];
95 final int z2 = vi2 ^ (vi2 >>> 11);
/external/valgrind/helgrind/
H A Dlibhb_core.c3376 static inline UInt hash_VtsIDs ( VtsID vi1, VtsID vi2, UInt nTab ) { argument
3377 UInt hash = ROL32(vi1,19) ^ ROL32(vi2,13);
3383 struct { VtsID vi1; VtsID vi2; Bool leq; } member in struct:__anon19823
3388 struct { VtsID vi1; VtsID vi2; VtsID res; } member in struct:__anon19824
3395 cmpLEQ_cache[i].vi2 = VtsID_INVALID;
3400 join2_cache[i].vi2 = VtsID_INVALID;
3428 /* compute partial ordering relation of vi1 and vi2. */
3430 static Bool VtsID__cmpLEQ_WRK ( VtsID vi1, VtsID vi2 ) {
3434 //if (vi1 == vi2) return True;
3435 tl_assert(vi1 != vi2);
[all...]
/external/libvorbis/lib/
H A Dvorbisfile.c2143 vorbis_info *vi1,*vi2; local
2163 vi2=ov_info(vf2,-1);
2169 n2=vorbis_info_blocksize(vi2,0)>>(1+hs2);
2189 _ov_splice(pcm,lappcm,n1,n2,vi1->channels,vi2->channels,w1,w2);
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c8903 vector int vi2 = (vector int)(-2); local
8904 res_i = (vi1 == vi2);
8908 res_i = (vi1 != vi2);
8912 res_i = (vi1 < vi2);
8916 res_i = (vi1 > vi2);
8920 res_i = (vi1 <= vi2);
8924 res_i = (vi1 >= vi2);
/external/opencv3/apps/traincascade/
H A Dold_ml_tree.cpp1917 int vi, vi1 = range.begin(), vi2 = range.end(); local
1922 for( vi = vi1; vi < vi2; vi++ )

Completed in 335 milliseconds