Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dlight.cpp102 if (t2 <= SPEPSILON) in light_intersect()
107 if (t1 > SPEPSILON) in light_intersect()
H A Dsphere.cpp107 if (t2 <= SPEPSILON) in sphere_intersect()
112 if (t1 > SPEPSILON) in sphere_intersect()
H A Dtypes.hpp64 #define SPEPSILON 0.000001 /* amount to crawl down a ray */ macro