Home
last modified time | relevance | path

Searched refs:TINY (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_float.py1058 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase
1073 self.identical(self.TINY, ldexp(1.0, -1074))
1170 TINY = self.TINY
1319 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1320 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1321 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1326 self.identical(fromHex('0X3p-1076'), TINY)
1327 self.identical(fromHex('0x4p-1076'), TINY)
1328 self.identical(fromHex('0X5p-1076'), TINY)
[all...]
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs41 const TINY: f32 = 1.0e-30; in powf() consts
215 sn * TINY * TINY in powf()
223 sn * TINY * TINY in powf()
227 /* now |1-x| is TINY <= 2**-20, suffice to compute in powf()
325 return sn * TINY * TINY; /* underflow */ in powf()
330 return sn * TINY * TINY; /* underflo in powf()
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/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs11 inputs::{Input, Search1, Search2, Search3, EMPTY, HUGE, SMALL, TINY},
42 define_memchr_input1(c, "memchr1/krate/tiny", TINY, move |search, b| { in all()
75 define_memchr_input1(c, "memchr1/libc/tiny", TINY, move |search, b| { in all()
121 TINY, in all()
161 define_memchr_input1(c, "memchr1/naive/tiny", TINY, move |search, b| { in all()
202 define_memchr_input2(c, "memchr2/krate/tiny", TINY, move |search, b| { in all()
264 TINY, in all()
320 define_memchr_input2(c, "memchr2/naive/tiny", TINY, move |search, b| { in all()
371 define_memchr_input3(c, "memchr3/krate/tiny", TINY, move |search, b| { in all()
441 TINY, in all()
[all...]

Completed in 4 milliseconds