tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Microkernel< float, 128, X86_SSE > Member List

This is the complete list of members for Microkernel< float, 128, X86_SSE >, including all inherited members.

abs(VecType v) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
add(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
add(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
all_within_tolerance(VecType a, VecType b, ScalarType tol) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
div(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
div(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
div(ScalarType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
fmadd(VecType a, VecType b, VecType c) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
gather(const ScalarType *base, const my_size_t *indices) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
load(const ScalarType *ptr) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
loadu(const ScalarType *ptr) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
max(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
max(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
min(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
min(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
mul(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
mul(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
ScalarType typedefMicrokernel< float, 128, X86_SSE >
scatter(ScalarType *base, const my_size_t *indices, VecType val) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
set1(ScalarType scalar) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
simdWidthMicrokernel< float, 128, X86_SSE >static
store(ScalarType *ptr, VecType val) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
storeu(ScalarType *ptr, VecType val) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
sub(VecType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
sub(VecType a, ScalarType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
sub(ScalarType a, VecType b) noexceptMicrokernel< float, 128, X86_SSE >inlinestatic
VecType typedefMicrokernel< float, 128, X86_SSE >