Searched refs:VAddS (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | vector.hpp | 58 void VAddS(flt, vector *, vector *, vector *);
|
| H A D | vector.cpp | 91 void VAddS(flt a, vector *A, vector *B, vector *C) { in VAddS() function
|
| H A D | shade.cpp | 186 VAddS(-2.0 * (incident->d.x * N->x + incident->d.y * N->y + incident->d.z * N->z), in shade_reflection()
|
| H A D | apitrigeom.cpp | 59 #define MyVAddS(x, a, b, c) VAddS((flt)x, (vector *)a, (vector *)b, (vector *)c)
|