Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 50) 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/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
Denum_binary_params.hpp32 # define BOOST_PP_ENUM_BINARY_PARAMS_M(z, n, pp) BOOST_PP_ENUM_BINARY_PARAMS_M_IM(z, n, BOOST_PP… argument
33 # define BOOST_PP_ENUM_BINARY_PARAMS_M_IM(z, n, im) BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, im) argument
35 # define BOOST_PP_ENUM_BINARY_PARAMS_M(z, n, pp) BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, BOOST_PP_… argument
39 # define BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1… argument
40 # define BOOST_PP_ENUM_BINARY_PARAMS_M_II(z, n, p1, p2) BOOST_PP_COMMA_IF(n) p1 ## n p2 ## n argument
42 # define BOOST_PP_ENUM_BINARY_PARAMS_M_I(z, n, p1, p2) BOOST_PP_COMMA_IF(n) BOOST_PP_CAT(p1, n) … argument
48 # define BOOST_PP_ENUM_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_E… argument
50 # define BOOST_PP_ENUM_BINARY_PARAMS_Z(z, count, p1, p2) BOOST_PP_ENUM_BINARY_PARAMS_Z_I(z, coun… argument
51 # define BOOST_PP_ENUM_BINARY_PARAMS_Z_I(z, count, p1, p2) BOOST_PP_REPEAT_ ## z(count, BOOST_PP… argument
Denum.hpp50 # define BOOST_PP_ENUM_M_1(z, n, md) BOOST_PP_ENUM_M_1_IM(z, n, BOOST_PP_TUPLE_REM_2 md) argument
51 # define BOOST_PP_ENUM_M_2(z, n, md) BOOST_PP_ENUM_M_2_IM(z, n, BOOST_PP_TUPLE_REM_2 md) argument
52 # define BOOST_PP_ENUM_M_3(z, n, md) BOOST_PP_ENUM_M_3_IM(z, n, BOOST_PP_TUPLE_REM_2 md) argument
53 # define BOOST_PP_ENUM_M_1_IM(z, n, im) BOOST_PP_ENUM_M_1_I(z, n, im) argument
54 # define BOOST_PP_ENUM_M_2_IM(z, n, im) BOOST_PP_ENUM_M_2_I(z, n, im) argument
55 # define BOOST_PP_ENUM_M_3_IM(z, n, im) BOOST_PP_ENUM_M_3_I(z, n, im) argument
57 # define BOOST_PP_ENUM_M_1(z, n, md) BOOST_PP_ENUM_M_1_I(z, n, BOOST_PP_TUPLE_ELEM(2, 0, md), BO… argument
58 # define BOOST_PP_ENUM_M_2(z, n, md) BOOST_PP_ENUM_M_2_I(z, n, BOOST_PP_TUPLE_ELEM(2, 0, md), BO… argument
59 # define BOOST_PP_ENUM_M_3(z, n, md) BOOST_PP_ENUM_M_3_I(z, n, BOOST_PP_TUPLE_ELEM(2, 0, md), BO… argument
62 # define BOOST_PP_ENUM_M_1_I(z, n, m, d) BOOST_PP_COMMA_IF(n) m(z, n, d) argument
[all …]
Denum_params.hpp30 # define BOOST_PP_ENUM_PARAMS_M(z, n, param) BOOST_PP_COMMA_IF(n) param ## n argument
35 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PARA… argument
37 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) argument
38 # define BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PA… argument
Denum_trailing_params.hpp27 # define BOOST_PP_ENUM_TRAILING_PARAMS_M(z, n, param) , param ## n argument
32 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_… argument
34 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z(z, count, param) BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, c… argument
35 # define BOOST_PP_ENUM_TRAILING_PARAMS_Z_I(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_P… argument
Drepeat_from_to.hpp67 # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_T… argument
68 # define BOOST_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_2_IM(z, n, BOOST_PP_T… argument
69 # define BOOST_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_3_IM(z, n, BOOST_PP_T… argument
70 # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im) argument
71 # define BOOST_PP_REPEAT_FROM_TO_M_2_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_2_I(z, n, im) argument
72 # define BOOST_PP_REPEAT_FROM_TO_M_3_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_3_I(z, n, im) argument
74 # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, BOOST_PP_TU… argument
75 # define BOOST_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_2_I(z, n, BOOST_PP_TU… argument
76 # define BOOST_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_3_I(z, n, BOOST_PP_TU… argument
79 # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_P… argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
Din_place_factory_prefix.hpp28 #define BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_INIT(z,n,_) BOOST_PP_CAT(m_a,n) BOOST_PP_LPAREN()… argument
29 #define BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_DECL(z,n,_) BOOST_PP_CAT(A,n) const& BOOST_PP_CAT… argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
Dreal.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
Dimag.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()
Dnorm.pass.cpp25 std::complex<T> z(3, 4); in test() local
Dabs.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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
Dunary_plus.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
Dunary_minus.pass.cpp23 std::complex<T> z(1.5, 2.5); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/
Dlayout.pass.cpp19 std::complex<T> z; in test() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dfixed_mapping.hpp44 #define CONSTR_DECL_MID( z, i, dummy1 ) key_param_type key##i, value_param_type v##i, argument
45 #define CONSTR_BODY_MID( z, i, dummy1 ) add_pair( key##i, v##i ); argument
47 #define CONSTR_DECL( z, n, dummy1 ) \ argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Dbase_from_member.hpp45 #define BOOST_PRIVATE_CTR_DEF( z, n, data ) \ argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dreg-stack.cpp26 double z = x*x+y*y; in bar() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Dreg-stack.cpp26 double z = x*x+y*y; in bar() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
Dlog10.pass.cpp42 std::complex<double> z = log(x[i])/std::log(10); in test_edges() local
Dcos.pass.cpp44 std::complex<double> z = cosh(t1); in test_edges() local
/ndk/sources/android/support/src/msun/
Dk_logf.h29 float hfsq,s,z,R,w,t1,t2; in k_log1pf() local

12