4 references to ToScalar
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfMinMaxOperator.cs (3)
363return int.CreateTruncating(currentIndex.ToScalar()) + IndexOfFirstMatch(nanMask); 431return (int)currentIndex.ToScalar() + IndexOfFirstMatch(nanMask); 508return (int)currentIndex.ToScalar() + IndexOfFirstMatch(nanMask);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
852static T ISimdVector<Vector256<T>, T>.ToScalar(Vector256<T> vector) => vector.ToScalar();