7 references to IsNegative
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (7)
1122
if (
IsNegative
(x))
1155
if (
IsNegative
(x))
1334
return
IsNegative
(y) ? x : y;
1359
return
IsNegative
(x) ? x : y;
1374
else if (
IsNegative
(value))
1512
return
IsNegative
(x) ? y : x;
1540
return
IsNegative
(x) ? x : y;