5 references to CopySign
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
593return (T)(object)float.CopySign((float)(object)value, (float)(object)sign);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (4)
1656result = CopySign(result, x); 1669result = CopySign(0.0f, x); 1701result = CopySign(result, x); 1714result = CopySign(PositiveInfinity, x);