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

<<21222324252627282930>>

  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /external/eigen/doc/
CustomizingEigen.dox 114 (((Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
116 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
118 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>, ExpressionType =
119 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>](((const
120 Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>
121 >&)(((const Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1,
127 By default, Eigen currently supports standard floating-point types (\c float, \c double, \c std::complex<float>, \c std::complex<double>, \c long \c double), as well as all native integer types (e.g., \c int, \c unsigned \c int, \c short, etc.), and \c bool.
  /external/eigen/test/
sparselu.cpp 53 CALL_SUBTEST_3(test_sparselu_T<std::complex<float> >());
54 CALL_SUBTEST_4(test_sparselu_T<std::complex<double> >());
conservative_resize.cpp 123 CALL_SUBTEST_4((run_matrix_tests<std::complex<float>, Eigen::RowMajor>()));
124 CALL_SUBTEST_4((run_matrix_tests<std::complex<float>, Eigen::ColMajor>()));
125 CALL_SUBTEST_5((run_matrix_tests<std::complex<double>, Eigen::RowMajor>()));
126 CALL_SUBTEST_6((run_matrix_tests<std::complex<double>, Eigen::ColMajor>()));
131 CALL_SUBTEST_4((run_vector_tests<std::complex<float> >()));
132 CALL_SUBTEST_5((run_vector_tests<std::complex<double> >()));
main.h 23 #include <complex>
216 template<> inline float test_precision<std::complex<float> >() { return test_precision<float>(); }
217 template<> inline double test_precision<std::complex<double> >() { return test_precision<double>(); }
241 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b)
242 { return internal::isApprox(a, b, test_precision<std::complex<float> >()); }
243 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b)
244 { return internal::isMuchSmallerThan(a, b, test_precision<std::complex<float> >()); }
246 inline bool test_isApprox(const std::complex<double>& a, const std::complex<double>& b
    [all...]
  /external/libcxx/test/containers/sequences/dynarray/dynarray.zero/
default.pass.cpp 27 #include <complex>
45 test<std::complex<double>> ();
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV3.td 17 // MTYPE / COMPLEX / Vector reduce complex multiply real or imaginary.
  /external/llvm/lib/Target/Mips/
Mips16HardFloatInfo.h 24 // float, double, complex float, and complex double
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h 24 /* decode complex spectrum (return number of bytes in stream) */
30 /* encode complex spectrum */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.zero/
default.pass.cpp 27 #include <complex>
45 test<std::complex<double>> ();
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 28 * Hyperbolic cosine of a complex argument z = x + i y.
40 #include <complex.h>
47 double complex
48 ccosh(double complex z)
149 double complex
150 ccos(double complex z)
s_csinh.c 28 * Hyperbolic sine of a complex argument z = x + i y.
40 #include <complex.h>
47 double complex
48 csinh(double complex z)
150 double complex
151 csin(double complex z)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 300 # float and complex don't have those operations, but we
304 elif isinstance(other, complex):
305 return complex(self) + other
318 elif isinstance(other, Complex):
319 return complex(other) + complex(self)
325 refer to Fraction, float, or complex as "boilerplate". 'r'
328 Complex. The first three involve 'r + b':
330 1. If B <: Fraction, int, float, or complex, we handle
343 Complex
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 300 # float and complex don't have those operations, but we
304 elif isinstance(other, complex):
305 return complex(self) + other
318 elif isinstance(other, Complex):
319 return complex(other) + complex(self)
325 refer to Fraction, float, or complex as "boilerplate". 'r'
328 Complex. The first three involve 'r + b':
330 1. If B <: Fraction, int, float, or complex, we handle
343 Complex
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.darwin-arm64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.darwin-mips.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.darwin-x86.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.darwin-x86_64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.linux-arm.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.linux-arm64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.linux-mips.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.linux-x86.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
harfbuzz-ng.target.linux-x86_64.mk 39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
48 third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc
    [all...]
  /external/eigen/blas/
chbmv.f 3 COMPLEX ALPHA,BETA
8 COMPLEX A(LDA,*),X(*),Y(*)
47 * ALPHA - COMPLEX .
51 * A - COMPLEX array of DIMENSION ( LDA, n ).
98 * X - COMPLEX array of DIMENSION at least
109 * BETA - COMPLEX .
113 * Y - COMPLEX array of DIMENSION at least
137 COMPLEX ONE
139 COMPLEX ZERO
143 COMPLEX TEMP1,TEMP
    [all...]

Completed in 2913 milliseconds

<<21222324252627282930>>