Searched defs:pv1 (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_drawa.s55 #define pv1 8+12 define
71 movl pv1(%esp),%edx
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
137 // R_EmitEdge (pv0, pv1);
197 // world = &pv1->position[0];
544 // f * (pv1->position[0] - pv0->position[0]);
546 // f * (pv1->position[1] - pv0->position[1]);
548 // f * (pv1->position[2] - pv0->position[2]);
556 // replace pv1 wit
[all...]
H A Dr_alias.c94 finalvert_t *pv0, *pv1, viewpts[16]; local
179 pv1 = &viewpts[aedges[i].index1];
184 if (pv0->flags ^ pv1->flags)
H A Dr_draw.c80 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1) argument
129 world = &pv1->position[0];
259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip) argument
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
287 f * (pv1->position[0] - pv0->position[0]);
289 f * (pv1->position[1] - pv0->position[1]);
291 f * (pv1->position[2] - pv0->position[2]);
328 f * (pv1->position[0] - pv0->position[0]);
330 f * (pv1->position[1] - pv0->position[1]);
332 f * (pv1
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_drawa.s55 #define pv1 8+12 define
71 movl pv1(%esp),%edx
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
137 // R_EmitEdge (pv0, pv1);
197 // world = &pv1->position[0];
544 // f * (pv1->position[0] - pv0->position[0]);
546 // f * (pv1->position[1] - pv0->position[1]);
548 // f * (pv1->position[2] - pv0->position[2]);
556 // replace pv1 wit
[all...]
H A Dr_alias.cpp94 finalvert_t *pv0, *pv1, viewpts[16]; local
179 pv1 = &viewpts[aedges[i].index1];
184 if (pv0->flags ^ pv1->flags)
H A Dr_draw.cpp80 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1) argument
129 world = &pv1->position[0];
259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip) argument
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
287 f * (pv1->position[0] - pv0->position[0]);
289 f * (pv1->position[1] - pv0->position[1]);
291 f * (pv1->position[2] - pv0->position[2]);
328 f * (pv1->position[0] - pv0->position[0]);
330 f * (pv1->position[1] - pv0->position[1]);
332 f * (pv1
[all...]
/external/stlport/test/unit/
H A Dvector_test.cpp534 V *pv1 = new V(1, 1); local
537 size_t v1Capacity = pv1->capacity();
540 pv1->swap(*pv2);
542 CPPUNIT_ASSERT( pv1->size() == 10 );
543 CPPUNIT_ASSERT( pv1->capacity() == v2Capacity );
544 CPPUNIT_ASSERT( (*pv1)[5] == 2 );
551 delete pv1;
/external/gtest/test/
H A Dgtest_unittest.cc3564 void* pv1 = (void*)0x1234; // NOLINT local
3565 char* const p1 = reinterpret_cast<char*>(pv1);
3968 void* pv1 = (void*)0x1234; // NOLINT local
3970 char* const p1 = reinterpret_cast<char*>(pv1);
3990 void* pv1 = (void*)0x1234; // NOLINT local
3992 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);

Completed in 43 milliseconds