Home | History | Annotate | Download | only in tests

Lines Matching full:__isnanf

256 TEST(math, __isnanf) {
257 ASSERT_FALSE(__isnanf(123.0f));
258 ASSERT_TRUE(__isnanf(nanf("")));