HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 301 - 325 of 3705) sorted by null

<<11121314151617181920>>

  /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  PU??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.c1intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
93 _negdi2.o???? ?0 __text__TEXT"0?__debug_frame__DWARF$<TD __debug_info__DWARF`??L __debug_abbrev__DWARF??__debug_aranges__DWARF? ?l __debug_macinfo__DWARF?__debug_line__DWARF?pt __debug_loc__DWARFVS?__debug_pubnames__DWARF??__debug_pubtypes__DWARF?A?__debug_inlined__DWARF 9 __debug_str__DWARF  9 __debug_ranges__DWARFB ? ?  PU??S?E?U ????1?????)??????[??????| ?$"? ?|GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.c"intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
162  ,  PU????]?u??}??E?U ?E?U??}??t)? )???~3?E??????????U????? ?]?u??E?U??]?u??}???@1?????]?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct??low?'#high?'#?s??ll?D DWunion??
233    PU????]?u??}??E?U ?E?U??}??t)? )???~3?E?É??????U?????? ?]?u??E?U??]?u??}???@1????u?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct (…)
    [all...]
libgcc_static.a 31 U????]?u??}??u?}?M?????E?U??E?U????] ???]?u??}???????| ?(B?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cBintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
86 _negdi2.o????? ? ?  __text__TEXT??__debug_frame__DWARF <?__debug_info__DWARF\?<?__debug_abbrev__DWARF???__debug_aranges__DWARF? ? __debug_macinfo__DWARF??__debug_line__DWARF?o? __debug_loc__DWARFQS1__debug_pubnames__DWARF??__debug_pubtypes__DWARF?A?__debug_inlined__DWARF?__debug_str__DWARF ?__debug_ranges__DWARF ?8 D U??S?E?U ????1?????)????[??????| ?$? ?|GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vDItype??floatcomplex floatdoublecomplex doublelong double complex long doubleDWstruct??low?'#high?'#??s??ll?5 DWunion??
157 U????]?u??}??E?U ?E?U??}??t)? )???~3?E??????????U????? ?]?u??E?U??]?u??}??Ð???1?????]?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct??low?'#high?'#?s??ll?D DWunion??
226 U????]?u??}??E?U ?E?U??}??t)? )???~3?E?É??????U?????? ?]?u??E?U??]?u??}??Ð???1????u?????????| ?(m?  ????GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcc2.cmintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned intlong long intlong long unsigned intlong intSItype?vUSItype??DItype??floatcomplex floatdoublecomplex doublelong double complex long doubleword_type?vDWstruct (…)
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /frameworks/base/core/java/android/util/
TypedValue.java 40 /** The <var>data</var> field holds a complex number encoding a
43 /** The <var>data</var> field holds a complex number encoding a fraction
88 /** Complex data: bit location of unit information. */
90 /** Complex data: mask to extract unit information (after shifting by
95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */
97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent
100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */
102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */
104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. */
106 /** {@link #TYPE_DIMENSION} complex unit: Value is in millimeters. *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
34 class Complex(Number):
35 """Complex defines the operations that work on the builtin complex type.
37 In short, those are: a conversion to complex, .real, .imag, +, -,
41 knowledge about them, it should fall back to the builtin complex
49 """Return a builtin complex instance. Called for complex(self)."""
138 """self**exponent; should promote to float or complex when necessary."""
166 Complex.register(complex
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
34 class Complex(Number):
35 """Complex defines the operations that work on the builtin complex type.
37 In short, those are: a conversion to complex, .real, .imag, +, -,
41 knowledge about them, it should fall back to the builtin complex
49 """Return a builtin complex instance. Called for complex(self)."""
138 """self**exponent; should promote to float or complex when necessary."""
166 Complex.register(complex
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 10 // <complex>
13 // complex<T>
14 // acosh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(INFINITY, 1), std::complex<T>(INFINITY, 0));
37 typedef std::complex<double> C;
42 std::complex<double> r = acosh(x[i])
    [all...]

Completed in 1106 milliseconds

<<11121314151617181920>>