HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 251 - 275 of 3140) sorted by null

<<11121314151617181920>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cimagl.c 29 #include <complex.h>
33 cimagl(long double complex z)
s_creal.c 29 #include <complex.h>
32 creal(double complex z)
s_crealf.c 29 #include <complex.h>
32 crealf(float complex z)
s_creall.c 29 #include <complex.h>
32 creall(long double complex z)
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 67 /** Overloaded for efficient real matrix times complex scalar value */
68 inline const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const Derived>
69 operator*(const std::complex<Scalar>& scalar) const
71 return CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const Derived>
72 (*static_cast<const Derived*>(this), internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >(scalar));
79 inline friend const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const Derived>
80 operator*(const std::complex<Scalar>& scalar, const StorageBaseType& matrix)
97 /** \returns an expression of the complex conjugate of \c *this.
  /external/eigen/test/eigen2/
eigen2_eigensolver.cpp 29 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
112 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
122 VERIFY_IS_APPROX((symmA.template cast<Complex>()) * (ei0.pseudoEigenvectors().template cast<Complex>()),
123 (ei0.pseudoEigenvectors().template cast<Complex>()) * (ei0.eigenvalues().asDiagonal()));
127 VERIFY_IS_APPROX(a.template cast<Complex>() * ei1.eigenvectors(),
  /external/eigen/test/
sizeof.cpp 32 VERIFY(sizeof(std::complex<float>) == 2*sizeof(float));
33 VERIFY(sizeof(std::complex<double>) == 2*sizeof(double));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ccomplex 17 #include <complex>
21 #include <complex>
tgmath.h 17 #include <complex.h>
22 #include <complex.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/
version.pass.cpp 10 // <complex>
12 #include <complex>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
complex.h 1 // TR1 complex.h -*- C++ -*-
25 /** @file tr1/complex.h
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>

Completed in 214 milliseconds

<<11121314151617181920>>