Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dvector.hpp60 void VScale(vector *a, flt s);
H A Dshade.cpp238 VScale(&V, -1.0); in shade_phong()
240 VScale(&H, 0.5); in shade_phong()
H A Dvector.cpp107 void VScale(vector *a, flt s) { in VScale() function
H A Dgrid.cpp548 VScale(&pdeltaX, tdelta.x); in grid_intersect()
550 VScale(&pdeltaY, tdelta.y); in grid_intersect()
552 VScale(&pdeltaZ, tdelta.z); in grid_intersect()