Lines Matching refs:powers
12407 // wuffs_base__private_implementation__powers_of_5 contains the powers of 5,
12468 // approximations to the powers of 10, ranging from 1e-307 to 1e+288 inclusive,
12487 // This table was generated by by script/print-mpb-powers-of-10.go
13088 // wuffs_base__private_implementation__f64_powers_of_10 holds powers of 10 that
14096 // script/print-mpb-powers-of-10.go
14344 // powers converts decimal powers of 10 to binary powers of 2. For example,
14348 static const uint8_t powers[19] = {
14390 // Scale by powers of 2 until we're in the range [½ .. 1], which gives us
14399 ? powers[n]
14420 ? powers[n]