comparison src/OPERATORS/op-int-conv.cc @ 4952:bfd57b466752

[project @ 2004-09-01 00:49:05 by jwe]
author jwe
date Wed, 01 Sep 2004 00:49:06 +0000
parents 102f199a9a9e
children d894b803ccb5
comparison
equal deleted inserted replaced
4951:0a21e1bf18c4 4952:bfd57b466752
81 DEFCONVFN2 (tfrom ## _scalar_to_int8, tfrom, scalar, int8) \ 81 DEFCONVFN2 (tfrom ## _scalar_to_int8, tfrom, scalar, int8) \
82 DEFCONVFN2 (tfrom ## _scalar_to_int16, tfrom, scalar, int16) \ 82 DEFCONVFN2 (tfrom ## _scalar_to_int16, tfrom, scalar, int16) \
83 DEFCONVFN2 (tfrom ## _scalar_to_int32, tfrom, scalar, int32) \ 83 DEFCONVFN2 (tfrom ## _scalar_to_int32, tfrom, scalar, int32) \
84 DEFCONVFN2 (tfrom ## _scalar_to_int64, tfrom, scalar, int64) \ 84 DEFCONVFN2 (tfrom ## _scalar_to_int64, tfrom, scalar, int64) \
85 \ 85 \
86 DEFCONVFN2 (tfrom ## _scalar_to_uint8, tfrom, scalar, int8) \ 86 DEFCONVFN2 (tfrom ## _scalar_to_uint8, tfrom, scalar, uint8) \
87 DEFCONVFN2 (tfrom ## _scalar_to_uint16, tfrom, scalar, int16) \ 87 DEFCONVFN2 (tfrom ## _scalar_to_uint16, tfrom, scalar, uint16) \
88 DEFCONVFN2 (tfrom ## _scalar_to_uint32, tfrom, scalar, int32) \ 88 DEFCONVFN2 (tfrom ## _scalar_to_uint32, tfrom, scalar, uint32) \
89 DEFCONVFN2 (tfrom ## _scalar_to_uint64, tfrom, scalar, int64) \ 89 DEFCONVFN2 (tfrom ## _scalar_to_uint64, tfrom, scalar, uint64) \
90 \ 90 \
91 DEFCONVFN2 (tfrom ## _matrix_to_int8, tfrom, matrix, uint8) \ 91 DEFCONVFN2 (tfrom ## _matrix_to_int8, tfrom, matrix, int8) \
92 DEFCONVFN2 (tfrom ## _matrix_to_int16, tfrom, matrix, uint16) \ 92 DEFCONVFN2 (tfrom ## _matrix_to_int16, tfrom, matrix, int16) \
93 DEFCONVFN2 (tfrom ## _matrix_to_int32, tfrom, matrix, uint32) \ 93 DEFCONVFN2 (tfrom ## _matrix_to_int32, tfrom, matrix, int32) \
94 DEFCONVFN2 (tfrom ## _matrix_to_int64, tfrom, matrix, uint64) \ 94 DEFCONVFN2 (tfrom ## _matrix_to_int64, tfrom, matrix, int64) \
95 \ 95 \
96 DEFCONVFN2 (tfrom ## _matrix_to_uint8, tfrom, matrix, uint8) \ 96 DEFCONVFN2 (tfrom ## _matrix_to_uint8, tfrom, matrix, uint8) \
97 DEFCONVFN2 (tfrom ## _matrix_to_uint16, tfrom, matrix, uint16) \ 97 DEFCONVFN2 (tfrom ## _matrix_to_uint16, tfrom, matrix, uint16) \
98 DEFCONVFN2 (tfrom ## _matrix_to_uint32, tfrom, matrix, uint32) \ 98 DEFCONVFN2 (tfrom ## _matrix_to_uint32, tfrom, matrix, uint32) \
99 DEFCONVFN2 (tfrom ## _matrix_to_uint64, tfrom, matrix, uint64) 99 DEFCONVFN2 (tfrom ## _matrix_to_uint64, tfrom, matrix, uint64)