/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { function 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
complex | 386 using std::polar; 390 polar(const _Tp& __rho, const _Up& __theta) 393 return std::polar(__type(__rho), __type(__theta));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
complex | 385 using std::polar; 389 polar(const _Tp& __rho, const _Up& __theta) 392 return std::polar(__type(__rho), __type(__theta));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 81 'magnitude', 'make-polar', 'make-promise', 'make-rectangular',
|
gnuplot.php | 80 'pointsize', 'polar', 'rmargin',
|
matlab.php | 119 'polar','poly','polyarea','polyder','polyeig','polyfit','polyval',
|
cadlisp.php | 71 'numberp','open','or','osnap','polar','prin1','princ','print','progn','prompt',
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 137 * This method uses the <i>polar method</i> of G. E. P. Box, M.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
complex | 75 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 662 polar(const _Tp& __rho, const _Tp& __theta) 736 { return std::polar(exp(__z.real()), __z.imag()); } 974 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1011 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 75 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 662 polar(const _Tp& __rho, const _Tp& __theta) 736 { return std::polar(exp(__z.real()), __z.imag()); } 974 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1011 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 75 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 662 polar(const _Tp& __rho, const _Tp& __theta) 736 { return std::polar(exp(__z.real()), __z.imag()); } 974 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1011 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 75 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 662 polar(const _Tp& __rho, const _Tp& __theta) 736 { return std::polar(exp(__z.real()), __z.imag()); } 974 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1011 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
complex | 75 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 662 polar(const _Tp& __rho, const _Tp& __theta) 736 { return std::polar(exp(__z.real()), __z.imag()); } 974 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1011 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
fttrigon.c | 21 /* functions as well as transformations between Cartesian and polar */
|
/external/freetype/src/base/ |
fttrigon.c | 21 /* functions as well as transformations between Cartesian and polar */
|
/external/jmonkeyengine/engine/src/android/jme3tools/android/ |
Fixed.java | 288 * Returns the polar angle of a rectangular coordinate.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 206 template<class T> complex<T> polar(const T&, const T& = 0); 1073 // polar 1077 polar(const _Tp& __rho, const _Tp& __theta = _Tp(0)) 1136 return polar(sqrt(abs(__x)), arg(__x) / _Tp(2)); [all...] |
/external/chromium_org/chrome/installer/util/ |
shell_util_unittest.cc | 79 test_properties_.set_description(L"Makes polar bears dance."); 81 test_properties_.set_app_id(L"Polar.Bear");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAssignedNumbers.java | 566 * Polar Electro OY. 1076 * Polar Electro Europe B.V.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
complex | 77 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 664 polar(const _Tp& __rho, const _Tp& __theta) 738 { return std::polar(exp(__z.real()), __z.imag()); } 996 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1033 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |