Searched refs:obase (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.y97 int obase = 10;
178 mpz_out_str (stdout, obase, sp); putchar ('\n');
189 | HEX { ibase = 16; obase = -16; }
190 | DECIMAL { ibase = 0; obase = 10; }
H A Dcalc.c166 int obase = 10; variable
1733 mpz_out_str (stdout, obase, sp); putchar ('\n');
1762 { ibase = 16; obase = -16; }
1769 { ibase = 0; obase = 10; }
/haiku-buildtools/gcc/mpfr/tests/
H A Dtset_str.c106 int base, logbase, prec, baseprec, ret, obase; local
110 if (argc >= 2) /* tset_str <string> [<prec>] [<ibase>] [<obase>] */
114 obase = (argc >= 5) ? atoi (argv[4]) : 10;
117 mpfr_out_str (stdout, obase, 0, x, MPFR_RNDN);
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c3448 tree obase = base;
3584 bool do_static_init = (DECL_P (obase) && TREE_STATIC (obase));
3626 (input_location, obase, &nelts, /*ignore_off_by_one*/false));
3908 return build2 (INIT_EXPR, atype, obase, const_init);
3911 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
3445 tree obase = base; local

Completed in 209 milliseconds