Home | History | Annotate | Download | only in src

Lines Matching full:signbit

1542     return (std::signbit(this_value) == std::signbit(other_value));
1557 if (std::signbit(x) != std::signbit(y)) return false;