7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (7)
3013=> NarrowWithSaturation<double, float>(lower, upper); 3023=> NarrowWithSaturation<short, sbyte>(lower, upper); 3032=> NarrowWithSaturation<int, short>(lower, upper); 3041=> NarrowWithSaturation<long, int>(lower, upper); 3051=> NarrowWithSaturation<ushort, byte>(lower, upper); 3061=> NarrowWithSaturation<uint, ushort>(lower, upper); 3071=> NarrowWithSaturation<ulong, uint>(lower, upper);