Home
last modified time | relevance | path

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

/dports/math/grace/grace-5.1.25/cephes/
H A Dairy.c331 static double BPPN[5] = { variable
348 static unsigned short BPPN[20] = { variable
365 static unsigned short BPPN[20] = { variable
382 static unsigned short BPPN[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.c329 static double BPPN[5] = { variable
346 static unsigned short BPPN[20] = { variable
363 static unsigned short BPPN[20] = { variable
380 static unsigned short BPPN[20] = { variable
898 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 );
/dports/math/gretl/gretl-2021d/cephes/
H A Dairy.c128 static double BPPN[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.c133 static double BPPN[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.c2529 static double BPPN[5] = { variable
2546 static unsigned short BPPN[20] = { variable
2563 static unsigned short BPPN[20] = { variable
2580 static unsigned short BPPN[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.cl79 __constant const unsigned short BPPN[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.c2545 static double BPPN[5] = { variable
2562 static unsigned short BPPN[20] = { variable
2579 static unsigned short BPPN[20] = { variable
2596 static unsigned short BPPN[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.c2545 static double BPPN[5] = { variable
2562 static unsigned short BPPN[20] = { variable
2579 static unsigned short BPPN[20] = { variable
2596 static unsigned short BPPN[20] = { variable
3101 f = z * polevl( z, BPPN, 4 ) / p1evl( z, BPPD, 5 ); in airy()