Lines Matching refs:g_repeat
60 signed char char_offset = (std::min)(g_repeat,64); in test_rand()
61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand()
63 for(int i = 0; i < g_repeat*10000; i++) { in test_rand()
99 CALL_SUBTEST(check_all_in_range<int>(11,11+g_repeat)); in test_rand()
101 CALL_SUBTEST(check_all_in_range<int>(-11-g_repeat,-11)); in test_rand()
102 CALL_SUBTEST(check_all_in_range<int>(-673456,-673456+g_repeat)); in test_rand()
103 CALL_SUBTEST(check_all_in_range<int>(673456,673456+g_repeat)); in test_rand()
106 CALL_SUBTEST(check_all_in_range<long>(11,11+g_repeat)); in test_rand()
108 CALL_SUBTEST(check_all_in_range<long>(-11-g_repeat,-11)); in test_rand()
109 CALL_SUBTEST(check_all_in_range<long>(-long_ref,-long_ref+g_repeat)); in test_rand()
110 CALL_SUBTEST(check_all_in_range<long>( long_ref, long_ref+g_repeat)); in test_rand()