HomeSort by relevance Sort by last modified time
    Searched defs:conj (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c 34 conj(double complex z) function
  /external/opencv3/modules/core/misc/java/src/java/
core+Scalar.java 60 public Scalar conj() { method in class:Scalar
  /external/opencv3/modules/core/perf/opencl/
perf_dxt.cpp 106 const bool conj = get<1>(params); local
111 OCL_TEST_CYCLE() cv::mulSpectrums(src1, src2, dst, 0, conj);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 55 double _Complex __MINGW_ATTRIB_CONST conj (double _Complex);
133 __CRT_INLINE double _Complex __MINGW_ATTRIB_CONST conj (double _Complex _Z) function
  /external/eigen/test/
exceptions.cpp 74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /external/opencv/cxcore/src/
_cxcore.h 166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 75 conj_if<Conjugate> conj; local
121 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
130 b += conj(l[i3]) * r[i3];
141 r[i3] -= b * conj(l[i3]);
224 conj_if<Conjugate> conj; local
300 Scalar b = conj(rhs(IsLower ? j+1+k3 : absolute_j2+k3,j));
305 Scalar b = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(rhs(j,j));
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 51 * - internal::conj, internal::real, internal::imag, numext::abs2.
533 inline const AutoDiffScalar<DerType>& conj(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
  /external/eigen/Eigen/src/Core/
MathFunctions.h 189 * Implementation of conj *
206 using std::conj;
207 return conj(x);
593 inline EIGEN_MATHFUNC_RETVAL(conj, Scalar) conj(const Scalar& x) function in namespace:Eigen::numext
595 return EIGEN_MATHFUNC_IMPL(conj, Scalar)::run(x);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 177 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 177 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 442 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 442 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /external/clang/lib/Headers/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 84 Complex conj() const;
591 Scalar_<_Tp> conj() const;
909 Complex<_Tp> Complex<_Tp>::conj() const function in class:cv::Complex
1982 Scalar_<_Tp> Scalar_<_Tp>::conj() const function in class:cv::Scalar_
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro

Completed in 1028 milliseconds

1 2