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