11 references to IsUInt32Like
System.Numerics.Tensors (11)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
38
if (IsInt32Like<TTo>() ||
IsUInt32Like
<TTo>())
62
if (
IsUInt32Like
<TTo>() || IsInt32Like<TTo>())
78
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>())
System\Numerics\Tensors\netcore\TensorPrimitives.Sign.cs (3)
38
if (
IsUInt32Like
<T>())
65
if (
IsUInt32Like
<T>())
92
if (
IsUInt32Like
<T>())