Searched refs:test_capture_isfinite (Results 1 - 1 of 1) sorted by last modified time

/bionic/tests/
H A Dmath_test.cpp40 template<typename T> inline int test_capture_isfinite(const T in) { function in namespace:__anon1086
123 ASSERT_TRUE(test_capture_isfinite(123.0f));
124 ASSERT_TRUE(test_capture_isfinite(123.0));
125 ASSERT_TRUE(test_capture_isfinite(123.0L));
126 ASSERT_FALSE(test_capture_isfinite(HUGE_VALF));
127 ASSERT_FALSE(test_capture_isfinite(HUGE_VAL));
128 ASSERT_FALSE(test_capture_isfinite(HUGE_VALL));

Completed in 29 milliseconds