Home
last modified time | relevance | path

Searched defs:hundred (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bencher/
Dstats.rs238 let hundred = 100 as f64; in std_dev_pct() localVariable
252 let hundred = 100 as f64; in median_abs_dev_pct() localVariable
290 let hundred = 100f64; in percentile_of_sorted() localVariable
317 let hundred = 100 as f64; in winsorize() localVariable
/external/rust/crates/plotters/src/data/
Dquartiles.rs20 let hundred = 100_f64; in percentile_of_sorted() localVariable
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1690 std::vector<int64> hundred = {100}; in TEST_F() local