Home
last modified time | relevance | path

Searched refs:amount_fp (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/seq/
Dindex.rs242 let amount_fp = amount as f32; in sample() localVariable
243 let m4 = C[0][j] * amount_fp; in sample()
245 if amount > 11 && (length as f32) < (C[1][j] + m4) * amount_fp { in sample()