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);
1467
if (
IsNegative
(x))
1500
if (
IsNegative
(x))
1692
return
IsNegative
(y) ? x : y;
1720
return
IsNegative
(x) ? x : y;
1735
else if (
IsNegative
(value))
1873
return
IsNegative
(x) ? y : x;
1901
return
IsNegative
(x) ? x : y;