13 references to IsInt32Like
System.Numerics.Tensors (13)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (4)
38if (IsInt32Like<TTo>() || IsUInt32Like<TTo>()) 62if (IsUInt32Like<TTo>() || IsInt32Like<TTo>()) 71if (IsInt32Like<TTo>()) 93if (IsInt32Like<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (5)
33((IsUInt32Like<TFrom>() || IsInt32Like<TFrom>()) && (IsUInt32Like<TTo>() || IsInt32Like<TTo>())) || 46if (typeof(TFrom) == typeof(float) && IsInt32Like<TTo>()) 82if (IsInt32Like<TFrom>() && typeof(TTo) == typeof(short)) 94if (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)
45if (IsInt32Like<T>()) 72if (IsInt32Like<T>()) 99if (IsInt32Like<T>())