Home
last modified time | relevance | path

Searched refs:stdfuncs (Results 1 – 6 of 6) sorted by relevance

/dports/math/yacas/yacas-1.9.1/scripts/
H A Dpackages.ys72 "stdfuncs.rep/code.ys",
73 "stdfuncs.rep/elemfuncs.ys",
74 "stdfuncs.rep/numerical.ys",
75 "stdfuncs.rep/nummethods.ys",
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_nanfunctions.py41 stdfuncs = [np.min, np.max] variable in TestNanFunctions_MinMax
52 for nf, rf in zip(self.nanfuncs, self.stdfuncs):
60 for nf, rf in zip(self.nanfuncs, self.stdfuncs):
69 for nf, rf in zip(self.nanfuncs, self.stdfuncs):
417 stdfuncs = [np.sum, np.prod] variable in TestNanFunctions_SumProd
451 stdfuncs = [np.cumsum, np.cumprod] variable in TestNanFunctions_CumSumProd
522 stdfuncs = [np.mean, np.var, np.std] variable in TestNanFunctions_MeanVarStd
537 stdfuncs = [np.var, np.std]
538 for nf, rf in zip(nanfuncs, stdfuncs):
546 stdfuncs = [np.var, np.std]
[all …]
/dports/print/fontforge/fontforge-20201107/gutils/
H A DgiofuncP.h43 extern struct stdfuncs _GIO_stdfuncs;
/dports/devel/cc65/cc65-2.19/doc/
H A Dcc65.sgml95 --inline-stdfuncs Inline some standard functions
265 <tt/--eagerly-inline-funcs/ implies the <tt><ref id="option-inline-stdfuncs"
266 name="--inline-stdfuncs"></tt> command line option.
276 <label id="option-inline-stdfuncs">
277 <tag><tt>--inline-stdfuncs</tt></tag>
282 name="-Os"></tt> command line option and <tt><ref id="pragma-inline-stdfuncs"
283 name="#pragma&nbsp;inline-stdfuncs"></tt>.
510 See also the <tt/<ref id="option-inline-stdfuncs" name="--inline-stdfuncs">/
1021 command line option) this pragma does not imply the <tt><ref id="option-inline-stdfuncs"
1148 <sect1><tt>#pragma inline-stdfuncs ([push,] on|off)</tt><label id="pragma-inline-stdfuncs"><p>
[all …]
/dports/math/yacas/yacas-1.9.1/scripts/openmath.rep/
H A Dcode.ys722 Use("stdfuncs.rep/om.ys");
/dports/math/yacas/yacas-1.9.1/docs/programming_in_yacas/
H A Dindex.rst47 defined in the {stdfuncs} package; the library file is
48 {stdfuncs.rep/}{code.ys} and the {.def} file is
49 {stdfuncs.rep}{/code.ys.def}. The function {ArcTan} mentioned in the
50 {.def} file, therefore Yacas will know to load the package {stdfuncs}