Home
last modified time | relevance | path

Searched refs:W (Results 1 – 6 of 6) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp207 flt U, V, W, lensqr; in stri_normal() local
221 W = 1.0 - (U + V); in stri_normal()
223 N->x = W * trn->n0.x + U * trn->n1.x + V * trn->n2.x; in stri_normal()
224 N->y = W * trn->n0.y + U * trn->n1.y + V * trn->n2.y; in stri_normal()
225 N->z = W * trn->n0.z + U * trn->n1.z + V * trn->n2.z; in stri_normal()
/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp35 const int W = 4; variable
55 bool done_flag[W]; in test_wait_count()
56 for (int j = 0; j < W; ++j ) { in test_wait_count()
57 for ( int w = 0; w < W; ++w ) done_flag[w] = false; in test_wait_count()
62 for ( int w = 0; w < W; ++w ) { in test_wait_count()
/oneTBB/doc/main/intro/
H A Dnotation.rst30 - X{K \| W \| P} Indicates XK, XW, or XP.
/oneTBB/cmake/compilers/
H A DMSVC.cmake20 string(REGEX REPLACE "/W[0-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst120 constant W to the reference count and weight of ``x``.
/oneTBB/test/common/
H A Dconcurrent_associative_common.h1285 template <typename T, typename W>
1286 bool operator()(const T &lhs, const W &rhs) const {