43 references to Rename
System.Numerics.Tensors (43)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOperator.cs (1)
78
ValidateInputOutputSpanNonOverlapping(x,
Rename
<TOutput, TInput>(destination));
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (18)
24
ValidateInputOutputSpanNonOverlapping(source,
Rename
<TTo, TFrom>(destination));
26
source.CopyTo(
Rename
<TTo, TFrom>(destination));
34
InvokeSpanIntoSpan_1to2<byte, ushort, WidenByteToUInt16Operator>(Rename<TFrom, byte>(source),
Rename
<TTo, ushort>(destination));
40
InvokeSpanIntoSpan_1to4<byte, uint, WidenByteToUInt32Operator>(Rename<TFrom, byte>(source),
Rename
<TTo, uint>(destination));
46
InvokeSpanIntoSpan_1to4<byte, float, WidenByteToSingleOperator>(Rename<TFrom, byte>(source),
Rename
<TTo, float>(destination));
55
InvokeSpanIntoSpan_1to2<sbyte, short, WidenSByteToInt16Operator>(Rename<TFrom, sbyte>(source),
Rename
<TTo, short>(destination));
64
InvokeSpanIntoSpan_1to2<ushort, uint, WidenUInt16ToUInt32Operator>(Rename<TFrom, ushort>(source),
Rename
<TTo, uint>(destination));
73
InvokeSpanIntoSpan_1to2<short, int, WidenInt16ToInt32Operator>(Rename<TFrom, short>(source),
Rename
<TTo, int>(destination));
82
InvokeSpanIntoSpan_1to2<uint, ulong, WidenUInt32ToUInt64Operator>(Rename<TFrom, uint>(source),
Rename
<TTo, ulong>(destination));
88
InvokeSpanIntoSpan<uint, float, ConvertUInt32ToSingle>(Rename<TFrom, uint>(source),
Rename
<TTo, float>(destination));
97
InvokeSpanIntoSpan_1to2<int, long, WidenInt32ToInt64Operator>(Rename<TFrom, int>(source),
Rename
<TTo, long>(destination));
103
InvokeSpanIntoSpan<int, float, ConvertInt32ToSingle>(Rename<TFrom, int>(source),
Rename
<TTo, float>(destination));
112
InvokeSpanIntoSpan<ulong, double, ConvertUInt64ToDouble>(Rename<TFrom, ulong>(source),
Rename
<TTo, double>(destination));
121
InvokeSpanIntoSpan<long, double, ConvertInt64ToDouble>(Rename<TFrom, long>(source),
Rename
<TTo, double>(destination));
130
InvokeSpanIntoSpan_1to2<short, float, WidenHalfAsInt16ToSingleOperator>(Rename<TFrom, short>(source),
Rename
<TTo, float>(destination));
139
InvokeSpanIntoSpan_2to1<float, ushort, NarrowSingleToHalfAsUInt16Operator>(Rename<TFrom, float>(source),
Rename
<TTo, ushort>(destination));
145
InvokeSpanIntoSpan_1to2<float, double, WidenSingleToDoubleOperator>(Rename<TFrom, float>(source),
Rename
<TTo, double>(destination));
154
InvokeSpanIntoSpan_2to1<double, float, NarrowDoubleToSingleOperator>(Rename<TFrom, double>(source),
Rename
<TTo, float>(destination));
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (11)
36
source.CopyTo(
Rename
<TTo, TFrom>(destination));
42
InvokeSpanIntoSpan<float, uint, ConvertSingleToUInt32>(Rename<TFrom, float>(source),
Rename
<TTo, uint>(destination));
48
InvokeSpanIntoSpan<float, int, ConvertSingleToInt32>(Rename<TFrom, float>(source),
Rename
<TTo, int>(destination));
54
InvokeSpanIntoSpan<double, ulong, ConvertDoubleToUInt64>(Rename<TFrom, double>(source),
Rename
<TTo, ulong>(destination));
60
InvokeSpanIntoSpan<double, long, ConvertDoubleToInt64>(Rename<TFrom, double>(source),
Rename
<TTo, long>(destination));
66
InvokeSpanIntoSpan_2to1<ushort, byte, NarrowUInt16ToByteOperator>(Rename<TFrom, ushort>(source),
Rename
<TTo, byte>(destination));
72
InvokeSpanIntoSpan_2to1<short, sbyte, NarrowInt16ToSByteOperator>(Rename<TFrom, short>(source),
Rename
<TTo, sbyte>(destination));
78
InvokeSpanIntoSpan_2to1<uint, ushort, NarrowUInt32ToUInt16Operator>(Rename<TFrom, uint>(source),
Rename
<TTo, ushort>(destination));
84
InvokeSpanIntoSpan_2to1<int, short, NarrowInt32ToInt16Operator>(Rename<TFrom, int>(source),
Rename
<TTo, short>(destination));
90
InvokeSpanIntoSpan_2to1<ulong, uint, NarrowUInt64ToUInt32Operator>(Rename<TFrom, ulong>(source),
Rename
<TTo, uint>(destination));
96
InvokeSpanIntoSpan_2to1<long, int, NarrowInt64ToInt32Operator>(Rename<TFrom, long>(source),
Rename
<TTo, int>(destination));
System\Numerics\Tensors\netcore\TensorPrimitives.Half.cs (13)
58
Rename
<T, short>(destination));
75
Rename
<T, short>(destination));
93
Rename
<T, short>(destination));
111
Rename
<T, short>(destination));
129
Rename
<T, short>(destination));
147
Rename
<T, short>(destination));
165
Rename
<T, short>(destination));
183
Rename
<T, short>(destination));
201
Rename
<T, short>(destination));
236
Rename
<T, short>(destination));
255
Rename
<T, short>(destination));
274
Rename
<T, short>(destination));
293
Rename
<T, short>(destination));