Searched defs:test_capture_isinf (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dmath_test.cpp44 template<typename T> inline int test_capture_isinf(const T in) { function in namespace:__anon970
126 ASSERT_FALSE(test_capture_isinf(123.0f));
127 ASSERT_FALSE(test_capture_isinf(123.0));
128 ASSERT_FALSE(test_capture_isinf(123.0L));
129 ASSERT_TRUE(test_capture_isinf(HUGE_VALF));
130 ASSERT_TRUE(test_capture_isinf(HUGE_VAL));
131 ASSERT_TRUE(test_capture_isinf(HUGE_VALL));

Completed in 137 milliseconds