Searched refs:v1 (Results 276 - 300 of 378) sorted by relevance

<<111213141516

/external/quake/quake/src/WinQuake/
H A Dgl_rsurf.cpp1631 vec3_t v1, v2; local
1639 VectorSubtract( thiz, prev, v1 );
1640 VectorNormalize( v1 );
1646 if ((fabs( v1[0] - v2[0] ) <= COLINEAR_EPSILON) &&
1647 (fabs( v1[1] - v2[1] ) <= COLINEAR_EPSILON) &&
1648 (fabs( v1[2] - v2[2] ) <= COLINEAR_EPSILON))
/external/openssl/crypto/bn/asm/
H A Dmips3.s64 #define MINUS4 v1
601 sltu t8,t1,v1
605 seq t9,t1,v1
608 daddu v1,a2
611 sltu t8,t1,v1
612 sltu ta0,v1,a2
626 move v1,zero
633 move t9,v1
654 #define DH v1
715 sltu v1,t
[all...]
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
98 # is treated by saving/restoring ($v1,$t0..$t3).
100 $gp=$v1 if ($flavour =~ /nubi/i);
102 $minus4=$v1;
891 move $v1,$zero
893 move $t9,$v1
914 $DH=$v1;
975 sltu $v1,$t0,$a2
979 $SUBU $t1,$v1
988 $SRL $v1,
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java1002 * @param v1 First node to add to vector
1005 public final void pushPair(Node v1, Node v2) argument
1027 m_map[m_firstFree] = v1;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc29 void CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2) { argument
33 file, line, cond, (uptr)v1, (uptr)v2);
/external/libffi/
H A DMakefile.am7 EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
/external/libffi/src/mips/
H A Dn32.S299 REG_S v1, 8(t4)
341 3 - return value high (v1 or $f2)
466 REG_L v1, V1_OFF2($sp)
/external/libpng/
H A Dpng.c849 png_64bit_product (long v1, long v2, unsigned long *hi_product, argument
852 int64_t x = (int64_t)v1 * (int64_t)v2;
/external/mksh/src/
H A Dfuncs.c2837 mksh_ari_t v1, v2; local
3013 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR, false) ||
3021 return (v1 == v2);
3023 return (v1 != v2);
3025 return (v1 >= v2);
3027 return (v1 > v2);
3029 return (v1 <= v2);
3031 return (v1 < v2);
/external/openfst/src/include/fst/
H A Dfloat-weight.h114 volatile T v1 = w1.Value(); local
116 return v1 == v2;
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3dtypes.h821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
837 WORD v1; /* Vertex indices */ member in union:_D3DTRIANGLE::__anon11479
857 WORD v1; /* Vertex indices */ member in union:_D3DLINE::__anon11482
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DTYPES.H821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
837 WORD v1; /* Vertex indices */ member in union:_D3DTRIANGLE::__anon11662
857 WORD v1; /* Vertex indices */ member in union:_D3DLINE::__anon11665
/external/speex/libspeex/
H A Dnb_celp.c461 int v1; local
463 v1=(int)floor(st->vbr_quality);
464 if (v1==10)
465 thresh = vbr_nb_thresh[mode][v1];
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1];
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c82 Long u1, v1, w1, w2, t; local
86 v1 = v >> 32;
91 w1 = u0 * v1 + w1;
92 *rHi = u1 * v1 + w2 + (w1 >> 32);
99 ULong u1, v1, w1,w2,t; local
103 v1 = v >> 32;
108 w1 = u0 * v1 + w1;
109 *rHi = u1 * v1 + w2 + (w1 >> 32);
/external/v8/src/mips/
H A Dsimulator-mips.h147 v0, v1, enumerator in enum:v8::internal::Simulator::Register
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js79 this.v1 = i;
/external/webp/src/dec/
H A Dvp8l.c484 const uint32_t v1 = src[2 * i + 1]; local
486 // scale r/g/b value by a factor 2. We just shift v0/v1 one bit less.
487 const int r = ((v0 >> 15) & 0x1fe) + ((v1 >> 15) & 0x1fe);
488 const int g = ((v0 >> 7) & 0x1fe) + ((v1 >> 7) & 0x1fe);
489 const int b = ((v0 << 1) & 0x1fe) + ((v1 << 1) & 0x1fe);
/external/qemu/
H A Dcpu-all.h266 uint32_t v1, v2; local
267 v1 = ldl_le_p(p);
269 return v1 | ((uint64_t)v2 << 32);
H A Dkqemu.c110 int v0, v1; local
119 : "=a" (v0), "=d" (v1)
122 return (v0 != v1);
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c519 float *v1, *v2; local
524 v1 = G_VECTOR(OFS_PARM0);
529 trace = SV_Move (v1, vec3_origin, vec3_origin, v2, nomonsters, ent);
1641 PF_traceline, // float(vector v1, vector v2, float tryents) traceline = #16;
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp1284 JSValue v1 = stackFrame.args[0].jsValue(); local
1287 JSObject* result = v1.toThisObject(callFrame);
1296 JSValue v1 = stackFrame.args[0].jsValue(); local
1298 ASSERT(v1.asCell()->structure()->typeInfo().needsThisConversion());
1299 JSValue result = v1.toStrictThisObject(callFrame);
1308 JSValue v1 = stackFrame.args[0].jsValue(); local
1312 if (v1.isString()) {
1314 ? jsString(callFrame, asString(v1), asString(v2))
1315 : jsString(callFrame, asString(v1), v2.toPrimitiveString(callFrame));
1321 if (v1
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java422 Map<Integer, Integer> v1 = new HashMap<Integer, Integer>();
424 v1.put(1, 0);
442 if (k == -d || k != d && v1.get(k - 1) < v1.get(k + 1)) {
443 x = v1.get(k + 1);
445 x = v1.get(k - 1) + 1;
471 v1.put(k, x);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest3.java327 private static Vector v1 = new Vector<String>(Arrays.asList(new String[] { field in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
344 passed = int1 == 0xA9 && object1.equals(v1);
351 fields.put("object1", v1);
/external/freetype/src/truetype/
H A Dttinterp.c208 #define CUR_Func_project( v1, v2 ) \
209 CUR.func_project( EXEC_ARG_ (v1)->x - (v2)->x, (v1)->y - (v2)->y )
211 #define CUR_Func_dualproj( v1, v2 ) \
212 CUR.func_dualproj( EXEC_ARG_ (v1)->x - (v2)->x, (v1)->y - (v2)->y )
2471 /* Computes the projection of vector given by (v2-v1) along the */
2475 /* v1 :: First input vector. */
2501 /* Computes the projection of the vector given by (v2-v1) along the */
2505 /* v1
5233 FT_Vector* v1 = CUR.zp1.org + p2; local
5262 FT_Vector* v1 = CUR.zp1.cur + p2; local
[all...]
/external/libpcap/
H A Dgencode.c4169 gen_portrangeatom(off, v1, v2)
4171 bpf_int32 v1, v2;
4175 if (v1 > v2) {
4177 * Reverse the order of the ports, so v1 is the lower one.
4181 vtemp = v1;
4182 v1 = v2;
4186 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1);
4272 gen_portrangeatom6(off, v1, v2)
4274 bpf_int32 v1, v2;
4278 if (v1 > v
[all...]

Completed in 2578 milliseconds

<<111213141516