Searched refs:phi (Results 1 – 2 of 2) sorted by relevance
77 flt r1, phi, theta; in xyztospr() local81 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()
425 static constexpr size_type phi = 3; member489 return k * phi % n_queue; in index()