7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (7)
2943=> NarrowWithSaturation<double, float>(lower, upper); 2950=> NarrowWithSaturation<short, sbyte>(lower, upper); 2956=> NarrowWithSaturation<int, short>(lower, upper); 2962=> NarrowWithSaturation<long, int>(lower, upper); 2969=> NarrowWithSaturation<ushort, byte>(lower, upper); 2976=> NarrowWithSaturation<uint, ushort>(lower, upper); 2983=> NarrowWithSaturation<ulong, uint>(lower, upper);