3 references to ConvertToUInt64Native
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToIntegerNative.cs (1)
51
if (typeof(TTo) == typeof(ulong)) return Vector128.
ConvertToUInt64Native
(x.AsDouble()).As<ulong, TTo>();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
635
Vector128.
ConvertToUInt64Native
(vector._lower),
636
Vector128.
ConvertToUInt64Native
(vector._upper)