Home
last modified time | relevance | path

Searched refs:powers (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/stdio-common/
Dprintf_fp.c460 const struct mp_power *powers = &_fpioconst_pow10[explog + 1]; in __printf_fp_l() local
481 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 …]
/glibc-2.36/manual/
Dstdio.texi3260 powers of 1024 or powers of 1000. Which one is used depends on the
3326 Here we register the functions to print numbers as powers of 1000 since
Dmemory.texi281 up chunk sizes to powers of two, neither for large nor for small sizes.
/glibc-2.36/ChangeLog.old/
DChangeLog.12213 This one is powers of two.
DChangeLog.2390 name by dividing out two powers of 62 from *IDX and using the
DChangeLog.54074 * stdlib/erand48_r.c: Use FP division by powers of two to distribute
DChangeLog.1869362 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 10
80210 of ABS(x) in calculating zero to negative powers other than odd
86102 divide-by-zero is raised for zero to large negative powers.
/glibc-2.36/
DNEWS4464 [19071] math: ldbl-96 lroundl incorrect just below powers of 2