12 references to IsNegative
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (12)
175bool leftIsNegative = IsNegative(left); 177if (leftIsNegative != IsNegative(right)) 211bool leftIsNegative = IsNegative(left); 213if (leftIsNegative != IsNegative(right)) 1027bool sign = IsNegative(value); 1503if (IsNegative(x)) 1536if (IsNegative(x)) 1742return IsNegative(y) ? x : y; 1770return IsNegative(x) ? x : y; 1785else if (IsNegative(value)) 1923return IsNegative(x) ? y : x; 1951return IsNegative(x) ? x : y;