Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp68 static complex<_Tp> sinT(const complex<_Tp>& z) { in sinT()
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin()
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin()
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin()
87 static complex<_Tp> cosT(const complex<_Tp>& z) { in cosT()
92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos()
95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos()
99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos()
106 static complex<_Tp> tanT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanT()
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) in tan()
[all …]
Dcomplex.cpp167 static complex<_Tp> sqrtT(const complex<_Tp>& z) { in sqrtT()
188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt()
191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt()
195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt()
202 static complex<_Tp> expT(const complex<_Tp>& z) { in expT()
207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) in exp()
210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) in exp()
214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) in exp()
221 static complex<_Tp> log10T(const complex<_Tp>& z, const _Tp& ln10_inv) { in log10T()
229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
Dimag.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
Dreal.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
Dconj.pass.cpp21 test(const std::complex<T>& z, std::complex<T> x) in test()
Dabs.pass.cpp25 std::complex<T> z(3, 4); in test() local
Dnorm.pass.cpp25 std::complex<T> z(3, 4); in test() local
Darg.pass.cpp25 std::complex<T> z(1, 0); in test() local
Dproj.pass.cpp23 test(const std::complex<T>& z, std::complex<T> x) in test()
Dpolar.pass.cpp54 std::complex<double> z = std::polar(r, theta); in test_edges() local
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.ops/
Dunary_minus.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
Dunary_plus.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/
Dlayout.pass.cpp19 std::complex<T> z; in test() local
/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h66 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
Dlog10.pass.cpp42 std::complex<double> z = log(x[i])/std::log(10); in test_edges() local
Datan.pass.cpp44 std::complex<double> z(imag(t2), -real(t2)); in test_edges() local
Dcos.pass.cpp44 std::complex<double> z = cosh(t1); in test_edges() local
Dpow_complex_scalar.pass.cpp46 std::complex<double> z = exp(std::complex<double>(real(x[j])) * log(x[i])); in test_edges() local
Dpow_scalar_complex.pass.cpp46 std::complex<double> z = exp(x[j] * log(std::complex<double>(real(x[i])))); in test_edges() local
Dsin.pass.cpp45 std::complex<double> z(imag(t2), -real(t2)); in test_edges() local
Dpow_complex_complex.pass.cpp46 std::complex<double> z = exp(x[j] * log(x[i])); in test_edges() local
Dtan.pass.cpp46 std::complex<double> z(imag(t2), -real(t2)); in test_edges() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dreg-stack.cpp26 double z = x*x+y*y; in bar() local
Deh990323-2.cpp15 int z[43]; member
/ndk/tests/device/test-stlport_shared-exception/jni/
Dreg-stack.cpp26 double z = x*x+y*y; in bar() local

12