Home
last modified time | relevance | path

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

/dports/math/R-cran-forecast/forecast/src/
H A Detspolyroot.c50 static Rboolean vrshft(int, double *, double *);
319 if (vrshft(10, zr, zi)) { in fxshft()
343 return(vrshft(10, zr, zi)); in fxshft()
349 static Rboolean vrshft(int l3, double *zr, double *zi) in vrshft() function
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dcpoly.C198 static bool vrshft(const int l3, int deg, xcomplex *P, xcomplex *p, xcomplex *H, xcomplex *h, xcomp… in vrshft() function
308 conv = vrshft(10, deg, P, p, H, h, zero, s); in fxshft()
329 conv = vrshft(10, deg, P, p, H, h, zero, s); in fxshft()
/dports/math/PDL/PDL-2.019/Basic/Math/
H A Dcpoly.c23 static int vrshft(int l3, double *zr, double *zi);
409 conv = vrshft(10,zr,zi); in fxshft()
434 conv = vrshft(10,zr,zi); in fxshft()
438 static int vrshft(int l3, double *zr, double *zi) in vrshft() function
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Polynomial/src/
H A Dcpoly.h85 void vrshft( const int l3, T *zr, T *zi, int *conv );
H A Dcpoly.cpp312 vrshft( 10, zr, zi, conv ); in fxshft()
336 vrshft( 10, zr, zi, conv ); in fxshft()
346 void CPoly<T>::vrshft( const int l3, T *zr, T *zi, int *conv ) in vrshft() function in SimTK::CPoly
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/polynomial/
H A Djenkins_traub.cc187 bool vrshft(int l3, bigcomplex &z);
443 conv = vrshft(10, z); in fxshft()
466 return vrshft(10, z); in fxshft()
477 algorithm_419::vrshft(int l3, bigcomplex &z) in vrshft() function in LiDIA::algorithm_419
/dports/math/R/R-4.1.2/src/main/
H A Dcomplex.c909 static Rboolean vrshft(int, double *, double *);
1181 if (vrshft(10, zr, zi)) { in fxshft()
1205 return(vrshft(10, zr, zi)); in fxshft()
1211 static Rboolean vrshft(int l3, double *zr, double *zi) in vrshft() function
/dports/math/libRmath/R-4.1.1/src/main/
H A Dcomplex.c909 static Rboolean vrshft(int, double *, double *);
1181 if (vrshft(10, zr, zi)) { in fxshft()
1205 return(vrshft(10, zr, zi)); in fxshft()
1211 static Rboolean vrshft(int l3, double *zr, double *zi) in vrshft() function