2 references to WidenUpper
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
4013
public static (Vector512<double> Lower, Vector512<double> Upper) Widen(Vector512<float> source) => (WidenLower(source),
WidenUpper
(source));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
3033
result = (TVectorDouble)(object)Vector512.
WidenUpper
((Vector512<float>)(object)vector);