2 references to CopySign
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
115
return Vector512.
CopySign
(x, y);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
527
static Vector512<T> ISimdVector<Vector512<T>, T>.CopySign(Vector512<T> value, Vector512<T> sign) => Vector512.
CopySign
(value, sign);