7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (7)
2831=> NarrowWithSaturation<double, float>(lower, upper); 2838=> NarrowWithSaturation<short, sbyte>(lower, upper); 2844=> NarrowWithSaturation<int, short>(lower, upper); 2850=> NarrowWithSaturation<long, int>(lower, upper); 2857=> NarrowWithSaturation<ushort, byte>(lower, upper); 2864=> NarrowWithSaturation<uint, ushort>(lower, upper); 2871=> NarrowWithSaturation<ulong, uint>(lower, upper);