Searched defs:TINY (Results 1 - 3 of 3) sorted by relevance
| /third_party/rust/crates/memchr/bench/src/memchr/ | ||
| H A D | inputs.rs | 72 pub const TINY: Input = Input { consts |
| /third_party/rust/crates/minimal-lexical/src/ | ||
| H A D | libm.rs | 41 const TINY: f32 = 1.0e-30; in powf() consts 409 const TINY: f32 = 1.0e-30; sqrtf() consts 594 const TINY: f64 = 1.0e-300; powd() consts 1090 const TINY: f64 = 1.0e-300; sqrtd() consts [all...] |
| /third_party/python/Lib/test/ | ||
| H A D | test_float.py | 1058 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase [all...] |
Completed in 4 milliseconds