Home
last modified time | relevance | path

Searched defs:tiny_up (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/f64/
Dtests.rs325 let tiny_up = f64::from_bits(2); in test_next_up() localVariable
357 let tiny_up = f64::from_bits(2); in test_next_down() localVariable
/third_party/rust/rust/library/std/src/f32/
Dtests.rs335 let tiny_up = f32::from_bits(2); in test_next_up() localVariable
368 let tiny_up = f32::from_bits(2); in test_next_down() localVariable