8 references to IsUInt32Like
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
40
if (IsInt32Like<TTo>() ||
IsUInt32Like
<TTo>())
64
if (
IsUInt32Like
<TTo>() || IsInt32Like<TTo>())
80
if (
IsUInt32Like
<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (5)
33
((
IsUInt32Like
<TFrom>() || IsInt32Like<TFrom>()) && (
IsUInt32Like
<TTo>() || IsInt32Like<TTo>())) ||
40
if (typeof(TFrom) == typeof(float) &&
IsUInt32Like
<TTo>())
76
if (
IsUInt32Like
<TFrom>() && typeof(TTo) == typeof(ushort))
88
if (IsUInt64Like<TFrom>() &&
IsUInt32Like
<TTo>())