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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c 34 conj(double complex z) function
  /external/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) function
  /prebuilts/ndk/9/sources/cxx-stl/EH/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 68 conj_if<Conjugate> conj; local
114 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
123 b += conj(l[i3]) * r[i3];
134 r[i3] -= b * conj(l[i3]);
211 conj_if<Conjugate> conj; local
287 Scalar b = conj(rhs(IsLower ? j+1+k3 : absolute_j2+k3,j));
292 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, internal::abs2.
521 inline const AutoDiffScalar<DerType>& conj(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
  /external/eigen/Eigen/src/Core/
MathFunctions.h 219 * Implementation of conj *
236 using std::conj;
237 return conj(x);
248 inline EIGEN_MATHFUNC_RETVAL(conj, Scalar) conj(const Scalar& x) function in namespace:Eigen::internal
250 return EIGEN_MATHFUNC_IMPL(conj, Scalar)::run(x);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /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/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 435 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 444 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 435 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 444 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 435 #define conj(Val) __TGMATH_UNARY_IMAG (Val, 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
  /prebuilts/sdk/renderscript/clang-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 549 milliseconds

1 2