Searched refs:tmp3 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | cylinder.cpp | 205 flt t, s, tin, tout, ln, d, tmp, tmp3; in fcylinder_intersect() local 244 VDOT(tmp3, cyl->axis, cyl->axis); in fcylinder_intersect() 246 if ((tmp > 0.0) && (tmp < sqrt(tmp3))) in fcylinder_intersect() 257 VDOT(tmp3, cyl->axis, cyl->axis); in fcylinder_intersect() 259 if ((tmp > 0.0) && (tmp < sqrt(tmp3))) in fcylinder_intersect()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_split_node.cpp | 51 input_msg tmp3(-1); variable 56 CHECK_MESSAGE((oneapi::tbb::flow::output_port<2>(testing_node).try_get(tmp3) == false 57 && tmp3 == -1), "Value should be discarded after rejection");
|