Searched
full:complex (Results
501 -
525 of
2438) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGenCXX/ |
mangle-ms-back-references.cpp | 52 // Function pointers might be mangled in a complex way.
|
/external/clang/test/SemaCXX/ |
class-layout.cpp | 93 // Test that this somewhat complex class structure is laid out correctly.
|
/external/eigen/Eigen/ |
Core | 22 #include <complex> 257 #include "src/Core/arch/SSE/Complex.h" 260 #include "src/Core/arch/AltiVec/Complex.h" 263 #include "src/Core/arch/NEON/Complex.h"
|
/external/eigen/Eigen/src/Core/ |
MathFunctions.h | 73 struct real_impl<std::complex<RealScalar> > 75 static inline RealScalar run(const std::complex<RealScalar>& x) 109 struct imag_impl<std::complex<RealScalar> > 111 static inline RealScalar run(const std::complex<RealScalar>& x) 232 struct conj_impl<std::complex<RealScalar> > 234 static inline std::complex<RealScalar> run(const std::complex<RealScalar>& x) 295 struct abs2_impl<std::complex<RealScalar> > 297 static inline RealScalar run(const std::complex<RealScalar>& x)
|
/external/eigen/Eigen/src/Core/util/ |
Meta.h | 197 template<typename T> struct scalar_product_traits<T,std::complex<T> > 200 typedef std::complex<T> ReturnType; 203 template<typename T> struct scalar_product_traits<std::complex<T>, T> 206 typedef std::complex<T> ReturnType;
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 19 * The matrix can be either real or complex, symmetric or not. 73 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<float> *vals, int *perm, int * invp, std::complex<float> *x, int nbrhs, int *iparm, double *dparm) 77 c_pastix(pastix_data, pastix_comm, n, ptr, idx, reinterpret_cast<COMPLEX*>(vals), perm, invp, reinterpret_cast<COMPLEX*>(x), nbrhs, iparm, dparm); 80 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<double> *vals, int *perm, int * invp, std::complex<double> *x, int nbrhs, int *iparm, double *dparm) 553 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX 634 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX
|
/external/eigen/test/ |
determinant.cpp | 62 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
|
schur_complex.cpp | 69 CALL_SUBTEST_3(( schur<Matrix<std::complex<float>, 1, 1> >() ));
|
/external/eigen/test/eigen2/ |
eigen2_determinant.cpp | 57 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
|
eigen2_parametrizedline.cpp | 60 CALL_SUBTEST_4( parametrizedline(ParametrizedLine<std::complex<double>,5>()) );
|
eigen2_sparse_vector.cpp | 80 CALL_SUBTEST_2( sparse_vector<std::complex<double> >(16, 16) );
|
eigen2_sum.cpp | 22 VERIFY_IS_APPROX(MatrixType::Ones(rows, cols).sum(), Scalar(float(rows*cols))); // the float() here to shut up excessive MSVC warning about int->complex conversion being lossy
|
/external/icu4c/layout/ |
loengine.cpp | 13 * \brief C API for complex text layout.
|
/external/iptables/extensions/ |
libxt_quota2.man | 16 use complex prerouting rules in association with the quota system, without
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-13-Reference-MemoryResponse.txt | 21 also really concerned that LLVM is becoming big and complex and (perhaps)
|
/external/llvm/test/Transforms/LoopSimplify/ |
2003-05-12-PreheaderExitOfChild.ll | 1 ; This (complex) testcase causes an assertion failure because a preheader is
|
/external/replicaisland/src/com/replica/replicaisland/ |
SimpleCollisionComponent.java | 19 // Simple collision detection component for objects not requiring complex collision (projectiles, etc)
|
/external/skia/tests/ |
UnicodeTest.cpp | 43 // TODO: make the text more complex (i.e. incorporate chars>7bits)
|
/external/smack/src/org/jivesoftware/smack/filter/ |
PacketFilter.java | 32 * for more complex packet filtering by using the
|
/external/webkit/Source/JavaScriptCore/yarr/ |
Yarr.h | 48 // avoid spending exponential time on complex regular expressions.
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioProcessor.h | 39 // where the number of input channels equals the number of output channels. It can be used as one part of a complex DSP algorithm,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
fft.h | 17 * nTotal: total number of complex values
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
fft.h | 17 * nTotal: total number of complex values
|
/frameworks/base/core/java/android/widget/ |
SectionIndexer.java | 29 * They could be more complex objects that indicate the grouping for the adapter's
|
/frameworks/base/docs/html/design/style/ |
touch-feedback.jd | 37 <p>When your objects react to more complex gestures, help users understand what the outcome of the
|
Completed in 782 milliseconds
<<21222324252627282930>>