Searched
full:complex (Results
276 -
300 of
3705) sorted by null
<<11121314151617181920>>
/external/libcxx/test/numerics/complex.number/complex.member.ops/ |
times_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator*=(const T& rhs); 14 #include <complex> 21 std::complex<T> c(1);
|
/external/libcxx/test/numerics/complex.number/complex.value.ops/ |
abs.pass.cpp | 10 // <complex> 14 // abs(const complex<T>& x); 16 #include <complex> 25 std::complex<T> z(3, 4);
|
norm.pass.cpp | 10 // <complex> 14 // norm(const complex<T>& x); 16 #include <complex> 25 std::complex<T> z(3, 4);
|
/external/speex/libspeex/ |
fftwrap.h | 46 /** Forward (real to half-complex) transform */ 49 /** Backward (half-complex to real) transform */ 52 /** Forward (real to half-complex) transform of float data */ 55 /** Backward (half-complex to real) transform of float data */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/ |
assignment_scalar.pass.cpp | 10 // <complex> 12 // complex& operator= (const T&); 14 #include <complex> 21 std::complex<T> c;
|
divide_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator/=(const T& rhs); 14 #include <complex> 21 std::complex<T> c(1);
|
minus_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator-=(const T& rhs); 14 #include <complex> 21 std::complex<T> c;
|
plus_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator+=(const T& rhs); 14 #include <complex> 21 std::complex<T> c;
|
times_equal_scalar.pass.cpp | 10 // <complex> 12 // complex& operator*=(const T& rhs); 14 #include <complex> 21 std::complex<T> c(1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/ |
abs.pass.cpp | 10 // <complex> 14 // abs(const complex<T>& x); 16 #include <complex> 25 std::complex<T> z(3, 4);
|
norm.pass.cpp | 10 // <complex> 14 // norm(const complex<T>& x); 16 #include <complex> 25 std::complex<T> z(3, 4);
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pycomplex.swg | 2 Defines the As/From converters 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
|
/external/harfbuzz_ng/src/ |
Makefile.am | 91 hb-ot-shape-complex-arabic.cc \ 92 hb-ot-shape-complex-arabic-fallback.hh \ 93 hb-ot-shape-complex-arabic-table.hh \ 94 hb-ot-shape-complex-default.cc \ 95 hb-ot-shape-complex-hangul.cc \ 96 hb-ot-shape-complex-hebrew.cc \ 97 hb-ot-shape-complex-indic.cc \ 98 hb-ot-shape-complex-indic-machine.hh \ 99 hb-ot-shape-complex-indic-private.hh \ 100 hb-ot-shape-complex-indic-table.cc [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_conj.c | 29 #include <complex.h> 33 double complex 34 conj(double complex z)
|
s_conjf.c | 29 #include <complex.h> 33 float complex 34 conjf(float complex z)
|
s_conjl.c | 29 #include <complex.h> 33 long double complex 34 conjl(long double complex z)
|
s_cprojf.c | 30 #include <complex.h> 35 float complex 36 cprojf(float complex z)
|
s_cprojl.c | 30 #include <complex.h> 35 long double complex 36 cprojl(long double complex z)
|
/external/chromium_org/third_party/harfbuzz-ng/ |
README.chromium | 19 hb-ot-shape-complex-indic-machine.hh 20 hb-ot-shape-complex-myanmar-machine.hh 21 hb-ot-shape-complex-sea-machine.hh
|
/external/clang/test/Headers/ |
tgmath.c | 10 float complex fc; 11 double complex dc; 12 long double complex lc;
|
/external/eigen/Eigen/ |
PaStiXSupport | 8 #include <complex.h> 14 #ifdef complex 15 #undef complex
|
/external/eigen/lapack/ |
clarfg.f | 25 * COMPLEX ALPHA, TAU 28 * COMPLEX X( * ) 37 *> CLARFG generates a complex elementary reflector H of order n, such 44 *> (n-1)-element complex vector. H is represented in the form 49 *> where tau is a complex scalar and v is a complex (n-1)-element 69 *> ALPHA is COMPLEX 76 *> X is COMPLEX array, dimension 90 *> TAU is COMPLEX 116 COMPLEX ALPHA, TA [all...] |
zlarfg.f | 25 * COMPLEX*16 ALPHA, TAU 28 * COMPLEX*16 X( * ) 37 *> ZLARFG generates a complex elementary reflector H of order n, such 44 *> (n-1)-element complex vector. H is represented in the form 49 *> where tau is a complex scalar and v is a complex (n-1)-element 69 *> ALPHA is COMPLEX*16 76 *> X is COMPLEX*16 array, dimension 90 *> TAU is COMPLEX*16 116 COMPLEX*16 ALPHA, TA [all...] |
/external/eigen/test/ |
pastix_support.cpp | 31 // Complex symmetric matrices should pass though 42 CALL_SUBTEST_3( (test_pastix_T_LU<std::complex<float> >()) ); 43 CALL_SUBTEST_4(test_pastix_T_LU<std::complex<double> >());
|
/external/libcxx/include/ |
complex.h | 2 //===--------------------------- complex.h --------------------------------===// 15 complex.h synopsis 27 #include_next <complex.h>
|
Completed in 812 milliseconds
<<11121314151617181920>>