|
Grid 0.7.0
|
Go to the source code of this file.
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| template<class rtype, class vtype, class mtype> | |
| accelerator_inline void | mac (iScalar< rtype > *__restrict__ ret, const iScalar< vtype > *__restrict__ lhs, const iScalar< mtype > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iMatrix< rrtype, N > *__restrict__ ret, const iMatrix< ltype, N > *__restrict__ lhs, const iMatrix< rtype, N > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iMatrix< rrtype, N > *__restrict__ ret, const iMatrix< ltype, N > *__restrict__ lhs, const iScalar< rtype > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iMatrix< rrtype, N > *__restrict__ ret, const iScalar< ltype > *__restrict__ lhs, const iMatrix< rtype, N > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iVector< rrtype, N > *__restrict__ ret, const iMatrix< ltype, N > *__restrict__ lhs, const iVector< rtype, N > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iVector< rrtype, N > *__restrict__ ret, const iScalar< ltype > *__restrict__ lhs, const iVector< rtype, N > *__restrict__ rhs) |
| template<class rrtype, class ltype, class rtype, int N> | |
| accelerator_inline void | mac (iVector< rrtype, N > *__restrict__ ret, const iVector< ltype, N > *__restrict__ lhs, const iScalar< rtype > *__restrict__ rhs) |
| NAMESPACE_END (Grid) | |
| NAMESPACE_BEGIN | ( | Grid | ) |
| accelerator_inline void mac | ( | iScalar< rtype > *__restrict__ | ret, |
| const iScalar< vtype > *__restrict__ | lhs, | ||
| const iScalar< mtype > *__restrict__ | rhs ) |
Definition at line 50 of file Tensor_arith_mac.h.
References iScalar< vtype >::_internal, accelerator_inline, and mac().
Referenced by mac(), mac(), mac(), mac(), mac(), mac(), and mac().
| accelerator_inline void mac | ( | iMatrix< rrtype, N > *__restrict__ | ret, |
| const iMatrix< ltype, N > *__restrict__ | lhs, | ||
| const iMatrix< rtype, N > *__restrict__ | rhs ) |
Definition at line 55 of file Tensor_arith_mac.h.
References iMatrix< vtype, N >::_internal, accelerator_inline, and mac().
| accelerator_inline void mac | ( | iMatrix< rrtype, N > *__restrict__ | ret, |
| const iMatrix< ltype, N > *__restrict__ | lhs, | ||
| const iScalar< rtype > *__restrict__ | rhs ) |
Definition at line 65 of file Tensor_arith_mac.h.
References iMatrix< vtype, N >::_internal, iScalar< vtype >::_internal, accelerator_inline, and mac().
| accelerator_inline void mac | ( | iMatrix< rrtype, N > *__restrict__ | ret, |
| const iScalar< ltype > *__restrict__ | lhs, | ||
| const iMatrix< rtype, N > *__restrict__ | rhs ) |
Definition at line 73 of file Tensor_arith_mac.h.
References iMatrix< vtype, N >::_internal, iScalar< vtype >::_internal, accelerator_inline, and mac().
| accelerator_inline void mac | ( | iVector< rrtype, N > *__restrict__ | ret, |
| const iMatrix< ltype, N > *__restrict__ | lhs, | ||
| const iVector< rtype, N > *__restrict__ | rhs ) |
Definition at line 81 of file Tensor_arith_mac.h.
References iMatrix< vtype, N >::_internal, iVector< vtype, N >::_internal, accelerator_inline, and mac().
| accelerator_inline void mac | ( | iVector< rrtype, N > *__restrict__ | ret, |
| const iScalar< ltype > *__restrict__ | lhs, | ||
| const iVector< rtype, N > *__restrict__ | rhs ) |
Definition at line 90 of file Tensor_arith_mac.h.
References iScalar< vtype >::_internal, iVector< vtype, N >::_internal, accelerator_inline, and mac().
| accelerator_inline void mac | ( | iVector< rrtype, N > *__restrict__ | ret, |
| const iVector< ltype, N > *__restrict__ | lhs, | ||
| const iScalar< rtype > *__restrict__ | rhs ) |
Definition at line 98 of file Tensor_arith_mac.h.
References iScalar< vtype >::_internal, iVector< vtype, N >::_internal, accelerator_inline, and mac().
| NAMESPACE_END | ( | Grid | ) |