13 references to IsInt32Like
System.Numerics.Tensors (13)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (4)
38
if (
IsInt32Like
<TTo>() || IsUInt32Like<TTo>())
62
if (IsUInt32Like<TTo>() ||
IsInt32Like
<TTo>())
71
if (
IsInt32Like
<TTo>())
93
if (
IsInt32Like
<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (5)
33
((IsUInt32Like<TFrom>() ||
IsInt32Like
<TFrom>()) && (IsUInt32Like<TTo>() ||
IsInt32Like
<TTo>())) ||
46
if (typeof(TFrom) == typeof(float) &&
IsInt32Like
<TTo>())
82
if (
IsInt32Like
<TFrom>() && typeof(TTo) == typeof(short))
94
if (IsInt64Like<TFrom>() &&
IsInt32Like
<TTo>())
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
94
|| (Vector256.IsHardwareAccelerated &&
IsInt32Like
<T>());
System\Numerics\Tensors\netcore\TensorPrimitives.Sign.cs (3)
45
if (
IsInt32Like
<T>())
72
if (
IsInt32Like
<T>())
99
if (
IsInt32Like
<T>())