Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dvector.hpp58 void VAddS(flt, vector *, vector *, vector *);
H A Dvector.cpp91 void VAddS(flt a, vector *A, vector *B, vector *C) { in VAddS() function
H A Dshade.cpp186 VAddS(-2.0 * (incident->d.x * N->x + incident->d.y * N->y + incident->d.z * N->z), in shade_reflection()
H A Dapitrigeom.cpp59 #define MyVAddS(x, a, b, c) VAddS((flt)x, (vector *)a, (vector *)b, (vector *)c)