Home
last modified time | relevance | path

Searched refs:n_p2 (Results 1 – 9 of 9) sorted by relevance

/dports/biology/rainbow/rainbow_2.0.4/
H A Ddivide.c85 uint32_t n_p1, n_p2, idx; in call_key_col() local
127 n_p2 = grp->size - cb->cnt; in call_key_col()
148 s2 = C_N_2(n_p2); in call_key_col()
160 mm2 = ((long double)MM2) / (n_p2*(n_p2-1)/2); in call_key_col()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcartoon.c271 gdouble n_p2[5], n_m2[5]; in cartoon() local
332 find_constants (n_p2, n_m2, d_p2, d_m2, bd_p2, bd_m2, std_dev2); in cartoon()
378 *vpptr2 += n_p2[i] * sp_p1[(-i * bytes) + b] - in cartoon()
389 *vpptr2 += (n_p2[j] - bd_p2[j]) * initial_p1[b]; in cartoon()
453 *vpptr2 += n_p2[i] * sp_p2[-i] - d_p2[i] * vp2[-i]; in cartoon()
462 *vpptr2 += (n_p2[j] - bd_p2[j]) * initial_p2[0]; in cartoon()
H A Dphotocopy.c284 gdouble n_p2[5], n_m2[5]; in photocopy() local
380 find_constants (n_p2, n_m2, d_p2, d_m2, bd_p2, bd_m2, std_dev2); in photocopy()
417 *vpptr2 += n_p2[i] * sp_p1[-i * width] - d_p2[i] * vp2[-i]; in photocopy()
426 *vpptr2 += (n_p2[j] - bd_p2[j]) * initial_p1[0]; in photocopy()
489 *vpptr2 += n_p2[i] * sp_p2[-i] - d_p2[i] * vp2[-i]; in photocopy()
498 *vpptr2 += (n_p2[j] - bd_p2[j]) * initial_p2[0]; in photocopy()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fil4.lv2/gui/
H A Dfft.c322 const uint32_t n_p2 = n_old - n_p1; in _fftx_run() local
324 memcpy (&f_buf[n_p1], &r_buf[0], sizeof (float) * n_p2); in _fftx_run()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dfft.c322 const uint32_t n_p2 = n_old - n_p1; in _fftx_run() local
324 memcpy (&f_buf[n_p1], &r_buf[0], sizeof (float) * n_p2); in _fftx_run()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/spectra.lv2/gui/
H A Dfft.c322 const uint32_t n_p2 = n_old - n_p1; in _fftx_run() local
324 memcpy (&f_buf[n_p1], &r_buf[0], sizeof (float) * n_p2); in _fftx_run()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/tuna.lv2/src/
H A Dfft.c322 const uint32_t n_p2 = n_old - n_p1;
324 memcpy (&f_buf[n_p1], &r_buf[0], sizeof (float) * n_p2);
/dports/math/py-Diofant/Diofant-0.13.0/diofant/geometry/
H A Dline.py589 n_p2 = _project(o.p2)
590 if n_p1 == n_p2:
593 projected = o.__class__(n_p1, n_p2)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Drouter.cpp1853 Point n_p2(p2.x - p1.x, p2.y - p1.y); in markPolylineConnectorsNeedingReroutingForDeletedObstacle() local
1860 double theta = 0 - atan2(n_p2.y, n_p2.x); in markPolylineConnectorsNeedingReroutingForDeletedObstacle()
1864 Point r_p2 = n_p2; in markPolylineConnectorsNeedingReroutingForDeletedObstacle()
1871 r_p2.x = cosv * n_p2.x - sinv * n_p2.y; in markPolylineConnectorsNeedingReroutingForDeletedObstacle()
1872 r_p2.y = cosv * n_p2.y + sinv * n_p2.x; in markPolylineConnectorsNeedingReroutingForDeletedObstacle()