Searched refs:N_REPS (Results 1 – 2 of 2) sorted by relevance
291 const N_REPS: u32 = 5000; in test_weightedindex() constant297 let exp = (weights[i] * N_REPS) as f32 / total_weight; in test_weightedindex()309 for _ in 0..N_REPS { in test_weightedindex()317 for _ in 0..N_REPS { in test_weightedindex()325 for _ in 0..N_REPS { in test_weightedindex()
1049 const N_REPS: u32 = 3000; in test_weighted() constant1055 let exp = (weights[i] * N_REPS) as f32 / total_weight; in test_weighted()1073 for _ in 0..N_REPS { in test_weighted()1084 for _ in 0..N_REPS { in test_weighted()