Searched refs:nn (Results 1 - 13 of 13) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_lg2.c63 * compute rr = log(nn)
70 void M_log_solve_cubic(M_APM rr, int places, M_APM nn) argument
81 M_get_log_guess(guess, nn);
104 m_apm_subtract(tmp3, tmp1, nn);
105 m_apm_add(tmp2, tmp1, nn);
150 void M_log_basic_iteration(M_APM rr, int places, M_APM nn) argument
156 M_log_solve_cubic(rr, places, nn);
165 M_log_solve_cubic(tmpX, 110, nn);
169 m_apm_multiply(tmp2, tmp1, nn);
H A Dmapm_cpi.c113 int dplaces, nn; local
149 nn = -4 * c0->m_apm_exponent;
156 if (nn >= dplaces)
H A Dmapm_exp.c34 * move exp nn calculation into its own function
43 * check to make sure 'nn' does not overflow
65 * round the 'nn' calculation to the nearest int
78 * optimize 'nn' calculation (for the future)
163 int dplaces, nn, ii; local
212 if (M_exp_compute_nn(&nn, tmp7, x) != 0)
246 nn++;
252 nn--;
283 m_apm_integer_pow(tmp7, dplaces, MM_Two, nn);
H A Dmapm_fft.c125 int mflag, i, j, nn2, nn; local
148 nn = nbytes;
151 if (nn > M_size)
155 a = (double *)MAPM_MALLOC((nn + 8) * sizeof(double));
156 b = (double *)MAPM_MALLOC((nn + 8) * sizeof(double));
188 for (j=nn2; j < nn; j++)
196 M_rdft(nn, 1, a);
197 M_rdft(nn, 1, b);
204 for (j=3; j <= nn; j += 2)
213 M_rdft(nn,
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Dpowl.c453 static long double powil(long double x, int nn) argument
459 if (nn == 0)
462 if (nn < 0) {
464 n = -nn;
467 n = nn;
478 s = (2.9142135623730950L * s - 0.5 + lx) * nn * LOGE2L;
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpexp.c84 mpk.e = 1; mpk.d[0] = ONE; mpk.d[1]=nn[n].d;
89 mpk.d[1]=nn[k].d;
H A Dmpexp.h69 nn[9]={ /* n */ variable
128 nn[9]={ /* n */ variable
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c316 int nn, anslen; local
326 for (nn = 4, net2 = net; net2; net2 >>= 8)
327 netbr[--nn] = (unsigned int)(net2 & 0xff);
328 switch (nn) {
H A Dgethnamaddr.c435 int nn; local
438 nn = (int)strlen(bp) + 1; /* for the \0 */
439 bp += nn;
H A Dgetaddrinfo.c1883 int nn; local
1886 nn = (int)strlen(bp) + 1; /* for the \0 */
1887 bp += nn;
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c437 ssize_t nn; local
438 nn = fwrite(encoded_block, 1, len, fp);
439 if (nn != len) {
441 " errno=%d\n", __func__, file, len, nn, errno));
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1249 uint32_t nn; member in struct:nvme_ctrlr_data
H A Dnvme_ctrlr.c546 unsigned int i, nr_ns = ctrlr->cdata.nn;

Completed in 87 milliseconds