3 references to SinCosDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1057
(UInt128 sin, UInt128 cos) = Number.
SinCosDecimalIeee754
<Decimal128, UInt128>(new UInt128(x._upper, x._lower));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1068
(uint sin, uint cos) = Number.
SinCosDecimalIeee754
<Decimal32, uint>(x._value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1061
(ulong sin, ulong cos) = Number.
SinCosDecimalIeee754
<Decimal64, ulong>(x._value);