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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c 34 conj(double complex z) function
  /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
  /external/tensorflow/tensorflow/core/kernels/
self_adjoint_eig_v2_op_gpu.cc 110 functor::UnaryFunctor<GPUDevice, functor::conj<Scalar>> conj; variable
111 conj(device, input_copy.flat<Scalar>() /*out*/,
119 functor::UnaryFunctor<GPUDevice, functor::conj<Scalar>> conj; variable
120 conj(device, const_cast<Tensor*>(&input)->flat<Scalar>() /*out*/,
qr_op_impl.h 264 functor::UnaryFunctor<GPUDevice, functor::conj<Scalar>> conj; variable
265 conj(device, q->flat<Scalar>() /*out*/,
cwise_ops.h 937 struct conj : base<T, Eigen::internal::scalar_conjugate_op<T>> {}; struct in namespace:tensorflow::functor
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 195 constexpr QUATERNION<T> PURE conj(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
201 return conj(q) * (1 / dot(q, q));
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 77 conj_if<Conjugate> conj; local
124 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
133 b += conj(l[i3]) * r[i3];
143 r[i3] -= b * conj(l[i3]);
228 conj_if<Conjugate> conj; local
303 Scalar b = conj(rhs(IsLower ? j+1+k3 : absolute_j2+k3,j));
310 Scalar inv_rjj = RealScalar(1)/conj(rhs(j,j));
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 58 * - internal::conj, internal::real, internal::imag, numext::abs2.
542 inline const AutoDiffScalar<DerType>& conj(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
  /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.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/eigen/Eigen/src/Core/
MathFunctions.h 238 * Implementation of conj *
257 using std::conj;
258 return conj(x);
924 inline EIGEN_MATHFUNC_RETVAL(conj, Scalar) conj(const Scalar& x) function in namespace:Eigen::numext
926 return EIGEN_MATHFUNC_IMPL(conj, Scalar)::run(x);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer_test.cc 461 Output conj = ops::Conj(s.WithOpName("conj"), z); local
462 Output transp = ops::Transpose(s.WithOpName("trans"), conj, perm);
488 Output conj = ops::Conj(s.WithOpName("conj"), z); local
490 ops::ConjugateTranspose(s.WithOpName("conjugate_trans"), conj, perm);
513 Output conj = ops::Conj(s.WithOpName("conj"), trans) local
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py 103 @@conj
2480 def conj(x, name=None): function
    [all...]
  /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/clang/host/darwin-x86/clang-3289846/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-3859424/lib64/clang/4.0/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-4053586/lib64/clang/5.0/include/
tgmath.h 1292 // conj
1312 __tg_conj(double _Complex __x) {return conj(__x);}
1318 #undef conj macro
1319 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 1292 // conj
1312 __tg_conj(double _Complex __x) {return conj(__x);}
1318 #undef conj macro
1319 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 1292 // conj
1312 __tg_conj(double _Complex __x) {return conj(__x);}
1318 #undef conj macro
1319 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 1292 // conj
1312 __tg_conj(double _Complex __x) {return conj(__x);}
1318 #undef conj macro
1319 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 1292 // conj
1312 __tg_conj(double _Complex __x) {return conj(__x);}
1318 #undef conj macro
1319 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro

Completed in 509 milliseconds

1 2