Searched refs:test_capture_isfinite (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dmath_test.cpp38 template<typename T> inline int test_capture_isfinite(const T in) { function in namespace:__anon970
117 ASSERT_TRUE(test_capture_isfinite(123.0f));
118 ASSERT_TRUE(test_capture_isfinite(123.0));
119 ASSERT_TRUE(test_capture_isfinite(123.0L));
120 ASSERT_FALSE(test_capture_isfinite(HUGE_VALF));
121 ASSERT_FALSE(test_capture_isfinite(HUGE_VAL));
122 ASSERT_FALSE(test_capture_isfinite(HUGE_VALL));

Completed in 1250 milliseconds