7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (7)
2880=> NarrowWithSaturation<double, float>(lower, upper); 2887=> NarrowWithSaturation<short, sbyte>(lower, upper); 2893=> NarrowWithSaturation<int, short>(lower, upper); 2899=> NarrowWithSaturation<long, int>(lower, upper); 2906=> NarrowWithSaturation<ushort, byte>(lower, upper); 2913=> NarrowWithSaturation<uint, ushort>(lower, upper); 2920=> NarrowWithSaturation<ulong, uint>(lower, upper);