tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Microkernel< T, Bits, GENERICARCH > Member List

This is the complete list of members for Microkernel< T, Bits, GENERICARCH >, including all inherited members.

abs(VecType v) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
add(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
all_within_tolerance(VecType a, VecType b, T tol) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
div(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
fmadd(VecType a, VecType b, VecType c) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
fmsub(VecType a, VecType b, VecType c) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
fnmadd(VecType a, VecType b, VecType c) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
fnmsub(VecType a, VecType b, VecType c) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
gather(const T *base, const my_size_t *indices) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
load(const T *ptr) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
loadu(const T *ptr) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
max(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
min(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
MRMicrokernel< T, Bits, GENERICARCH >static
mul(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
NRMicrokernel< T, Bits, GENERICARCH >static
NR_VECSMicrokernel< T, Bits, GENERICARCH >static
num_registersMicrokernel< T, Bits, GENERICARCH >static
ScalarType typedefMicrokernel< T, Bits, GENERICARCH >
scatter(T *base, const my_size_t *indices, VecType val) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
set1(T scalar) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
simdWidthMicrokernel< T, Bits, GENERICARCH >static
store(T *ptr, VecType val) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
storeu(T *ptr, VecType val) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
sub(VecType a, VecType b) noexceptMicrokernel< T, Bits, GENERICARCH >inlinestatic
VecType typedefMicrokernel< T, Bits, GENERICARCH >