Home
last modified time | relevance | path

Searched refs:coe (Results 251 – 275 of 738) sorted by relevance

1...<<11121314151617181920>>...30

/dports/math/clingo/clingo-5.5.1/libclingo/src/
H A Dastv2_str.cc413 auto coe = print(ast, clingo_ast_attribute_coefficient); in operator <<() local
414 out << coe; in operator <<()
/dports/games/textmaze/TextMaze/
H A DREADME29 Kyle Guilbert <kguilber@coe.neu.edu>: maze solve code
/dports/deskutils/gcal/gcal-4.1/
H A DTHANKS20 John T. Foley <jfoley@meceng.coe.neu.edu>
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Dmatrices.py1593 coe = [1 for ii in range(n)]
1608 coe[a] = 0
1610 coe[a] = coe[a]*(a - deri + 1)
1611 r[row, a] = coe[a]*pow(i, a - deri)
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimprocfun.cc966 const float coe = pow_F (fl, 0.25f); in ciecam_02float() local
1156 dred *= coe; //in M mode in ciecam_02float()
1157 protect_red *= coe; //M mode in ciecam_02float()
1160 Cpro = Mpro / coe; in ciecam_02float()
1171 dred *= coe; //in M mode in ciecam_02float()
1172 protect_red *= coe; //M mode in ciecam_02float()
1175 Cpro = Mpro / coe; in ciecam_02float()
1188 dred = 100.0f * sqrtf ((dred * coe) / Q); in ciecam_02float()
1422 dred *= coe; //in M mode in ciecam_02float()
1423 protect_red *= coe; in ciecam_02float()
[all …]
/dports/math/clingo/clingo-5.5.1/libgringo/src/input/
H A Dnongroundgrammar.yy517 … : CSP term[var] CSP_MUL term[coe] { $$ = BUILDER.cspmulterm(@$, $coe, $var); }
518 … | term[coe] CSP_MUL CSP term[var] { $$ = BUILDER.cspmulterm(@$, $coe, $var); }
520 | term[coe] { $$ = BUILDER.cspmulterm(@$, $coe); }
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lyon_geom-0.15.3/src/
H A Darc.rs108 let coe = sign_coe * S::sqrt(S::abs((rxry * rxry - sum_of_sq) / sum_of_sq)); in from_svg_arc() localVariable
109 let transformed_cx = coe * rxpy / ry; in from_svg_arc()
110 let transformed_cy = -coe * rypx / rx; in from_svg_arc()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/lyon_geom-0.15.2/src/
H A Darc.rs108 let coe = sign_coe * S::sqrt(S::abs((rxry * rxry - sum_of_sq) / sum_of_sq)); in from_svg_arc() localVariable
109 let transformed_cx = coe * rxpy / ry; in from_svg_arc()
110 let transformed_cy = -coe * rypx / rx; in from_svg_arc()
/dports/devel/skalibs/skalibs-2.10.0.3/src/include/skalibs/
H A Ddjbunix.h14 extern int coe (int) ;
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/cl/
H A Dclqe.red637 begin scalar w,co,remvl,newj,cvl,coe,ww;
660 coe . co := co_get co;
661 cvl := ce_vl coe;
679 w . theo := cl_qevar(ce_f coe,ce_vl coe,ce_ans coe,theo,ans,bvl);
698 newj := lto_insert(cl_co2J coe,newj)
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dbigintmat.cc2611 coeffs coe = numbercoeffs(p, q); in kernbase() local
2612 bigintmat *m = bimChangeCoeff(a, coe), *U, *V; in kernbase()
2627 …for(rg=0; rg<MIN(m->rows(), m->cols()) && !n_IsZero(m->view(m->rows()-rg,m->cols()-rg), coe); rg++… in kernbase()
2629 bigintmat * k = new bigintmat(m->cols(), m->rows(), coe); in kernbase()
2632 number A = n_Ann(m->view(m->rows()-i, m->cols()-i), coe); in kernbase()
2634 n_Delete(&A, coe); in kernbase()
2638 k->set(m->cols()-i, i+1-rg, n_Init(1, coe)); in kernbase()
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/ethercat/
H A Dpacket-ecatmb.c498 ETHERCAT_COE_HEADER coe; in dissect_ecat_coe() local
499 init_coe_header(&coe, tvb, offset); in dissect_ecat_coe()
504 …int(ecat_coe_tree, hf_ecat_mailbox_coe_number, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Number); in dissect_ecat_coe()
505 …dd_uint(ecat_coe_tree, hf_ecat_mailbox_coe_type, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Type); in dissect_ecat_coe()
510 switch (coe.v.Type) in dissect_ecat_coe()
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/ethercat/
H A Dpacket-ecatmb.c498 ETHERCAT_COE_HEADER coe; in dissect_ecat_coe() local
499 init_coe_header(&coe, tvb, offset); in dissect_ecat_coe()
504 …int(ecat_coe_tree, hf_ecat_mailbox_coe_number, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Number); in dissect_ecat_coe()
505 …dd_uint(ecat_coe_tree, hf_ecat_mailbox_coe_type, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Type); in dissect_ecat_coe()
510 switch (coe.v.Type) in dissect_ecat_coe()
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/ethercat/
H A Dpacket-ecatmb.c498 ETHERCAT_COE_HEADER coe; in dissect_ecat_coe() local
499 init_coe_header(&coe, tvb, offset); in dissect_ecat_coe()
504 …int(ecat_coe_tree, hf_ecat_mailbox_coe_number, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Number); in dissect_ecat_coe()
505 …dd_uint(ecat_coe_tree, hf_ecat_mailbox_coe_type, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Type); in dissect_ecat_coe()
510 switch (coe.v.Type) in dissect_ecat_coe()
/dports/net/tshark/wireshark-3.6.1/plugins/epan/ethercat/
H A Dpacket-ecatmb.c498 ETHERCAT_COE_HEADER coe;
499 init_coe_header(&coe, tvb, offset);
504 …int(ecat_coe_tree, hf_ecat_mailbox_coe_number, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Number);
505 …dd_uint(ecat_coe_tree, hf_ecat_mailbox_coe_type, tvb, offset, ETHERCAT_COE_HEADER_LEN, coe.v.Type);
510 switch (coe.v.Type)
/dports/sysutils/ucspi-ssl/host/superscript.com/net/ucspi-ssl-0.99b/src/
H A Dsslhandle.c722 coe(selfpipe[0]); in main()
723 coe(selfpipe[1]); in main()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/heat/
H A Dheat_mat_ass_bc_DFLUX.f90148 fstrHEAT%weldline(ig0)%coe
/dports/astro/wcslib/wcslib-7.7/Fortran/
H A Dprj_f.c387 PRJ_FWRAP(coe, COE)
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Drepanova.m100 % http://grants.hhp.coe.uh.edu/doconnor/PEP6305/Topic%20010%20Repeated%20Measures.htm
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_s60.cpp1906 CEikonEnv* coe = new CEikonEnv; in qt_init() local
1908 TRAPD(err, coe->ConstructAppFromCommandLineL(factory, *commandLine)); in qt_init()
1913 delete coe; in qt_init()
2157 CEikonEnv* coe = CEikonEnv::Static(); in qt_cleanup() local
2158 coe->PrepareToExit(); in qt_cleanup()
2160 coe->DestroyEnvironment(); in qt_cleanup()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/MAlonzo/
H A DCompiler.hs698 let coe = applyWhen hasCoerce hsCoerce function
700 (T.TPrim T.PIf, [c, x, y]) -> coe <$> do HS.If <$> term c <*> term x <*> term y
719 coe f `apps` ts
735 (t, ts) -> noApplication t >>= \ t' -> coe t' `apps` ts
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/inputmethod/
H A Dqcoefepinputcontext_s60.cpp462 CEikonEnv* coe = CEikonEnv::Static(); in QCoeFepInputContext()
463 if (coe) { in QCoeFepInputContext()
464 HBufC* copyBuf = coe->AllocReadResourceLC(R_TEXT_SOFTKEY_COPY); in QCoeFepInputContext()
467 HBufC* pasteBuf = coe->AllocReadResourceLC(R_TEXT_SOFTKEY_PASTE); in QCoeFepInputContext()
/dports/mail/qmail-contrib/fastforward-0.51/
H A Dfastforward.c320 coe(fdcdb);
/dports/mail/fastforward/fastforward-0.51/
H A Dfastforward.c320 coe(fdcdb);
/dports/sysutils/s6/s6-2.10.0.3/src/conn-tools/
H A Ds6-ipcserverd.c338 if (coe(0) < 0) strerr_diefu1sys(111, "make socket close-on-exec") ; in main()

1...<<11121314151617181920>>...30