Searched defs:pow (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | complex.cpp | 311 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const float& a, const complex<float>& b) in pow() function 314 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& z_in, int n) in pow() function 317 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const float& b) in pow() function 320 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const complex<float>& b) in pow() function 323 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const double& a, const complex<double>& b) in pow() function 326 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& z_in, int n) in pow() function 329 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const double& b) in pow() function 332 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const complex<double>& b) in pow() function 336 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const long double& a, in pow() function 341 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& z_in, int n) in pow() function [all …]
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | ref9.cpp | 30 ex pow() { return basic(); } in pow() function
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | ref9.cpp | 30 ex pow() { return basic(); } in pow() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 465 inline double pow(double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(… in pow() function 469 inline long double pow(long double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powl(__x, __S… in pow() function 472 inline long double pow(long double __x, int __y) { return ::__powl(__x, __STATIC_CAST(long double,_… in pow() function 474 inline long double pow(long double __x, int __y) { return _STLP_VENDOR_CSTD::__powl(__x, __STATIC_C… in pow() function 478 inline long double pow(long double __x, int __y) { return __STATIC_CAST(long double, _STLP_CMATH_FU… in pow() function
|
D | _valarray.h | 1001 inline valarray<_Tp> pow(const valarray<_Tp>& __x, in pow() function 1011 inline valarray<_Tp> pow(const valarray<_Tp>& __x, const _Tp& __c) { in pow() function 1020 inline valarray<_Tp> pow(const _Tp& __c, const valarray<_Tp>& __x) { in pow() function
|