Searched refs:polar (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Djupiter.h85 u_short polar; /* if 1 then polar navigation */ member in struct:jgpos
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_complex.h70 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0);
649 polar(const _Tp& __rho, const _Tp& __theta) function
723 { return std::polar(exp(__z.real()), __z.imag()); }
957 return std::polar(exp(__y * __t.real()), __y * __t.imag());
994 return __x > _Tp() ? std::polar(pow(__x, __y.real()),

Completed in 56 milliseconds