3 references to WidenUpper
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
3097
internal static (Vector<double> Lower, Vector<double> Upper) Widen(Vector<float> source) => (WidenLower(source),
WidenUpper
(source));
3165
high =
WidenUpper
(source);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
3013
result = (TVectorDouble)(object)Vector.
WidenUpper
((Vector<float>)(object)vector);