HomeSort by: relevance | last modified time | path
    Searched defs:obase (Results 1 - 12 of 12) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tset_str.c 118 int base, logbase, prec, baseprec, ret, obase; local
122 if (argc >= 2) /* tset_str <string> [<prec>] [<ibase>] [<obase>] */
126 obase = (argc >= 5) ? atoi (argv[4]) : 10;
129 mpfr_out_str (stdout, obase, 0, x, MPFR_RNDN);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_handle.c 397 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; local
413 uintptr_t oaddr = obase + _dt_droptab[i].dtdrt_offset;
  /src/usr.bin/dc/
bcode.c 44 u_int obase; member in struct:bmachine
260 bmachine.obase = bmachine.ibase = 10;
490 stack_print(stdout, &bmachine.stack, "", bmachine.obase);
498 print_value(stdout, value, "", bmachine.obase);
510 print_value(stderr, value, "", bmachine.obase);
546 print_value(stdout, value, "", bmachine.obase);
609 bn_check(BN_set_word(n->number, bmachine.obase));
623 bmachine.obase = (u_int)base;
1748 bmachine.obase);
1759 bmachine.obase);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1697 const char *obase = lbasename (linker_output), *temp; local
1700 size_t blen = strlen (obase), xlen;
1701 if ((temp = strrchr (obase + 1, '.'))
1707 || strcmp (obase, "a.out") == 0))
1709 obase - linker_output + blen - xlen + 1);
gcc.cc 5311 to use the obase computation for a ghost outbase, passed to
5322 const char *obase;
5325 obase = "a";
5328 obase = lbasename (output_file);
5329 size_t blen = strlen (obase), xlen;
5335 && strcmp ((temp = (obase + blen - xlen)),
5337 : ((temp = strrchr (obase + 1, '.'))
5343 || strcmp (obase, "a.out") == 0)))
5345 tofree = xstrndup (obase, blen - xlen);
5346 obase = tofree
5301 const char *obase; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1668 const char *obase = lbasename (linker_output), *temp; local
1671 size_t blen = strlen (obase), xlen;
1672 if ((temp = strrchr (obase + 1, '.'))
1678 || strcmp (obase, "a.out") == 0))
1680 obase - linker_output + blen - xlen + 1);
gcc.cc 5225 to use the obase computation for a ghost outbase, passed to
5236 const char *obase;
5239 obase = "a";
5242 obase = lbasename (output_file);
5243 size_t blen = strlen (obase), xlen;
5249 && strcmp ((temp = (obase + blen - xlen)),
5251 : ((temp = strrchr (obase + 1, '.'))
5257 || strcmp (obase, "a.out") == 0)))
5259 tofree = xstrndup (obase, blen - xlen);
5260 obase = tofree
5215 const char *obase; local
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.c 167 int obase = 10; variable
1521 mpz_out_str (stdout, obase, sp); putchar ('\n');
1547 { ibase = 16; obase = -16; }
1553 { ibase = 0; obase = 10; }
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 4351 finish_length_check (tree atype, tree iterator, tree obase, unsigned n)
4372 (input_location, obase, &nelts, /*ignore_off_by_one*/false));
4509 tree obase = base;
4726 bool do_static_init = (DECL_P (obase) && TREE_STATIC (obase));
4748 finish_length_check (atype, iterator, obase, CONSTRUCTOR_NELTS (init));
4833 finish_length_check (atype, iterator, obase,
5092 return build2 (INIT_EXPR, atype, obase, const_init);
5095 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
4506 tree obase = base; local
typeck.cc 8308 tree obase = TYPE_PTRMEM_CLASS_TYPE (TREE_TYPE (expr));
8311 (obase, nbase,
8317 if (!same_type_p (obase, nbase))
8295 tree obase = TYPE_PTRMEM_CLASS_TYPE (TREE_TYPE (expr)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 4333 finish_length_check (tree atype, tree iterator, tree obase, unsigned n)
4354 (input_location, obase, &nelts, /*ignore_off_by_one*/false));
4404 tree obase = base;
4608 bool do_static_init = (DECL_P (obase) && TREE_STATIC (obase));
4630 finish_length_check (atype, iterator, obase, CONSTRUCTOR_NELTS (init));
4708 finish_length_check (atype, iterator, obase,
4952 return build2 (INIT_EXPR, atype, obase, const_init);
4955 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
4401 tree obase = base; local
typeck.cc 7876 tree obase = TYPE_PTRMEM_CLASS_TYPE (TREE_TYPE (expr));
7879 (obase, nbase,
7885 if (!same_type_p (obase, nbase))
7863 tree obase = TYPE_PTRMEM_CLASS_TYPE (TREE_TYPE (expr)); local

Completed in 76 milliseconds