Lines Matching defs:exp
804 int t, exp;
874 1+floor(exp/3), where exp is the unique integer such that 0.5
875 <= fabs(val)/2**exp < 1.0. This exp can be obtained from
879 extra floor(exp/3) digits for 'f' format.
889 frexp(val, &exp);
890 bufsize += exp/3;
1017 int decpt_as_int, sign, exp_len, exp = 0, use_exp = 0;
1148 exp = (int)decpt - 1;
1242 exp_len = sprintf(p, "%+.02d", exp);