9 references to InvokeSpanIntoSpan_2to1
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (2)
141
InvokeSpanIntoSpan_2to1
<float, ushort, NarrowSingleToHalfAsUInt16Operator>(Rename<TFrom, float>(source), Rename<TTo, ushort>(destination));
156
InvokeSpanIntoSpan_2to1
<double, float, NarrowDoubleToSingleOperator>(Rename<TFrom, double>(source), Rename<TTo, float>(destination));
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (6)
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.ILogB.cs (1)
26
InvokeSpanIntoSpan_2to1
<double, int, ILogBDoubleOperator>(Rename<T, double>(x), destination);