Home
last modified time | relevance | path

Searched refs:VLength (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp79 if ((VLength(&edge1) >= EPSILON) && (VLength(&edge2) >= EPSILON) && in newtri()
80 (VLength(&edge3) >= EPSILON)) { in newtri()
106 if ((VLength(&edge1) >= EPSILON) && (VLength(&edge2) >= EPSILON) && in newstri()
107 (VLength(&edge3) >= EPSILON)) { in newstri()
H A Dvector.hpp54 flt VLength(vector *);
H A Dvector.cpp64 flt VLength(vector *a) { in VLength() function