/external/webkit/Source/WebCore/ForwardingHeaders/wtf/ |
Complex.h | 3 #include <JavaScriptCore/Complex.h>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
complex | 1 // The template and inlines for the -*- C++ -*- complex number classes. 27 /** @file include/complex 32 // ISO C++ 14882: 26.2 Complex Numbers 52 * @defgroup complex_numbers Complex Numbers 55 * Classes and functions for complex numbers. 60 template<typename _Tp> class complex; 61 template<> class complex<float>; 62 template<> class complex<double>; 63 template<> class complex<long double>; 66 template<typename _Tp> _Tp abs(const complex<_Tp>&) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 1 // The template and inlines for the -*- C++ -*- complex number classes. 27 /** @file include/complex 32 // ISO C++ 14882: 26.2 Complex Numbers 52 * @defgroup complex_numbers Complex Numbers 55 * Classes and functions for complex numbers. 60 template<typename _Tp> class complex; 61 template<> class complex<float>; 62 template<> class complex<double>; 63 template<> class complex<long double>; 66 template<typename _Tp> _Tp abs(const complex<_Tp>&) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 1 // The template and inlines for the -*- C++ -*- complex number classes. 27 /** @file include/complex 32 // ISO C++ 14882: 26.2 Complex Numbers 52 * @defgroup complex_numbers Complex Numbers 55 * Classes and functions for complex numbers. 60 template<typename _Tp> class complex; 61 template<> class complex<float>; 62 template<> class complex<double>; 63 template<> class complex<long double>; 66 template<typename _Tp> _Tp abs(const complex<_Tp>&) [all...] |
/external/stlport/stlport/stl/ |
_complex.h | 21 // This header declares the template class complex, as described in 22 // in the draft C++ standard. Single-precision complex numbers 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 26 // Note that the template class complex is declared within namespace 36 struct complex { struct 38 typedef complex<_Tp> _Self; 41 complex() : _M_re(0), _M_im(0) {} function in struct:complex 42 complex(const value_type& __x function in struct:complex 44 complex(const value_type& __x, const value_type& __y) function in struct:complex 46 complex(const _Self& __z) function in struct:complex 57 explicit complex(const complex<_Tp2>& __z) function in struct:complex 180 struct _STLP_CLASS_DECLSPEC complex<float> { struct 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex 188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex 318 struct _STLP_CLASS_DECLSPEC complex<double> { struct 324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex 327 complex(const complex<double>& __z) function in struct:complex 458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex 466 complex(const complex<long double>& __z) function in struct:complex 600 inline complex<float>::complex(const complex<double>& __z) function in class:complex 602 inline complex<double>::complex(const complex<float>& __z) function in class:complex 605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex 607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex 609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex 611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 21 // This header declares the template class complex, as described in 22 // in the draft C++ standard. Single-precision complex numbers 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 26 // Note that the template class complex is declared within namespace 36 struct complex { struct 38 typedef complex<_Tp> _Self; 41 complex() : _M_re(0), _M_im(0) {} function in struct:complex 42 complex(const value_type& __x function in struct:complex 44 complex(const value_type& __x, const value_type& __y) function in struct:complex 46 complex(const _Self& __z) function in struct:complex 57 explicit complex(const complex<_Tp2>& __z) function in struct:complex 180 struct _STLP_CLASS_DECLSPEC complex<float> { struct 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex 188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex 318 struct _STLP_CLASS_DECLSPEC complex<double> { struct 324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex 327 complex(const complex<double>& __z) function in struct:complex 458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex 466 complex(const complex<long double>& __z) function in struct:complex 600 inline complex<float>::complex(const complex<double>& __z) function in class:complex 602 inline complex<double>::complex(const complex<float>& __z) function in class:complex 605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex 607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex 609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex 611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 21 // This header declares the template class complex, as described in 22 // in the draft C++ standard. Single-precision complex numbers 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 26 // Note that the template class complex is declared within namespace 36 struct complex { struct 38 typedef complex<_Tp> _Self; 41 complex() : _M_re(0), _M_im(0) {} function in struct:complex 42 complex(const value_type& __x function in struct:complex 44 complex(const value_type& __x, const value_type& __y) function in struct:complex 46 complex(const _Self& __z) function in struct:complex 57 explicit complex(const complex<_Tp2>& __z) function in struct:complex 180 struct _STLP_CLASS_DECLSPEC complex<float> { struct 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex 188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex 318 struct _STLP_CLASS_DECLSPEC complex<double> { struct 324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex 327 complex(const complex<double>& __z) function in struct:complex 458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex 466 complex(const complex<long double>& __z) function in struct:complex 600 inline complex<float>::complex(const complex<double>& __z) function in class:complex 602 inline complex<double>::complex(const complex<float>& __z) function in class:complex 605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex 607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex 609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex 611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 21 // This header declares the template class complex, as described in 22 // in the draft C++ standard. Single-precision complex numbers 23 // are complex<float>, double-precision are complex<double>, and 24 // quad precision are complex<long double>. 26 // Note that the template class complex is declared within namespace 36 struct complex { struct 38 typedef complex<_Tp> _Self; 41 complex() : _M_re(0), _M_im(0) {} function in struct:complex 42 complex(const value_type& __x function in struct:complex 44 complex(const value_type& __x, const value_type& __y) function in struct:complex 46 complex(const _Self& __z) function in struct:complex 57 explicit complex(const complex<_Tp2>& __z) function in struct:complex 180 struct _STLP_CLASS_DECLSPEC complex<float> { struct 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex 188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex 318 struct _STLP_CLASS_DECLSPEC complex<double> { struct 324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex 327 complex(const complex<double>& __z) function in struct:complex 458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex 466 complex(const complex<long double>& __z) function in struct:complex 600 inline complex<float>::complex(const complex<double>& __z) function in class:complex 602 inline complex<double>::complex(const complex<float>& __z) function in class:complex 605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex 607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex 609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex 611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex [all...] |
/external/llvm/test/CodeGen/PTX/ |
aggregates.ll | 4 %complex = type { float, float } 6 define ptx_device %complex @complex_add(%complex %a, %complex %b) { 15 %a.real = extractvalue %complex %a, 0 16 %a.imag = extractvalue %complex %a, 1 17 %b.real = extractvalue %complex %b, 0 18 %b.imag = extractvalue %complex %b, 1 21 %ret.0 = insertvalue %complex undef, float %ret.real, 0 22 %ret.1 = insertvalue %complex %ret.0, float %ret.imag, [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1_impl/complex 40 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&); 41 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 42 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&); 44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1_impl/complex 40 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&); 41 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 42 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&); 44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1_impl/complex 40 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&); 41 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&); 42 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&); 44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&) [all...] |
/external/llvm/test/CodeGen/X86/ |
widen_load-1.ll | 15 "file complex.c, line 27, bb1": 17 br label %"file complex.c, line 27, bb13" 19 "file complex.c, line 27, bb13": ; preds = %"file complex.c, line 27, bb1" 25 br label %"file complex.c, line 34, bb4" 27 "file complex.c, line 34, bb4": ; preds = %"file complex.c, line 27, bb13" 32 br i1 %r8, label %"file complex.c, line 34, bb7", label %"file complex.c, line 27, bb5" 34 "file complex.c, line 27, bb5": ; preds = %"file complex.c, line 34, bb4 [all...] |
/external/stlport/src/ |
complex.cpp | 23 #include <complex> 36 // Complex division and square roots. 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) 55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) 68 // Construct a complex number from polar representation 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi [all...] |
complex_trig.cpp | 21 // Trigonometric and hyperbolic functions for complex<float>, 22 // complex<double>, and complex<long double> 23 #include <complex> 68 static complex<_Tp> sinT(const complex<_Tp>& z) { 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im), 73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) 76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
complex.cpp | 23 #include <complex> 36 // Complex division and square roots. 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) 55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) 68 // Construct a complex number from polar representation 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi [all...] |
complex_trig.cpp | 21 // Trigonometric and hyperbolic functions for complex<float>, 22 // complex<double>, and complex<long double> 23 #include <complex> 68 static complex<_Tp> sinT(const complex<_Tp>& z) { 69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im), 73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) 76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z [all...] |
/external/clang/test/CodeGen/ |
2002-01-24-ComplexSpaceInType.c | 4 // %Array = uninitialized global [10 x %complex int] 6 // which caused problems because of the space int the complex int type
|
/external/stlport/stlport/ |
complex | 28 // This header declares the template class complex, as described in 29 // in the C++ Standard. Single-precision complex numbers 30 // are complex<float>, double-precision are complex<double>, and 31 // quad precision are complex<long double>. 33 // Note that the template class complex is declared within namespace 42 # include_next <complex> 44 # include _STLP_NATIVE_HEADER(complex)
|
/ndk/sources/cxx-stl/stlport/stlport/ |
complex | 28 // This header declares the template class complex, as described in 29 // in the C++ Standard. Single-precision complex numbers 30 // are complex<float>, double-precision are complex<double>, and 31 // quad precision are complex<long double>. 33 // Note that the template class complex is declared within namespace 42 # include_next <complex> 44 # include _STLP_NATIVE_HEADER(complex)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
complex | 28 // This header declares the template class complex, as described in 29 // in the C++ Standard. Single-precision complex numbers 30 // are complex<float>, double-precision are complex<double>, and 31 // quad precision are complex<long double>. 33 // Note that the template class complex is declared within namespace 42 # include_next <complex> 44 # include _STLP_NATIVE_HEADER(complex)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
complex | 28 // This header declares the template class complex, as described in 29 // in the C++ Standard. Single-precision complex numbers 30 // are complex<float>, double-precision are complex<double>, and 31 // quad precision are complex<long double>. 33 // Note that the template class complex is declared within namespace 42 # include_next <complex> 44 # include _STLP_NATIVE_HEADER(complex)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1/complex 38 #include <complex> 41 # include <tr1_impl/complex> 47 # include <tr1_impl/complex> 65 inline std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> 75 inline std::complex<_Tp> 76 pow(const std::complex<_Tp>& __x, const _Tp& __y) 80 inline std::complex<_Tp> 81 pow(const _Tp& __x, const std::complex<_Tp>& __y [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1/complex 38 #include <complex> 41 # include <tr1_impl/complex> 47 # include <tr1_impl/complex> 65 inline std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> 75 inline std::complex<_Tp> 76 pow(const std::complex<_Tp>& __x, const _Tp& __y) 80 inline std::complex<_Tp> 81 pow(const _Tp& __x, const std::complex<_Tp>& __y [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
complex | 1 // TR1 complex -*- C++ -*- 25 /** @file tr1/complex 38 #include <complex> 41 # include <tr1_impl/complex> 47 # include <tr1_impl/complex> 65 inline std::complex<typename __gnu_cxx::__promote_2<_Tp, _Up>::__type> 75 inline std::complex<_Tp> 76 pow(const std::complex<_Tp>& __x, const _Tp& __y) 80 inline std::complex<_Tp> 81 pow(const _Tp& __x, const std::complex<_Tp>& __y [all...] |