Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_buffer_node.cpp61 int tmp2 = -1; variable
72 testing_node.try_get(tmp2);
73 …CHECK_MESSAGE((tmp2 != -1 && tmp2 != tmp1), "Additional `try_get()' does not receive the same valu…
H A Dconformance_queue_node.cpp62 int tmp2 = -1; variable
73 testing_node.try_get(tmp2);
74 … CHECK_MESSAGE((tmp2 == 2), "Additional `try_get()' does not receive the same value as previous");
H A Dconformance_split_node.cpp50 float tmp2 = -1; variable
54 CHECK_MESSAGE((oneapi::tbb::flow::output_port<1>(testing_node).try_get(tmp2) == false
55 && tmp2 == -1.f), "Value should be discarded after rejection");
/oneTBB/examples/parallel_for/tachyon/src/
H A Dcylinder.cpp204 vector rc, n, O, hit, tmp2, ctmp4; in fcylinder_intersect() local
239 tmp2.x = hit.x - cyl->ctr.x; in fcylinder_intersect()
240 tmp2.y = hit.y - cyl->ctr.y; in fcylinder_intersect()
241 tmp2.z = hit.z - cyl->ctr.z; in fcylinder_intersect()
243 VDOT(tmp, tmp2, ctmp4); in fcylinder_intersect()
252 tmp2.x = hit.x - cyl->ctr.x; in fcylinder_intersect()
253 tmp2.y = hit.y - cyl->ctr.y; in fcylinder_intersect()
254 tmp2.z = hit.z - cyl->ctr.z; in fcylinder_intersect()
256 VDOT(tmp, tmp2, ctmp4); in fcylinder_intersect()
/oneTBB/examples/graph/fgbzip2/
H A Dcompress.cpp591 UChar pos[BZ_N_GROUPS], ll_i, tmp2, tmp; in sendMTFValues() local
600 tmp2 = tmp; in sendMTFValues()
602 pos[j] = tmp2; in sendMTFValues()