Lines Matching full:isinf
28 // stlport implementation does this only for signbit, isfinite, isinf and
47 return isinf(in);
131 TEST(math, isinf) {
235 // The isinf macro deals with all three types; the isinf function is for doubles.
236 ASSERT_FALSE((isinf)(123.0));
237 ASSERT_TRUE((isinf)(HUGE_VAL));
897 ASSERT_TRUE(isinf(logb(HUGE_VAL)));
913 ASSERT_TRUE(isinf(logbl(HUGE_VALL)));
921 ASSERT_TRUE(isinf(log1p(HUGE_VAL)));
935 ASSERT_TRUE(isinf(log1pl(HUGE_VALL)));