Home
last modified time | relevance | path

Searched refs:BPPD (Results 1 – 8 of 8) sorted by relevance

/dports/math/grace/grace-5.1.25/cephes/
H A Dairy.c338 static double BPPD[5] = { variable
355 static unsigned short BPPD[20] = { variable
372 static unsigned short BPPD[20] = { variable
389 static unsigned short BPPD[20] = { variable
887 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 );
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dairy.c336 static double BPPD[5] = { variable
353 static unsigned short BPPD[20] = { variable
370 static unsigned short BPPD[20] = { variable
387 static unsigned short BPPD[20] = { variable
898 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 );
/dports/math/gretl/gretl-2021d/cephes/
H A Dairy.c136 static double BPPD[5] = { variable
305 f = z * polevl(z, BPPN, 4) / p1evl(z, BPPD, 5); in airy()
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dairy.c141 static double BPPD[5] = { variable
312 f = z * polevl(z, BPPN, 4) / p1evl(z, BPPD, 5);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dspecfun.c2536 static double BPPD[5] = { variable
2553 static unsigned short BPPD[20] = { variable
2570 static unsigned short BPPD[20] = { variable
2587 static unsigned short BPPD[20] = { variable
3098 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 ); in airy()
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/cl/
H A Dpyopencl-airy.cl86 __constant const unsigned short BPPD[20] = {
257 f = z * cephes_polevl( z, (data_t) BPPN, 4 ) / cephes_p1evl( z, (data_t) BPPD, 5 );
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.c2552 static double BPPD[5] = { variable
2569 static unsigned short BPPD[20] = { variable
2586 static unsigned short BPPD[20] = { variable
2603 static unsigned short BPPD[20] = { variable
3101 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 ); in airy()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.c2552 static double BPPD[5] = { variable
2569 static unsigned short BPPD[20] = { variable
2586 static unsigned short BPPD[20] = { variable
2603 static unsigned short BPPD[20] = { variable
3101 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 ); in airy()