Home
last modified time | relevance | path

Searched refs:ak5 (Results 1 – 25 of 71) sorted by relevance

123

/dports/astro/libgal/libgal-0.5.0/odeint/
H A Dgal_rkfs78.c176 if ( ak5 == NULL ) { in gal_rkfs78()
184 free ( ak5 ) ; in gal_rkfs78()
193 free ( ak5 ) ; in gal_rkfs78()
203 free ( ak5 ) ; in gal_rkfs78()
214 free ( ak5 ) ; in gal_rkfs78()
226 free ( ak5 ) ; in gal_rkfs78()
239 free ( ak5 ) ; in gal_rkfs78()
253 free ( ak5 ) ; in gal_rkfs78()
268 free ( ak5 ) ; in gal_rkfs78()
285 free ( ak5 ) ; in gal_rkfs78()
[all …]
H A Dgal_rkfs67.c138 double *ak2, *ak3, *ak4, *ak5, *ak6, *ak7, *ak8, *ak9, *ak10, *ytemp ; in gal_rkfs67() local
163 ak5 = malloc ( n * sizeof ( double ) ) ; in gal_rkfs67()
164 if ( ak5 == NULL ) { in gal_rkfs67()
172 free ( ak5 ) ; in gal_rkfs67()
181 free ( ak5 ) ; in gal_rkfs67()
191 free ( ak5 ) ; in gal_rkfs67()
202 free ( ak5 ) ; in gal_rkfs67()
214 free ( ak5 ) ; in gal_rkfs67()
228 free ( ak5 ) ; in gal_rkfs67()
257 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs67()
[all …]
H A Dgal_rkfs56.c130 double *ak2, *ak3, *ak4, *ak5, *ak6, *ak7, *ak8, *ytemp ; in gal_rkfs56() local
155 ak5 = malloc ( n * sizeof ( double ) ) ; in gal_rkfs56()
156 if ( ak5 == NULL ) { in gal_rkfs56()
164 free ( ak5 ) ; in gal_rkfs56()
173 free ( ak5 ) ; in gal_rkfs56()
183 free ( ak5 ) ; in gal_rkfs56()
195 free ( ak5 ) ; in gal_rkfs56()
224 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs56()
227 … + h * (B(5,0) * dydx[i] + B(5,1) * ak2[i] + B(5,2) * ak3[i] + B(5,3) * ak4[i] + B(5,4) * ak5[i]) ; in gal_rkfs56()
232 …* dydx[i] + B(6,1) * ak2[i] + B(6,2) * ak3[i] + B(6,3) * ak4[i] + B(6,4) * ak5[i] + B(6,5) * ak6[i… in gal_rkfs56()
[all …]
H A Dgal_rkfcks45.c129 double *ak2, *ak3, *ak4, *ak5, *ak6, *ytemp ; in gal_rkfcks45() local
154 ak5 = malloc ( n * sizeof ( double ) ) ; in gal_rkfcks45()
155 if ( ak5 == NULL ) { in gal_rkfcks45()
163 free ( ak5 ) ; in gal_rkfcks45()
173 free ( ak5 ) ; in gal_rkfcks45()
202 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfcks45()
205 … + h * (B(5,0) * dydx[i] + B(5,1) * ak2[i] + B(5,2) * ak3[i] + B(5,3) * ak4[i] + B(5,4) * ak5[i]) ; in gal_rkfcks45()
210 …* (C(0) * dydx[i] + C(1) * ak2[i] + C(2) * ak3[i] + C(3) * ak4[i] + C(4) * ak5[i] + C(5) * ak6[i])… in gal_rkfcks45()
214 …yerr[i] = h * (DC(0) * dydx[i] + DC(1) * ak2[i] + DC(2) * ak3[i] + DC(3) * ak4[i] + DC(4) * ak5[i]… in gal_rkfcks45()
223 free ( ak5 ) ; in gal_rkfcks45()
H A Dgal_rkfs45.c122 double *ak2, *ak3, *ak4, *ak5, *ak6, *ytemp ; in gal_rkfs45() local
147 ak5 = malloc ( n * sizeof ( double ) ) ; in gal_rkfs45()
148 if ( ak5 == NULL ) { in gal_rkfs45()
156 free ( ak5 ) ; in gal_rkfs45()
166 free ( ak5 ) ; in gal_rkfs45()
195 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs45()
198 … + h * (B(5,0) * dydx[i] + B(5,1) * ak2[i] + B(5,2) * ak3[i] + B(5,3) * ak4[i] + B(5,4) * ak5[i]) ; in gal_rkfs45()
203 …* (C(0) * dydx[i] + C(1) * ak2[i] + C(2) * ak3[i] + C(3) * ak4[i] + C(4) * ak5[i] + C(5) * ak6[i])… in gal_rkfs45()
207 …yerr[i] = h * (DC(0) * dydx[i] + DC(1) * ak2[i] + DC(2) * ak3[i] + DC(3) * ak4[i] + DC(4) * ak5[i]… in gal_rkfs45()
216 free ( ak5 ) ; in gal_rkfs45()
/dports/finance/quantlib/QuantLib-1.20/ql/math/ode/
H A Dadaptiverungekutta.hpp228 std::vector<T> ak2(n),ak3(n),ak4(n),ak5(n),ak6(n),ytemp(n); in rkck() local
250 ak5=derivs(x+a5*h,ytemp); in rkck()
252 ytemp[i]=y[i]+h*(b61*dydx[i]+b62*ak2[i]+b63*ak3[i]+b64*ak4[i]+b65*ak5[i]); in rkck()
258 yerr[i]=h*(dc1*dydx[i]+dc3*ak3[i]+dc4*ak4[i]+dc5*ak5[i]+dc6*ak6[i]); in rkck()
/dports/x11-themes/irssi-themes/irssi-themes-2016082001/
H A Dmosdef.theme1 # mosdef.theme by deadcow@efnet (very,very based on screwer by ak5).
H A Dscrewer-redux.theme1 # screwer by ak5
H A Dscrewer.theme1 # screwer by ak5
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/qa/unit/data/calc/libmwaw/pass/
H A DClarisWorks_DB_4.0.hqx55 e85$ZCNR!28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!
H A DClarisWorks_4.0.hqx51 !28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!m!!'U8NK
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/qa/unit/data/calc/libmwaw/pass/
H A DClarisWorks_DB_4.0.hqx55 e85$ZCNR!28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!
H A DClarisWorks_4.0.hqx51 !28$q#%KZr(Sr2$,0F"h3E[i)2`"1V4,L3QFr,[qU,`C)E[ak5'lpHM!m!!'U8NK
/dports/biology/py-biopython/biopython-1.79/Tests/FSSP/
H A D1cnv.fssp86 …71: 1cnv 1ak5 9.2 3.5 184 329 8 0 0 22 S inosine-5'-monophosphate dehy…
4210 …71: 1cnv 1ak5 2 - 5 <=> 31 - 34 (ILE 2 - THR 5 <=> ASN 32 - THR 35) …
4211 …71: 1cnv 1ak5 6 - 9 <=> 52 - 55 (GLU 6 - VAL 9 <=> PRO 53 - SER 56) …
4212 …71: 1cnv 1ak5 10 - 13 <=> 57 - 60 (TYR 10 - GLN 13 <=> ILE 58 - SER 61) …
4213 …71: 1cnv 1ak5 19 - 25 <=> 63 - 69 (LEU 19 - THR 25 <=> GLY 64 - ALA 70) …
4214 …71: 1cnv 1ak5 26 - 36 <=> 72 - 82 (ASN 26 - LEU 36 <=> ARG 73 - SER 83) …
4215 …71: 1cnv 1ak5 63 - 75 <=> 86 - 98 (SER 63 - MET 75 <=> GLU 87 - PHE 99) …
4216 …71: 1cnv 1ak5 76 - 84 <=> 110 - 118 (GLY 76 - GLY 84 <=> ARG 231 - ASN 239) …
7024 71: 1cnv 1ak5 U(1,.) -0.221000 0.893000 -0.392000 -22.224000
7025 71: 1cnv 1ak5 U(2,.) 0.670000 -0.154000 -0.727000 45.673000
[all …]
/dports/audio/din/din-52/src/
H A Ddin.cc1552 float ak4, ak5; in make_arrow() local
1554 ak5 = A[k+5] = ary + vvy; in make_arrow()
1567 A[k+13]=ak5; in make_arrow()
/dports/print/lout/lout-3.40/hyph/
H A Dswedish.lh273 ak5�t
/dports/irc/irssi-scripts/irssi-scripts/debian/
H A Dcopyright328 Copyright: 2004 ak5 <meister@hq.kroenk.de>
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/hyphdicts/
H A Dhyph_sv_SE.dic253 ak5^^e5t
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Dhyph_sv_SE.dic253 ak5^^e5t
/dports/devel/liblouis/liblouis-3.20.0/tables/
H A Dhyph_sv_SE.dic253 ak5^^e5t
/dports/print/scribus-devel/scribus-1.5.7/resources/dicts/
H A Dhyph_sv.dic253 ak5^^e5t
/dports/textproc/groff/groff-1.22.4/tmac/
H A Dhyphen.sv316 ak5^^e5t
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/langs/natural/hyphen/
H A Dhyphen.swedish363 ak5åt
/dports/www/firefox-esr/firefox-91.8.0/intl/locales/sv/hyphenation/
H A Dhyph_sv.dic378 ak5åt
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locales/sv/hyphenation/
H A Dhyph_sv.dic378 ak5åt

123