Searched defs:convolve (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPFloat.cpp26 #define convolve(lhs, rhs) ((lhs) * 4 + (rhs)) macro
1291 switch (convolve(category, rhs.category)) {
1295 case convolve(fcNaN, fcZero):
1296 case convolve(fcNaN, fcNormal):
1297 case convolve(fcNaN, fcInfinity):
1298 case convolve(fcNaN, fcNaN):
1299 case convolve(fcNormal, fcZero):
1300 case convolve(fcInfinity, fcNormal):
1301 case convolve(fcInfinity, fcZero):
1304 case convolve(fcZer
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dvpx_convolve_vsx.c294 static inline void convolve(const uint8_t *src, ptrdiff_t src_stride, function
378 convolve(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, y0_q4,
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h490 convolve(const KernelDerived& kernel, const Dimensions& dims) const { function in class:Eigen::TensorBase
H A DTensorConvolution.h402 convolve(firstInput(index), 0, NumKernelDims-1, result);
440 convolve(startInputs[0], 0, NumKernelDims-1, data[0]);
443 convolve(firstInput(index+i), 0, NumKernelDims-1, data[i]);
446 convolve(startInputs[1], 0, NumKernelDims-1, data[PacketSize-1]);
490 EIGEN_DEVICE_FUNC void convolve(Index firstIndex, Index firstKernel, int DimIndex, CoeffReturnType& accum) const { function in struct:Eigen::TensorEvaluator
495 convolve(input, kernel, DimIndex-1, accum);
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2577 void Magick::Image::convolve(const size_t order_,const double *kernel_) function in class:Magick::Image

Completed in 3572 milliseconds