7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (7)
3074=> NarrowWithSaturation<double, float>(lower, upper); 3081=> NarrowWithSaturation<short, sbyte>(lower, upper); 3087=> NarrowWithSaturation<int, short>(lower, upper); 3093=> NarrowWithSaturation<long, int>(lower, upper); 3100=> NarrowWithSaturation<ushort, byte>(lower, upper); 3107=> NarrowWithSaturation<uint, ushort>(lower, upper); 3114=> NarrowWithSaturation<ulong, uint>(lower, upper);