7 references to IsInt64Like
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
82if (IsInt64Like<TTo>() || IsUInt64Like<TTo>()) 97if (IsInt64Like<TTo>()) 119if (IsInt64Like<TFrom>())
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (4)
34((IsUInt64Like<TFrom>() || IsInt64Like<TFrom>()) && (IsUInt64Like<TTo>() || IsInt64Like<TTo>()))) 58if (typeof(TFrom) == typeof(double) && IsInt64Like<TTo>()) 94if (IsInt64Like<TFrom>() && IsInt32Like<TTo>())