2 references to AsSingle
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
2193
return VectorMath.IsEvenIntegerSingle<Vector64<float>, Vector64<uint>>(vector.
AsSingle
()).As<float, T>();
2316
return VectorMath.IsOddIntegerSingle<Vector64<float>, Vector64<uint>>(vector.
AsSingle
()).As<float, T>();