Searched refs:check_all_in_range (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | rand.cpp | 25 template<typename Scalar> void check_all_in_range(Scalar x, Scalar y) in check_all_in_range() function 83 CALL_SUBTEST(check_all_in_range<signed char>(11,11)); in test_rand() 84 CALL_SUBTEST(check_all_in_range<signed char>(11,11+char_offset)); in test_rand() 85 CALL_SUBTEST(check_all_in_range<signed char>(-5,5)); in test_rand() 86 CALL_SUBTEST(check_all_in_range<signed char>(-11-char_offset,-11)); in test_rand() 87 CALL_SUBTEST(check_all_in_range<signed char>(-126,-126+char_offset)); in test_rand() 88 CALL_SUBTEST(check_all_in_range<signed char>(126-char_offset,126)); in test_rand() 89 CALL_SUBTEST(check_all_in_range<signed char>(-126,126)); in test_rand() 91 CALL_SUBTEST(check_all_in_range<short>(11,11)); in test_rand() 92 CALL_SUBTEST(check_all_in_range<short>(11,11+short_offset)); in test_rand() [all …]
|