HomeSort by relevance Sort by last modified time
    Searched defs:v1 (Results 176 - 200 of 254) sorted by null

1 2 3 4 5 6 78 91011

  /external/quake/quake/src/QW/client/
gl_rsurf.c 1557 vec3_t v1, v2; local
1564 VectorSubtract( this, prev, v1 );
1565 VectorNormalize( v1 );
1571 if ((fabs( v1[0] - v2[0] ) <= COLINEAR_EPSILON) &&
1572 (fabs( v1[1] - v2[1] ) <= COLINEAR_EPSILON) &&
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 1631 vec3_t v1, v2; local
    [all...]
pr_cmds.cpp 611 float *v1, *v2; local
616 v1 = G_VECTOR(OFS_PARM0);
621 trace = SV_Move (v1, vec3_origin, vec3_origin, v2, nomonsters, ent);
    [all...]
  /external/v8/src/mips/
simulator-mips.h 147 v0, v1, enumerator in enum:v8::internal::Simulator::Register
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 4 ;// OpenMAX DL: v1.0.2
101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
105 _M_VARIANT $v1
153 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
158 _M_TRY1 $v1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 4 ;// OpenMAX DL: v1.0.2
101 M_VARIANTS $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
105 _M_VARIANT $v1
156 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
161 _M_TRY1 $v1
  /frameworks/base/libs/hwui/
FontRenderer.cpp 128 float v1 = glyph->mBitmapMinV; local
136 nPenX + width, nPenY - height, u2, v1,
137 nPenX, nPenY - height, u1, v1, glyph->mCachedTextureLine->mCacheTexture);
190 const float v1 = glyph->mBitmapMinV; local
199 position->fY + destination[2].fY, u2, v1,
201 position->fY + destination[3].fY, u1, v1,
863 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1,
883 (*currentPos++) = v1;
903 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1,
912 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture)
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 565 vertex_t *v, *v0, *v1;
585 v1 = v++;
586 const uint32_t cc = v0->flags & v1->flags;
588 c->prims.renderLine(c, v0, v1);
589 v0 = v1;
606 vertex_t* v1 = c->vc.vBuffer + 1; local
607 c->arrays.compileElement(c, v1, first);
608 const uint32_t cc = v0->flags & v1->flags;
610 c->prims.renderLine(c, v0, v1);
655 vertex_t *v, *v0, *v1, *v2
785 vertex_t* v1; local
812 vertex_t* v1; local
844 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices)); local
867 vertex_t* v1 = v+1; local
914 vertex_t* const v1 = fetch_vertex(c, *p++); local
928 vertex_t* const v1 = fetch_vertex(c, *p++); local
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 169 static void vector3Sub(VECTOR3 *dest, VECTOR3 *v1, VECTOR3 *v2)
171 dest->x = v1->x - v2->x;
172 dest->y = v1->y - v2->y;
173 dest->z = v1->z - v2->z;
244 VECTOR3 v1, v2, n; local
258 vector3Sub(&v1, &pb, &pa);
263 * v1.x v1.y v1.z | v1.x v1.
    [all...]
  /gdk/samples/quake/jni/
gl_rsurf.cpp 1631 vec3_t v1, v2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 79 IGLProperty v1 = new GLFloatProperty(GLStateType.GENERIC_VERTEX_ATTRIB_V1, local
88 v0, v1, v2, v3);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 232 int index, float v0, float v1, float v2, float v3) {
247 Float.valueOf(v1)));
267 // void glVertexAttrib2f(GLuint index, GLfloat v0, GLfloat v1);
268 // void glVertexAttrib3f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2);
269 // void glVertexAttrib4f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
273 float v1 = msg.getArgsCount() > 2 ? msg.getArgs(2).getFloatValue(0) : 0; local
277 return transformsForGlVertexAttrib(msg.getContextId(), index, v0, v1, v2, v3);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all functions
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 170 struct offset_v1 v1; member in union:key::__anon6582
218 ? (ih)->ih_key.u.v1.k_offset \
222 ? (ih)->ih_key.u.v1.k_uniqueness == V1_##type \
738 INFO->current_ih->ih_key.u.v1.k_offset,
739 INFO->current_ih->ih_key.u.v1.k_uniqueness,
802 INFO->current_ih->ih_key.u.v1.k_offset,
803 INFO->current_ih->ih_key.u.v1.k_uniqueness,
847 && (key->u.v1.k_offset
848 | key->u.v1.k_uniqueness) > 0))))
869 && ih->ih_key.u.v1.k_offset ==
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapTest.java 942 Integer v1 = iterator.next(); local
950 ASSERT.that(asList(v1, v2, v3)).hasContentsAnyOrder(1, 3, 5);
952 assertTrue(multimap.containsEntry("foo", v1));
965 ASSERT.that(asList(n1, n3)).hasContentsAnyOrder(v1, v3);
    [all...]
  /external/mksh/src/
funcs.c 2837 mksh_ari_t v1, v2; local
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 1848 __m128i v0, v1, v2, v3, a0, a1, b0, b1; local
1927 int v0, v1, v2; local
1954 int v0, v1; local
    [all...]
  /external/qemu/
cpu-all.h 266 uint32_t v1, v2; local
267 v1 = ldl_le_p(p);
269 return v1 | ((uint64_t)v2 << 32);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 164 vector unsigned short v1 = vec_splat_u16(1); local
224 vrpixel = vec_sl(vpixel, v1);
410 vector unsigned short v1 = vec_splat_u16(1); local
505 vR = vec_and(vec_sl((vector unsigned short)vsrc,v1), vf800);
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 519 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/svox/pico/lib/
picocep.c 866 picoos_int32 j, v1, v2, h; local
892 v1 = picocep_fixptmult((cep->diag1[j - 1]) / (1 << rowscpow),
895 v1, bigpow, invDoubleDec);
907 h = picocep_fixptmult(cep->diag2[j - 1], v1, bigpow, invDoubleDec);
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 223 int v1 = MulWithoutOverflow(lower_, other->lower(), &may_overflow); local
227 lower_ = Min(Min(v1, v2), Min(v3, v4));
228 upper_ = Max(Max(v1, v2), Max(v3, v4));
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 82 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);
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 3136 ULong u0, u1, v1, q0, q1, k, n; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 79 v1 = r3, enumerator in enum:JSC::MIPSRegisters::__anon14513

Completed in 1430 milliseconds

1 2 3 4 5 6 78 91011