7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (7)
3173=> NarrowWithSaturation<double, float>(lower, upper); 3180=> NarrowWithSaturation<short, sbyte>(lower, upper); 3186=> NarrowWithSaturation<int, short>(lower, upper); 3192=> NarrowWithSaturation<long, int>(lower, upper); 3199=> NarrowWithSaturation<ushort, byte>(lower, upper); 3206=> NarrowWithSaturation<uint, ushort>(lower, upper); 3213=> NarrowWithSaturation<ulong, uint>(lower, upper);