/ndk/sources/cxx-stl/stlport/src/ |
D | complex_trig.cpp | 68 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 …]
|
D | complex.cpp | 167 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/ |
D | enum_binary_params.hpp | 32 # 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
|
D | enum.hpp | 50 # 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 …]
|
D | enum_params.hpp | 30 # 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
|
D | enum_trailing_params.hpp | 27 # 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
|
D | repeat_from_to.hpp | 67 # 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/ |
D | in_place_factory_prefix.hpp | 28 #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/ |
D | real.pass.cpp | 23 std::complex<T> z(1.5, 2.5); in test() local
|
D | imag.pass.cpp | 23 std::complex<T> z(1.5, 2.5); in test() local
|
D | conj.pass.cpp | 21 test(const std::complex<T>& z, std::complex<T> x) in test()
|
D | norm.pass.cpp | 25 std::complex<T> z(3, 4); in test() local
|
D | abs.pass.cpp | 25 std::complex<T> z(3, 4); in test() local
|
D | arg.pass.cpp | 25 std::complex<T> z(1, 0); in test() local
|
D | proj.pass.cpp | 23 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/ |
D | unary_plus.pass.cpp | 23 std::complex<T> z(1.5, 2.5); in test() local
|
D | unary_minus.pass.cpp | 23 std::complex<T> z(1.5, 2.5); in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/ |
D | layout.pass.cpp | 19 std::complex<T> z; in test() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | fixed_mapping.hpp | 44 #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/ |
D | base_from_member.hpp | 45 #define BOOST_PRIVATE_CTR_DEF( z, n, data ) \ argument
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | reg-stack.cpp | 26 double z = x*x+y*y; in bar() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | reg-stack.cpp | 26 double z = x*x+y*y; in bar() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
D | log10.pass.cpp | 42 std::complex<double> z = log(x[i])/std::log(10); in test_edges() local
|
D | cos.pass.cpp | 44 std::complex<double> z = cosh(t1); in test_edges() local
|
/ndk/sources/android/support/src/msun/ |
D | k_logf.h | 29 float hfsq,s,z,R,w,t1,t2; in k_log1pf() local
|