Searched
full:complex (Results
576 -
600 of
2438) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/thumb/ |
libgcc.a | [all...] |
/external/eigen/Eigen/src/Core/ |
Functors.h | 315 * \brief Template functor to compute the conjugate of a complex value 350 * \brief Template functor to extract the real part of a complex 365 * \brief Template functor to extract the imaginary part of a complex 380 * \brief Template functor to extract the real part of a complex as a reference 395 * \brief Template functor to extract the imaginary part of a complex as a reference 457 // FIXME default copy constructors seems bugged with std::complex<> 484 // FIXME default copy constructors seems bugged with std::complex<> 498 // FIXME default copy constructors seems bugged with std::complex<> 658 // where we only require them to have the same _real_ scalar type so one may multiply, say, float by complex<float>. 673 // FIXME default copy constructors seems bugged with std::complex<> [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 15 // use shared_ptr or std::auto_ptr if your needs are more complex. 119 // reset(). Use shared_array or std::vector if your needs are more complex.
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixVector_MKL.h | 44 * std::complex<float> and std::complex<double> types
|
/external/eigen/test/eigen2/ |
eigen2_regression.cpp | 127 Hyperplane<std::complex<double>,Dynamic> *coeffs12cd = new Hyperplane<std::complex<double>,Dynamic>(11);
|
/external/eigen/test/ |
product_trmm.cpp | 105 CALL_ALL(3,std::complex<float>); // EIGEN_SUFFIXES;13;113;23;123;33;133 106 CALL_ALL(4,std::complex<double>); // EIGEN_SUFFIXES;14;114;24;124;34;134
|
/external/eigen/unsupported/Eigen/ |
Polynomials | 94 Computes the complex roots of a polynomial by computing the eigenvalues of the associated companion matrix with the QR algorithm. 109 Therefore the current polynomial solver is guaranteed to provide a correct result only when the complex roots \f$r_1,r_2,...,r_d\f$ have distinct moduli i.e.
|
/external/eigen/unsupported/test/ |
matrix_exponential.cpp | 58 Matrix<std::complex<T>,2,2> A, B, C; 59 std::complex<T> imagUnit(0,1);
|
/external/llvm/test/TableGen/ |
TargetInstrInfo.td | 112 // The RTL list is a list, allowing complex instructions to be defined easily. 135 // Describing complex instructions is not too hard! Note how implicit uses/defs
|
/external/smack/src/org/jivesoftware/smack/provider/ |
PrivacyProvider.java | 80 // Parse the list complex type
102 // Parse the list complex type
|
/external/stlport/etc/ |
msvcincl.dat | 24 complex 25 complex.h
|
/external/webrtc/src/system_wrappers/interface/ |
scoped_ptr.h | 15 // use shared_ptr or std::auto_ptr if your needs are more complex. 119 // reset(). Use shared_array or std::vector if your needs are more complex.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPIterator.java | 21 * complex. It is helpful to have a thorough understanding of the XMP data tree. 22 * One way to learn this is to create some complex XMP and examine the output of
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
cnst_vad.h | 100 #define POW_COMPLEX_THR (Word32)15000 /* If input power is lower, complex */ 114 /* Constants for complex signal VAD */
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeProvider.java | 35 * The main use case of these APIs is to enable a custom view that draws complex content, 78 * hierarchy for accessibility purposes. This enables custom views that draw complex
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmAnalyzerTest.java | 113 // a complex glob search. * is a search pattern that matches names, not dots 122 // a complex glob search. ** is a search pattern that matches names including dots
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
type_traits.h | 160 // For complex and cmath 167 // <cmath> and <complex> to only the intended types.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
type_traits.h | 160 // For complex and cmath 167 // <cmath> and <complex> to only the intended types.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
type_traits.h | 160 // For complex and cmath 167 // <cmath> and <complex> to only the intended types.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
type_traits.h | 159 // For complex and cmath 166 // <cmath> and <complex> to only the intended types.
|
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | [all...] |
/external/clang/include/clang/AST/ |
APValue.h | 1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===// 36 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset], 358 "Invalid complex int (type mismatch)."); 365 "Invalid complex float (type mismatch).");
|
/external/clang/lib/CodeGen/ |
CGValue.h | 35 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the 38 enum Flavor { Scalar, Complex, Aggregate }; 47 bool isComplex() const { return V1.getInt() == Complex; } 58 /// getComplexVal - Return the real/imag components of this complex value. 81 ER.V1.setInt(Complex);
|
/external/eigen/bench/ |
bench_gemm.cpp | 13 // #define SCALAR std::complex<float> 34 static std::complex<float> cfone = 1; 35 static std::complex<float> cfzero = 0; 36 static std::complex<double> cdone = 1; 37 static std::complex<double> cdzero = 0;
|
Completed in 618 milliseconds
<<21222324252627282930>>