/external/libcxx/test/depr/depr.c.headers/ |
complex.h.pass.cpp | 10 // <complex.h> 12 #include <complex.h> 20 std::complex<double> d;
|
/external/libcxx/test/numerics/complex.number/ |
Android.mk | 17 test_makefile := external/libcxx/test/numerics/complex.number/Android.mk 19 test_name := numerics/complex.number/layout 23 test_name := numerics/complex.number/version
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex.h | 2 //===--------------------------- complex.h --------------------------------===// 15 complex.h synopsis 27 #include_next <complex.h>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
complex.h.pass.cpp | 10 // <complex.h> 12 #include <complex.h> 20 std::complex<double> d;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
complex.h | 25 /** @file complex.h 36 # include_next <complex.h> 39 # undef complex macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
complex.h | 25 /** @file complex.h 36 # include_next <complex.h> 39 # undef complex macro
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
complex.h | 25 /** @file complex.h 36 # include_next <complex.h> 39 # undef complex macro
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
complex.h | 25 /** @file complex.h 36 # include_next <complex.h> 39 # undef complex macro
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex.h | 2 //===--------------------------- complex.h --------------------------------===// 15 complex.h synopsis 27 #include_next <complex.h>
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
real_fft_unittest.cc | 27 // For complex FFT's time and freq buffer. The implementation requires 57 // One common buffer for complex FFT's time and frequency data. 72 // Run complex forward FFT. 76 // Verify the results between complex and real forward FFT. 92 // Run complex inverse FFT. 96 // Verify the results between complex and real inverse FFT. 97 // They are not bit-exact, since complex IFFT doesn't produce
|
/external/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubycomplex.swg | 2 Defines the As/From conversors for double/float complex, you need to 3 provide complex Type, the Name you want to use in the converters, 4 the complex Constructor method, and the Real and Imag complex 13 /* Ruby versions prior to 1.9 did not have native complex numbers. They were an extension in the STD library. */ 16 static VALUE cComplex = rb_const_get(rb_cObject, rb_intern("Complex")); 50 rb_require("complex");
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 65 void complex<_Tp>::_div(const _Tp& __z1_r, 88 // Complex output, in the form (re,im). We use a two-step process 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { 101 // Complex input from arbitrary streams. Note that results in some 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/ |
libgcc.a | 41 P U??V???M?u????E?U??E?U??M?u????^?? ???? |? $ 1 ?
? ? GNU C 4.2.1 (Apple Inc. build 5666) (dot 3) /tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.c 1 int long unsigned int char signed char unsigned char short int short unsigned int unsigned int long long int long long unsigned int long int SItype ?v DItype ?? float complex float double complex double long double complex long double DWstruct ?? low ?' # high ?' # ?? s ?? ll ?5 DWunion ?? 93 _negdi2.o ???? ? 0
__text __TEXT " 0 ? __debug_frame __DWARF $ < |