7 references to IsNegative
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (7)
1120
if (
IsNegative
(x))
1153
if (
IsNegative
(x))
1332
return
IsNegative
(y) ? x : y;
1357
return
IsNegative
(x) ? x : y;
1372
else if (
IsNegative
(value))
1510
return
IsNegative
(x) ? y : x;
1538
return
IsNegative
(x) ? x : y;