Home
last modified time | relevance | path

Searched refs:ndec2prec (Results 1 – 24 of 24) sorted by relevance

/dports/math/pari/pari-2.13.3/src/functions/gp2c_internal/
H A D_prec4 (small):small ndec2prec($1)
/dports/math/p5-Math-Pari/pari-2.3.5/src/gp/
H A Dgp_init.c57 if (n > 0) { GP_DATA->fmt->sigd = n; precreal = ndec2prec(n); } in setprecr()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtrxio.h70 real ndec2prec(int ndec);
H A Dtrxio.cpp226 real ndec2prec(int ndec) in ndec2prec() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Ddefault.c195 *prec = precreal = ndec2prec(n); in setrealprecision()
292 precreal = (ulong)ndec2prec(newnb); in sd_realprecision()
H A Des.c1148 l = ndec2prec(dec); in wr_float()
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparicom.h86 #define ndec2prec(x) (3 + (long)((x)*(3.321928094887362/BITS_IN_LONG))) macro
/dports/math/pari/pari-2.13.3/src/language/
H A Ddefault.c199 *prec = ndec2prec(n); in setrealprecision()
H A Des.c807 long w = ndec2prec(wanted_dec); /* digits -> pari precision in words */ in absrtostr()
1249 gvalue = gtofp(gvalue, maxss(ndec2prec(sigd), LOWDEFAULTPREC)); in fmtreal()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbibli2.c326 return rtor(x, ndec2prec(l)); in gprec()
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc29.dsc5222 ndec2prec(${1 code})
12499 rtor(${1 code}, ndec2prec(${2 code}))
H A Dfunc211.dsc5377 ndec2prec(${1 code})
13928 rtor(${1 code}, ndec2prec(${2 code}))
H A Dfunc25.dsc9590 rtor(${1 code}, ndec2prec(${2 code}))
H A Dfunc27.dsc10635 rtor(${1 code}, ndec2prec(${2 code}))
H A Dfunc213.dsc5591 ndec2prec(${1 code})
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dbibli2.c662 return gerepilecopy(av, gprec_w(x, ndec2prec(d))); in gprec()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h1580 ndec2prec(long x) { return 2 + ndec2nlong(x); } in ndec2prec() function
H A Dparidecl.h6136 INLINE long ndec2prec(long x);
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex138 \fun{long}{ndec2prec}{long x} converts a number of decimal digits to a number
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCHANGES-2.2605 10- new macro ndec2prec()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.2605 10- new macro ndec2prec()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd5014 long ndec2prec(long x)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd5174 long ndec2prec(long x)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex556 \fun{long}{ndec2prec}{long x} converts a number of decimal digits to a number
13111 \kbd{prec} to the corresponding number of words \kbd{ndec2prec(n)}.