/external/quake/quake/src/QW/client/ |
r_aclip.c | 26 static finalvert_t fv[2][8]; variable 29 void R_AliasProjectFinalVert (finalvert_t *fv, auxvert_t *av); 52 pav0 = &av[pfv0 - &fv[0][0]]; 53 pav1 = &av[pfv1 - &fv[0][0]]; 57 scale = (ALIAS_Z_CLIP_PLANE - pav0->fv[2]) / 58 (pav1->fv[2] - pav0->fv[2]); 60 avout.fv[0] = pav0->fv[0] + (pav1->fv[0] - pav0->fv[0]) * scale [all...] |
r_alias.c | 75 void R_AliasTransformAndProjectFinalVerts (finalvert_t *fv, 79 void R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av, 81 void R_AliasProjectFinalVert (finalvert_t *fv, auxvert_t *av); 146 R_AliasTransformVector (&basepts[i][0], &viewaux[i].fv[0]); 148 if (viewaux[i].fv[2] < ALIAS_Z_CLIP_PLANE) 156 if (viewaux[i].fv[2] < minz) 157 minz = viewaux[i].fv[2]; 186 frac = (ALIAS_Z_CLIP_PLANE - pa0->fv[2]) / 187 (pa1->fv[2] - pa0->fv[2]) 272 finalvert_t *fv; local 536 finalvert_t *fv; local [all...] |
r_aliasa.s | 40 #define fv 12+4 define 56 // for (i=0 ; i<r_anumverts ; i++, fv++, pverts++, pstverts++) 59 movl fv(%esp),%edi 102 // fv->v[2] = pstverts->s; 103 // fv->v[3] = pstverts->t; 104 // fv->flags = pstverts->onseam; 160 // fv->v[4] = temp; 165 // fv->v[0] = ((DotProduct(pverts->v, aliastransform[0]) + 167 // fv->v[1] = ((DotProduct(pverts->v, aliastransform[1]) + 169 // fv->v[5] = zi [all...] |
d_polyse.c | 150 void D_PolysetDrawFinalVerts (finalvert_t *fv, int numverts) 155 for (i=0 ; i<numverts ; i++, fv++) 159 if ((fv->v[0] < r_refdef.vrectright) && 160 (fv->v[1] < r_refdef.vrectbottom)) 162 z = fv->v[5]>>16; 163 zbuf = zspantable[fv->v[1]] + fv->v[0]; 169 pix = skintable[fv->v[3]>>16][fv->v[2]>>16]; 170 pix = ((byte *)acolormap)[pix + (fv->v[4] & 0xFF00) ] [all...] |
r_edge.c | 66 float fv; variable 491 newzi = surf->d_ziorigin + fv*surf->d_zistepv + 495 testzi = surf2->d_ziorigin + fv*surf2->d_zistepv + 529 newzi = surf->d_ziorigin + fv*surf->d_zistepv + 533 testzi = surf2->d_ziorigin + fv*surf2->d_zistepv + 711 fv = (float)iv; 753 fv = (float)iv;
|
d_iface.h | 150 void D_PolysetDrawFinalVerts (finalvert_t *fv, int numverts);
|
/external/quake/quake/src/WinQuake/ |
r_aclip.cpp | 26 static finalvert_t fv[2][8];
variable 29 void R_AliasProjectFinalVert (finalvert_t *fv, auxvert_t *av);
52 pav0 = &av[pfv0 - &fv[0][0]];
53 pav1 = &av[pfv1 - &fv[0][0]];
57 scale = (ALIAS_Z_CLIP_PLANE - pav0->fv[2]) /
58 (pav1->fv[2] - pav0->fv[2]);
60 avout.fv[0] = pav0->fv[0] + (pav1->fv[0] - pav0->fv[0]) * scale; [all...] |
r_alias.cpp | 75 void R_AliasTransformAndProjectFinalVerts (finalvert_t *fv,
79 void R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av,
81 void R_AliasProjectFinalVert (finalvert_t *fv, auxvert_t *av);
146 R_AliasTransformVector (&basepts[i][0], &viewaux[i].fv[0]);
148 if (viewaux[i].fv[2] < ALIAS_Z_CLIP_PLANE)
156 if (viewaux[i].fv[2] < minz)
157 minz = viewaux[i].fv[2];
186 frac = (ALIAS_Z_CLIP_PLANE - pa0->fv[2]) /
187 (pa1->fv[2] - pa0->fv[2]); 272 finalvert_t *fv; local 536 finalvert_t *fv; local [all...] |
r_aliasa.s | 40 #define fv 12+4 define 56 // for (i=0 ; i<r_anumverts ; i++, fv++, pverts++, pstverts++) 59 movl fv(%esp),%edi 102 // fv->v[2] = pstverts->s; 103 // fv->v[3] = pstverts->t; 104 // fv->flags = pstverts->onseam; 160 // fv->v[4] = temp; 165 // fv->v[0] = ((DotProduct(pverts->v, aliastransform[0]) + 167 // fv->v[1] = ((DotProduct(pverts->v, aliastransform[1]) + 169 // fv->v[5] = zi [all...] |
d_polyse.cpp | 150 void D_PolysetDrawFinalVerts (finalvert_t *fv, int numverts)
155 for (i=0 ; i<numverts ; i++, fv++)
159 if ((fv->v[0] < r_refdef.vrectright) &&
160 (fv->v[1] < r_refdef.vrectbottom))
162 z = fv->v[5]>>16;
163 zbuf = zspantable[fv->v[1]] + fv->v[0];
169 pix = skintable[fv->v[3]>>16][fv->v[2]>>16];
170 pix = ((byte *)acolormap)[pix + (fv->v[4] & 0xFF00) ]; [all...] |
r_edge.cpp | 66 float fv;
variable 491 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
495 testzi = surf2->d_ziorigin + fv*surf2->d_zistepv +
529 newzi = surf->d_ziorigin + fv*surf->d_zistepv +
533 testzi = surf2->d_ziorigin + fv*surf2->d_zistepv +
711 fv = (float)iv;
757 fv = (float)iv;
|
/external/clang/test/Sema/ |
overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { 5 char *cp1 = foo(fv); 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { 15 char *cp1 = foo(fv); 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { 24 char *cp1 = foo(fv);
|
overloadable.c | 11 void test_f(int iv, float fv, double dv) { 13 float *fp = f(fv);
|
/external/clang/test/SemaCXX/ |
complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { 5 char *cp1 = foo(fv); 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { 15 char *cp1 = foo(fv); 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { 24 char *cp1 = foo(fv);
|
overload-call.cpp | 6 void test_f(int iv, float fv) { 7 float* fp = f(fv); 17 void test_g(int iv, float fv) { 18 int* ip1 = g(iv, fv, 0); 20 double* dp1 = g(iv, fv, fv); 22 char* cp2 = g(0, 0, 0, iv, fv); 24 double* dp2 = g(0, fv, 1.5); // expected-error {{ call to 'g' is ambiguous; candidates are: }} 30 void test_h(float fv, unsigned char cv) { 31 double* dp = h(fv); [all...] |
/external/clang/test/CodeGen/ |
overloadable.c | 16 float fv = 3.0f; local 22 fv = f(fv);
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
basic.cpp | 14 void test_f1(int *ip, float fv) { 15 f1(ip, fv);
|
/sdk/eclipse/scripts/ |
common_setup.sh | 13 cp -fv $2 $1/
|
build_plugins.sh | 199 rm -fv *.properties *.xml 242 rm -fv "$PID_FILE" 247 rm -fv *.properties *.xml
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 31 int fv = f(g); // okay variable
|
/external/webkit/Source/WebCore/dom/ |
ScriptedAnimationController.cpp | 54 if (FrameView* fv = m_document->view()) 55 fv->scheduleAnimation();
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
AccessibilityWebPageObject.mm | 179 WebCore::FrameView* fv = m_page->mainFrame()->coreFrame()->view(); 180 if (fv) { 181 point.y += fv->scrollPosition().y(); 182 point.x += fv->scrollPosition().x();
|
/external/mksh/src/ |
Build.sh | 102 eval HAVE_$fu=$fv 104 test 0 = $fv || fr=yes 109 # ac_cache label: sets f, fu, fv?=0 113 eval fv=\$HAVE_$fu 114 case $fv in 120 fv=0 147 fv=$2 171 test 1 = $fr || fv=1 173 test 0 = $fr || fv=1 182 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$f [all...] |
/development/tools/glesv2debugger/ |
generate_MessageFormatter_java.py | 198 columns = int(functionName[functionName.find("fv") - 1: functionName.find("fv")])
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
generate_MessageFormatter_java.py | 198 columns = int(functionName[functionName.find("fv") - 1: functionName.find("fv")])
|