Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs41 const TINY: f32 = 1.0e-30; in powf() constant
409 const TINY: f32 = 1.0e-30; in sqrtf() constant
594 const TINY: f64 = 1.0e-300; in powd() constant
1090 const TINY: f64 = 1.0e-300; in sqrtd() constant
/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs72 pub const TINY: Input = Input { constant
/third_party/python/Lib/test/
Dtest_float.py1077 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase