Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
Dpolar.pass.cpp30 test(const T& rho, const T& theta, std::complex<T> x) in test() argument
32 assert(std::polar(rho, theta) == x); in test()
53 double theta = imag(x[i]); in test_edges() local
54 std::complex<double> z = std::polar(r, theta); in test_edges()
58 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN) in test_edges()
69 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN) in test_edges()
88 if (classify(theta) != NaN && classify(theta) != inf) in test_edges()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dmath_fwd.hpp246 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi);
250 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi, const Policy& pol);
254 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi);
258 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi, const Policy& pol);
262 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi);
266 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi, const Policy& pol);
741 …typename tools::promote_args<T>::type jacobi_elliptic(T k, T theta, T* pcn, T* pdn, const Policy&);
744 typename tools::promote_args<T>::type jacobi_elliptic(T k, T theta, T* pcn = 0, T* pdn = 0);
747 typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta, const Policy& pol);
750 typename tools::promote_args<T, U>::type jacobi_sn(U k, T theta);
[all …]