Searched refs:W (Results 1 – 6 of 6) sorted by relevance
207 flt U, V, W, lensqr; in stri_normal() local221 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()
35 const int W = 4; variable55 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()
30 - X{K \| W \| P} Indicates XK, XW, or XP.
20 string(REGEX REPLACE "/W[0-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
120 constant W to the reference count and weight of ``x``.
1285 template <typename T, typename W>1286 bool operator()(const T &lhs, const W &rhs) const {