12 references to IsNegative
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Half.cs (12)
165
bool leftIsNegative =
IsNegative
(left);
167
if (leftIsNegative !=
IsNegative
(right))
193
bool leftIsNegative =
IsNegative
(left);
195
if (leftIsNegative !=
IsNegative
(right))
995
bool sign =
IsNegative
(value);
1463
if (
IsNegative
(x))
1496
if (
IsNegative
(x))
1688
return
IsNegative
(y) ? x : y;
1716
return
IsNegative
(x) ? x : y;
1731
else if (
IsNegative
(value))
1869
return
IsNegative
(x) ? y : x;
1897
return
IsNegative
(x) ? x : y;