Home
last modified time | relevance | path

Searched refs:phi (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dcoordsys.cpp77 flt r1, phi, theta; in xyztospr() local
81 phi = acos(-pnt.y / r1); in xyztospr()
82 *v = phi / 3.1415926; in xyztospr()
84 theta = acos((pnt.x / r1) / sin(phi)) / TWOPI; in xyztospr()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h425 static constexpr size_type phi = 3; member
489 return k * phi % n_queue; in index()