Searched defs:TINY (Results 1 – 3 of 3) sorted by relevance
41 const TINY: f32 = 1.0e-30; in powf() constant409 const TINY: f32 = 1.0e-30; in sqrtf() constant594 const TINY: f64 = 1.0e-300; in powd() constant1090 const TINY: f64 = 1.0e-300; in sqrtd() constant
72 pub const TINY: Input = Input { constant
1077 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase