Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd/contrib/bc/gen/
H A Dlib.bc38 b=ibase
39 ibase=A
64 ibase=b
71 b=ibase
72 ibase=A
94 ibase=b
100 b=ibase
101 ibase=A
117 ibase=b
122 b=ibase
[all...]
H A Ddc_help.txt78 ibase when parsing numbers.
81 digit's value multiplied by the value of ibase raised to the power of the
89 ibase when parsing numbers.
92 is greater than or equal to the ibase is the value of ibase minus 1 all
93 multiplied by the value of ibase raised to the power of the digit's
119 -I ibase --ibase=ibase
121 Sets the builtin variable ibase t
[all...]
H A Dbc_help.txt69 ibase when parsing numbers.
72 digit's value multiplied by the value of ibase raised to the power of the
80 ibase when parsing numbers.
83 is greater than or equal to the ibase is the value of ibase minus 1 all
84 multiplied by the value of ibase raised to the power of the digit's
108 Turn scale, ibase, and obase into stacks. This makes the value of each be
116 -I ibase --ibase=ibase
[all...]
/freebsd/contrib/bc/tests/bc/
H A Dmisc1.txt16 ibase
35 (ibase)
60 ++ibase
61 --ibase
H A Dglobals.txt2 ibase=x
3 return ibase
17 ibase
H A Drand.txt20 ibase = G
140 ibase = G
250 ibase = A
254 ibase = G
267 ibase = A
H A Dletters.txt39 ibase=B
43 ibase=G
H A Derrors.txt137 ibase = 18446744073709552000
156 ibase *= 9999999999999999999999999999999999999999999999999999999999999.9
158 ibase *= 99999999999999999999999999999.9
239 ibase = 100
/freebsd/contrib/bc/tests/bc/scripts/
H A Dglobals.bc8 ibase=x
9 return ibase
23 ibase
/freebsd/contrib/bc/tests/bc/errors/
H A D17.txt20 ibase = G
134 ibase = G
242 ibase = A
246 ibase = G
255 ibase = A
H A D19.txt4 ibase
12 ibase
H A D21.txt2 ibase=x
8 ibase
/freebsd/sys/dev/pst/
H A Dpst-pci.c90 sc->ibase = rman_get_virtual(sc->r_mem); in iop_pci_attach()
91 sc->reg = (struct i2o_registers *)sc->ibase; in iop_pci_attach()
H A Dpst-iop.c210 msg = (struct i2o_exec_iop_reset_message *)(sc->ibase + mfa); in iop_reset()
252 msg = (struct i2o_exec_init_outqueue_message *)(sc->ibase + mfa); in iop_init_outqueue()
304 msg = (struct i2o_exec_get_lct_message *)(sc->ibase + mfa); in iop_get_lct()
352 msg = (struct i2o_util_get_param_message *)(sc->ibase + mfa); in iop_get_util_params()
402 struct i2o_basic_message *msg = (struct i2o_basic_message *)(sc->ibase+mfa); in iop_free_mfa()
/freebsd/contrib/bc/src/
H A Dvm.c537 bc_vm_envArgs(const char* const env_args_name, BcBigDig* scale, BcBigDig* ibase, argument
616 scale, ibase, obase);
1590 BcBigDig ibase = BC_NUM_BIGDIG_MAX; local
1703 bc_args(argc, argv, true, &scale, &ibase, &obase);
1717 ibase = ibase == BC_NUM_BIGDIG_MAX ? env_ibase : ibase;
1730 if (ibase != BC_NUM_BIGDIG_MAX)
1732 bc_program_assignBuiltin(&vm->prog, false, false, ibase);
/freebsd/contrib/bc/locales/
H A Dru_RU.utf8.msg60 10 "неверное присвоение: левая сторона должна быть scale, ibase, obase, last, варом или элементом массива"
85 1 "Недействительный ibase: должен быть [%lu, %lu]"
H A Dzh_CN.GBK.msg60 10 "��Ч���䣺��������scale��ibase��obase��last��var������Ԫ��"
85 1 "����ibase: ������[%lu, %lu]"
H A Dzh_CN.eucCN.msg60 10 "��Ч���䣺��������scale��ibase��obase��last��var������Ԫ��"
85 1 "����ibase: ������[%lu, %lu]"
H A Dzh_CN.utf8.msg60 10 "无效分配:左侧必须是scale、ibase、obase、last、var或数组元素"
H A Dja_JP.UTF-8.msg60 10 "無効な代入:左側は scale, ibase, obase, last, var, または配列要素でなければなりません"
H A Dja_JP.eucJP.msg60 10 "̵������������¦�� scale, ibase, obase, last, var, �ޤ����������ǤǤʤ���Фʤ�ޤ���"
85 1 "̵����ibase����[%lu��%lu]�Ǥʤ���Фʤ�ޤ���"
H A Dja_JP.utf8.msg60 10 "無効な代入:左側は scale, ibase, obase, last, var, または配列要素でなければなりません"
H A Dru_RU.CP1251.msg60 10 "�������� ����������: ����� ������� ������ ���� scale, ibase, obase, last, ����� ��� ��������� �������"
85 1 "���������������� ibase: ������ ���� [%lu, %lu]"
H A Dru_RU.CP866.msg60 10 "����୮� ��᢮����: ����� ��஭� ������ ���� scale, ibase, obase, last, ��஬ ��� ����⮬ ���ᨢ�"
85 1 "������⢨⥫�� ibase: ������ ���� [%lu, %lu]"
H A Dru_RU.ISO8859-5.msg60 10 "�������� ����������: ����� ������� ������ ���� scale, ibase, obase, last, ����� ��� ��������� �������"
85 1 "���������������� ibase: ������ ���� [%lu, %lu]"

123456