Searched refs:powers (Results 1 – 8 of 8) sorted by relevance
460 const struct mp_power *powers = &_fpioconst_pow10[explog + 1]; in __printf_fp_l() local481 assert (powers > &_fpioconst_pow10[0]); in __printf_fp_l()484 --powers; in __printf_fp_l()488 if (p.exponent >= scaleexpo + powers->p_expo - 1) in __printf_fp_l()502 p.tmpsize = powers->arraysize + _FLT128_FPIO_CONST_SHIFT; in __printf_fp_l()504 &__tens[powers->arrayoff], in __printf_fp_l()522 p.tmpsize = powers->arraysize + _FPIO_CONST_SHIFT; in __printf_fp_l()524 &__tens[powers->arrayoff], in __printf_fp_l()534 p.tmpsize = powers->arraysize; in __printf_fp_l()535 memcpy (p.tmp, &__tens[powers->arrayoff], in __printf_fp_l()[all …]
3260 powers of 1024 or powers of 1000. Which one is used depends on the3326 Here we register the functions to print numbers as powers of 1000 since
281 up chunk sizes to powers of two, neither for large nor for small sizes.
2213 This one is powers of two.
390 name by dividing out two powers of 62 from *IDX and using the
4074 * stdlib/erand48_r.c: Use FP division by powers of two to distribute
69362 powers of two in terms of TWOPOW macro.69741 powers of two in terms of TWOPOW macro.77876 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 1080210 of ABS(x) in calculating zero to negative powers other than odd86102 divide-by-zero is raised for zero to large negative powers.
4464 [19071] math: ldbl-96 lroundl incorrect just below powers of 2