13 references to IsInt32Like
System.Numerics.Tensors (13)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (4)
40
if (
IsInt32Like
<TTo>() || IsUInt32Like<TTo>())
64
if (IsUInt32Like<TTo>() ||
IsInt32Like
<TTo>())
73
if (
IsInt32Like
<TTo>())
95
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)
47
if (
IsInt32Like
<T>())
74
if (
IsInt32Like
<T>())
101
if (
IsInt32Like
<T>())