Searched refs:test_capture_isinf (Results 1 - 1 of 1) sorted by path

/bionic/tests/
H A Dmath_test.cpp46 template<typename T> inline int test_capture_isinf(const T in) { function in namespace:__anon1086
132 ASSERT_FALSE(test_capture_isinf(123.0f));
133 ASSERT_FALSE(test_capture_isinf(123.0));
134 ASSERT_FALSE(test_capture_isinf(123.0L));
135 ASSERT_TRUE(test_capture_isinf(HUGE_VALF));
136 ASSERT_TRUE(test_capture_isinf(HUGE_VAL));
137 ASSERT_TRUE(test_capture_isinf(HUGE_VALL));

Completed in 55 milliseconds