Home | History | Annotate | Download | only in cctest

Lines Matching full:signbit

6837     CHECK(std::signbit(in) == 0);
6838 CHECK(std::signbit(expected) == 0);