9 references to IsInt32Like
System.Numerics.Tensors (9)
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>())