Home
last modified time | relevance | path

Searched refs:firP (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dvlbuffer.cpp264 fird = VX1[X] * firP[X] + VX1[Y] * firP[Y] + VX1[Z] * firP[Z] - DX1; in Clip_Polygon()
271 Assign_Vector(aktP, firP); in Clip_Polygon()
272 Assign_Vector(preP, firP); in Clip_Polygon()
336 fird = VX2[X] * firP[X] + VX2[Y] * firP[Y] + VX2[Z] * firP[Z] - DX2; in Clip_Polygon()
343 Assign_Vector(aktP, firP); in Clip_Polygon()
344 Assign_Vector(preP, firP); in Clip_Polygon()
408 fird = VY1[X] * firP[X] + VY1[Y] * firP[Y] + VY1[Z] * firP[Z] - DY1; in Clip_Polygon()
415 Assign_Vector(aktP, firP); in Clip_Polygon()
416 Assign_Vector(preP, firP); in Clip_Polygon()
480 fird = VY2[X] * firP[X] + VY2[Y] * firP[Y] + VY2[Z] * firP[Z] - DY2; in Clip_Polygon()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dvlbuffer.cpp259 fird = VX1[X] * firP[X] + VX1[Y] * firP[Y] + VX1[Z] * firP[Z] - DX1; in Clip_Polygon()
266 Assign_Vector(aktP, firP); in Clip_Polygon()
267 Assign_Vector(preP, firP); in Clip_Polygon()
331 fird = VX2[X] * firP[X] + VX2[Y] * firP[Y] + VX2[Z] * firP[Z] - DX2; in Clip_Polygon()
338 Assign_Vector(aktP, firP); in Clip_Polygon()
339 Assign_Vector(preP, firP); in Clip_Polygon()
403 fird = VY1[X] * firP[X] + VY1[Y] * firP[Y] + VY1[Z] * firP[Z] - DY1; in Clip_Polygon()
410 Assign_Vector(aktP, firP); in Clip_Polygon()
411 Assign_Vector(preP, firP); in Clip_Polygon()
475 fird = VY2[X] * firP[X] + VY2[Y] * firP[Y] + VY2[Z] * firP[Z] - DY2; in Clip_Polygon()
[all …]
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dptil_fpx.h59 } firS, *firP; typedef
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/examples/fd/filters/
H A DFilterBenchmark.java266 FIR firP = new FIR(); in pipelineSchedule() local
268 experiment1P(store, firP, a, m); in pipelineSchedule()