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