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