3 references to GreaterThanOrEqualDecimalIeee754
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
748return Number.GreaterThanOrEqualDecimalIeee754<Decimal128, UInt128>(new UInt128(left._upper, left._lower), new UInt128(right._upper, right._lower));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
759return Number.GreaterThanOrEqualDecimalIeee754<Decimal32, uint>(left._value, right._value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
752return Number.GreaterThanOrEqualDecimalIeee754<Decimal64, ulong>(left._value, right._value);