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