Home
last modified time | relevance | path

Searched refs:log10_b (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-cppbuiltin.c91 double log10_b; in builtin_define_float_constants() local
104 log10_b = log10_2 * fmt->log2_b; in builtin_define_float_constants()
117 dig = (fmt->p - 1) * log10_b; in builtin_define_float_constants()
133 min_10_exp = (fmt->emin - 1) * log10_b; in builtin_define_float_constants()
168 max_10_exp = fmt->emax * log10_b; in builtin_define_float_constants()
182 double d_decimal_dig = 1 + fmt->p * log10_b; in builtin_define_float_constants()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c4775 double log10_b; local
4787 log10_b = log10_2 * fmt->log2_b;
4800 dig = (fmt->p - 1) * log10_b;
4816 min_10_exp = (fmt->emin - 1) * log10_b;
4851 max_10_exp = fmt->emax * log10_b;
4865 double d_decimal_dig = 1 + fmt->p * log10_b;