Home
last modified time | relevance | path

Searched refs:yinv (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/retroarch/RetroArch-1.9.7/deps/math-neon/source/
H A Dmath_fmodf.c37 } yinv; in fmodf_c() local
41 yinv.f = y; in fmodf_c()
43 yinv.i = yinv.i + n; in fmodf_c()
44 yinv.f = 1.41176471f - 0.47058824f * yinv.f; in fmodf_c()
45 yinv.i = yinv.i + n; in fmodf_c()
46 a = 2.0 - yinv.f * y; in fmodf_c()
47 yinv.f = yinv.f * a; in fmodf_c()
48 a = 2.0 - yinv.f * y; in fmodf_c()
49 yinv.f = yinv.f * a; in fmodf_c()
51 yinv.f = yinv.f * a; in fmodf_c()
[all …]
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dareg.s86 yinv <- at$inversefun ## NULL if type='s'; need coef
192 if(!length(yinv))
197 yinv <- inverseFunction(yy, tyy)
201 puy <- yinv(lp, what='sample')
236 } else yinv(xbeta, coef=by)
297 else yinv(xbo, coef=by)
310 ytrans=ytrans, yinv=yinv,
390 yinv <- object$yinv
404 if(type=='fitted') yinv(xb, what=what, coef=ybeta) else xb
H A DaregImpute.s246 impi <- f$yinv(ptir, what='sample', coef=f$ycoefficients)
H A Dtranscan.s1552 yinv <- if(.R.)double(m)
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DEFGUSER.lsp413 (SPROG ((|yinv| (|Union| PS "failed")))
414 (SEQ (LETT |yinv| (SPADCALL |y| (QREFELT $ 102)))
416 (COND ((QEQCAR |yinv| 1) (CONS 1 "failed"))
419 (SPADCALL |x| (QCDR |yinv|)
H A DINTG0.lsp796 (|yinv| (|Fraction| (|SparseUnivariatePolynomial| F)))
848 (LETT |yinv|
883 |yinv| $))
/dports/math/grace/grace-5.1.25/src/
H A Ddraw.h244 int xinv, int yinv);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dvgagl.trm1101 int yinv;
1131 yinv = term->ymax - VGAGL_cursory;
1133 motion = (-1 != ge.mx && (VGAGL_cursorx != ge.mx || yinv != ge.my));
1135 ge.my = yinv;
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dgenser.spad186 (yinv := recip(y)) case "failed" => "failed"
187 x*yinv::PS
H A Dintaf.spad316 yinv := (y::F/r)::UP::RF
317 bas : List(F) := [ev(b, yinv) for b in rec.basis]
319 [ev((rec.particular)::RF, yinv), bas]
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dmp.c1039 ulong q, yinv; in diviuexact_i() local
1045 yinv = invrev(y); in diviuexact_i()
1053 *--z0 = q = yinv*((ulong)*--x0); /* i-th quotient */ in diviuexact_i()
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/
H A Dfft.rst51 >>> yinv = ifft(y)
52 >>> yinv
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dmp.c1068 ulong q, yinv; in diviuexact_i() local
1079 yinv = invmod2BIL(y); in diviuexact_i()
1087 *--z0 = q = yinv*uel(--x0,0); /* i-th quotient */ in diviuexact_i()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/md_xs/FEFF6L/
H A Dfeff6Lib.F10838 common /xy/ x, yinv
10875 yinv=tk/thetad
10887 common/xy/x,yinv local
10891 fn=2.0d0*yinv
10896 if(yinv.gt.0.0125d0) emwy=exp(-w/yinv)
10897 emwy=exp(-w/yinv)
10917 common /xy/x,yinv
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/md_xs/FEFF6L/
H A Dfeff6Lib.f10586 common /xy/ x, yinv
10623 yinv=tk/thetad
10635 common/xy/x,yinv local
10639 fn=2.0d0*yinv
10644 if(yinv.gt.0.0125d0) emwy=exp(-w/yinv)
10645 emwy=exp(-w/yinv)
10662 common /xy/x,yinv
/dports/math/gap/gap-4.11.0/pkg/recog-1.3.2/gap/
H A Dslconstr.gi813 local g, len, yinv, i;
816 yinv := y^(-1);
818 if not One(bbg) = Comm( g , yinv*Qalpha[i]*y ) then
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Eval/
H A DGeneric.hs609 yinv <- znRecip sym m y'
610 VInteger <$> znMult sym m x' yinv
H A DReference.lhs1280 > where f yinv = (x * yinv) `mod` m
/dports/audio/praat/praat-6.2.03/dwtools/
H A DMDS.cpp1068 autoMAT yinv = newMATpseudoInverse (y.get(), 1e-14);
1073 MATmul3_XYXt (ci [i], yinv.get(), sp -> data.get()); //yinv.Data.yinv'
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_context.c1721 double glmx, glmy, glmw, glmh, yinv = -1.f; in _push_mask() local
1729 yinv = 1.f; in _push_mask()
1754 glmh *= yinv; in _push_mask()
/dports/www/py-tuir/tuir-1.29.0/tests/cassettes/
H A Dtest_subscription_select.yaml1239 gPLDmAhC/yinv/v8PY4FA13YgXkElKBr4CofpE8P7QGTUeFFT/ZKvGTGmV6itHNP7dInjMiczvY+
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in53573 yinv 一女 480
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DZiranma.txt.in53573 yinv 一女 480
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dpinyin.cin56468 yinv 义女
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMGeneric/
H A Dpinyin.cin56468 yinv 义女

12