Searched refs:tin (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | cylinder.cpp | 92 flt t, s, tin, tout, ln, d; in cylinder_intersect() local 110 tin = -FHUGE; in cylinder_intersect() 127 tin = t - s; in cylinder_intersect() 128 add_intersection(tin, (object *)cyl, ry); in cylinder_intersect() 205 flt t, s, tin, tout, ln, d, tmp, tmp3; in fcylinder_intersect() local 232 tin = t - s; in fcylinder_intersect() 234 RAYPNT(hit, (*ry), tin); in fcylinder_intersect() 247 add_intersection(tin, (object *)cyl, ry); in fcylinder_intersect()
|