Searched refs:nexp (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/libs/mapm/
H A Dmapmipwr.c52 int nexp, ii, signflag, local_precision; local
64 nexp = mexp;
69 nexp = -mexp;
90 ii = nexp & 1;
91 nexp = nexp >> 1;
98 if (nexp == 0)
H A Dmapmpwr2.c50 int nexp, ii; local
81 nexp = mexp;
98 ii = nexp & 1;
99 nexp = nexp >> 1;
105 if (nexp == 0)
H A Dmapm_rcp.c55 int sn, nexp, dplaces; local
84 nexp = aa->m_apm_exponent - bb->m_apm_exponent;
86 if (nexp > 0)
87 dplaces = nexp + places;
105 int ii, bflag, dplaces, nexp, tolerance; local
129 nexp = aa->m_apm_exponent;
130 tmpN->m_apm_exponent -= nexp;
185 rr->m_apm_exponent -= nexp;
H A Dmapmsqrt.c34 * simplify 'nexp' logic
93 int ii, bflag, nexp, tolerance, dplaces; local
121 nexp = aa->m_apm_exponent / 2;
122 tmpN->m_apm_exponent -= 2 * nexp;
186 rr->m_apm_exponent += nexp;
H A Dmapmcbrt.c58 int ii, nexp, bflag, tolerance, maxp, local_precision; local
85 nexp = aa->m_apm_exponent / 3;
86 tmpN->m_apm_exponent -= 3 * nexp;
148 rr->m_apm_exponent += nexp;
H A Dmapm_div.c125 int j, k, m, b0, sign, nexp, indexr, icompare, iterations; local
182 nexp = M_div_worka->m_apm_exponent - M_div_workb->m_apm_exponent;
184 if (nexp > 0)
185 iterations = nexp + places + 1;
215 nexp++;
221 nexp++; /* to adjust the final exponent */
332 r->m_apm_exponent = nexp;
H A Dmapm_mul.c86 int ai, itmp, sign, nexp, ii, jj, indexa, indexb, index0, numdigits; local
91 nexp = a->m_apm_exponent + b->m_apm_exponent;
177 r->m_apm_exponent = nexp;
H A Dmapmfmul.c316 int ii, k, nexp, sign; local
339 nexp = M_ain->m_apm_exponent + M_bin->m_apm_exponent;
408 rr->m_apm_exponent = nexp;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoff-pe-read.c198 unsigned long name_rvas, ordinals, nexp, ordbase;
296 nexp = pe_as32 (expdata + 24);
324 for (i = 0; i < nexp; i++)
194 unsigned long name_rvas, ordinals, nexp, ordbase; local
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2205 int nexp = 0;
2212 nexp++;
2213 if (nexp > 5)
2219 if (args_allowed && (args_allowed & A(nexp)) == 0)
2221 nexp, tokentab[idx].operator);
2226 if (nexp == 0 && r->builtin == do_length) {
2247 if (nexp == 2)
2264 if (nexp == 3)
2271 if (nexp == 2)
2277 if (nexp
[all...]
H A Dawkgram.c4044 int nexp = 0;
4051 nexp++;
4052 if (nexp > 5)
4058 if (args_allowed && (args_allowed & A(nexp)) == 0)
4060 nexp, tokentab[idx].operator);
4065 if (nexp == 0 && r->builtin == do_length) {
4086 if (nexp == 2)
4103 if (nexp == 3)
4110 if (nexp == 2)
4116 if (nexp
4040 int nexp = 0; local
[all...]

Completed in 75 milliseconds