Home
last modified time | relevance | path

Searched refs:copy_generic (Results 1 – 8 of 8) sorted by relevance

/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level1/
H A Dcopy.tcc42 copy_generic(IndexType n, const X *x, IndexType incX, Y *y, IndexType incY) in copy_generic() function
61 copy_generic(n, x, incX, y, incY); in copy()
/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_int_inlines.hh183 PPL_SPECIALIZE_COPY(copy_generic, char) in PPL_SPECIALIZE_COPY() argument
184 PPL_SPECIALIZE_COPY(copy_generic, signed char) in PPL_SPECIALIZE_COPY()
185 PPL_SPECIALIZE_COPY(copy_generic, signed short) in PPL_SPECIALIZE_COPY()
186 PPL_SPECIALIZE_COPY(copy_generic, signed int) in PPL_SPECIALIZE_COPY()
187 PPL_SPECIALIZE_COPY(copy_generic, signed long) in PPL_SPECIALIZE_COPY()
188 PPL_SPECIALIZE_COPY(copy_generic, signed long long) in PPL_SPECIALIZE_COPY()
189 PPL_SPECIALIZE_COPY(copy_generic, unsigned char) in PPL_SPECIALIZE_COPY()
190 PPL_SPECIALIZE_COPY(copy_generic, unsigned short) in PPL_SPECIALIZE_COPY()
191 PPL_SPECIALIZE_COPY(copy_generic, unsigned int) in PPL_SPECIALIZE_COPY()
192 PPL_SPECIALIZE_COPY(copy_generic, unsigned long) in PPL_SPECIALIZE_COPY()
[all …]
H A Dchecked_float_inlines.hh1178 PPL_SPECIALIZE_COPY(copy_generic, float)
1227 PPL_SPECIALIZE_COPY(copy_generic, double)
1276 PPL_SPECIALIZE_COPY(copy_generic, long double)
H A Dchecked_inlines.hh282 copy_generic(Type& to, const Type& from) { in copy_generic() function
H A Dchecked_mpq_inlines.hh141 PPL_SPECIALIZE_COPY(copy_generic, mpq_class) in PPL_SPECIALIZE_ASSIGN_SPECIAL()
H A Dppl.hh.dist7239 copy_generic(Type& to, const Type& from) {
7794 PPL_SPECIALIZE_COPY(copy_generic, char)
7795 PPL_SPECIALIZE_COPY(copy_generic, signed char)
7796 PPL_SPECIALIZE_COPY(copy_generic, signed short)
7797 PPL_SPECIALIZE_COPY(copy_generic, signed int)
7798 PPL_SPECIALIZE_COPY(copy_generic, signed long)
7802 PPL_SPECIALIZE_COPY(copy_generic, unsigned int)
10844 PPL_SPECIALIZE_COPY(copy_generic, float)
10893 PPL_SPECIALIZE_COPY(copy_generic, double)
10942 PPL_SPECIALIZE_COPY(copy_generic, long double)
[all …]
/dports/lang/eisl/eisl-2.35/
H A Ddata.c1750 return (copy_generic(x)); in copy_work()
1906 copy_generic(int x) in copy_generic() function
H A Deisl.h700 int copy_generic(int x);