4 references to ConvertToUInt64
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
68if (typeof(TTo) == typeof(ulong)) return Vector256.ConvertToUInt64(x.AsDouble()).As<ulong, TTo>();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
132public static Vector256<ulong> Invoke(Vector256<double> x) => Vector256.ConvertToUInt64(x);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (2)
535Vector256.ConvertToUInt64(vector._lower), 536Vector256.ConvertToUInt64(vector._upper)