/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
complex | 78 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0); 667 polar(const _Tp& __rho, const _Tp& __theta) 741 { return std::polar(exp(__z.real()), __z.imag()); } 999 return std::polar(exp(__y * __t.real()), __y * __t.imag()); 1036 return __x > _Tp() ? std::polar(pow(__x, __y.real()), [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 160 'prefix', 'pow', 'position', 'pop', 'polar', 'playerType', 'play',
|
scilab.php | 169 'pmodulo', 'pol2des', 'pol2str', 'pol2tex', 'polar', 'polarplot', 'polfact', 'poly', 'polyline_properties',
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 817 * Polar) 853 * Polar) [all...] |
Vector2f.java | 617 * to polar coordinates (r, <i>theta</i>).
|
/external/libvorbis/doc/ |
01-introduction.tex | 423 polar representation (where one vector is magnitude and the second
|
04-codec.tex | 204 \item if set, square polar channel mapping is in use:
|
/external/chromium_org/third_party/skia/src/core/ |
SkMatrix.cpp | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 628 /* Does cartesian->polar coordinates conversion. 634 /* Does polar->cartesian coordinates conversion. [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 313 * Cartezian -> Polar * 472 * Polar -> Cartezian * [all...] |
/external/skia/src/core/ |
SkMatrix.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | [all...] |
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 916 * Converts the heading values from joystick devices to the polar [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | 573 // Prefixed gradients use "polar coordinate" angles, rather than "bearing" angles. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/external/opencv/cv/include/ |
cv.h | 306 /* Performs forward or inverse log-polar image transform */ [all...] |
/libcore/luni/src/main/java/java/lang/ |
Math.java | 152 * y/x} within the range {@code [-pi..pi]}. This is the angle of the polar [all...] |
StrictMath.java | 161 * polar representation of the rectangular coordinates (x,y). [all...] |