9 references to IsInt32Like
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (4)
40if (IsInt32Like<TTo>() || IsUInt32Like<TTo>()) 64if (IsUInt32Like<TTo>() || IsInt32Like<TTo>()) 73if (IsInt32Like<TTo>()) 95if (IsInt32Like<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (5)
33((IsUInt32Like<TFrom>() || IsInt32Like<TFrom>()) && (IsUInt32Like<TTo>() || IsInt32Like<TTo>())) || 46if (typeof(TFrom) == typeof(float) && IsInt32Like<TTo>()) 82if (IsInt32Like<TFrom>() && typeof(TTo) == typeof(short)) 94if (IsInt64Like<TFrom>() && IsInt32Like<TTo>())