Home
last modified time | relevance | path

Searched refs:c_q (Results 1 – 25 of 66) sorted by relevance

123

/dports/science/lammps/lammps-stable_29Sep2021/examples/ellipse/
H A Din.ellipse.gayberne41 # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
H A Din.ellipse.resquared41 # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
H A Dlog.27Nov18.ellipse.gayberne.g++.155 #dump 1 all custom 100 dump.ellipse.gayberne # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
H A Dlog.27Nov18.ellipse.gayberne.g++.455 #dump 1 all custom 100 dump.ellipse.gayberne # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
H A Dlog.27Nov18.ellipse.resquared.g++.155 #dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
H A Dlog.27Nov18.ellipse.resquared.g++.455 #dump 1 all custom 100 dump.ellipse.resquared # id type x y z c_q[1] c_q[2] c_q[3] c_q[4]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/src/
H A D13.tex1 {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z)
3 \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/src/
H A D13.tex1 {}_pF_q(a_1,\dots,a_p;c_1,\dots,c_q;z)
3 \frac{(a_1)_n\cdots(a_p)_n}{(c_1)_n\cdots(c_q)_n}
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dui_textinput.c153 char *c_q, *c_last, **c_sug; member
174 g_free(ti->c_q); in ui_textinput_complete_reset()
177 ti->c_q = ti->c_last = NULL; in ui_textinput_complete_reset()
186 if(!ti->c_q) { in ui_textinput_complete()
187 ti->c_q = ui_textinput_get(ti); in ui_textinput_complete()
188 char *sep = g_utf8_offset_to_pointer(ti->c_q, ti->pos); in ui_textinput_complete()
193 ti->complete(ti->c_q, ti->c_sug); in ui_textinput_complete()
197 char *first = ti->c_cur < 0 ? ti->c_q : ti->c_sug[ti->c_cur]; in ui_textinput_complete()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/frontend/
H A Dqnn_torch.py179 c_q = round(c / s)
181 if q_min > z - c_q:
182 s_prime = (float(q_max) - (z - c_q)) / (float(q_max) - q_min) * s
184 elif q_max < z - c_q:
185 s_prime = (float(z - c_q) - q_min) / (float(q_max) - q_min) * s
189 z_prime = z - c_q
699 c_q = round(c / s)
708 if q_min > z - c_q or q_max < z - c_q:
710 dequantized_add = _op.tensor.add(dequant, _expr.const(c_q * s))
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A Dbashman.mdwn1 …="\{}_pF_q(a_1,...,a_p;c_1,...,c_q;z) = \sum_{n=0}^\infty \frac{(a_1)_n\cdot\cdot\cdot(a_p)_n}{(c_…
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/coding/
H A Dojph_block_encoder.cpp71 struct vlc_src_table { int c_q, rho, u_off, e_k, e_1, cwd, cwd_len; }; in vlc_init_tables() member
86 int c_q = i >> 8, rho = (i >> 4) & 0xF, emb = i & 0xF; in vlc_init_tables() local
87 if (((emb & rho) != emb) || (rho == 0 && c_q == 0)) in vlc_init_tables()
97 if (src_tbl[j].c_q == c_q && src_tbl[j].rho == rho) in vlc_init_tables()
116 if (src_tbl[j].c_q == c_q && src_tbl[j].rho == rho) in vlc_init_tables()
140 int c_q = i >> 8, rho = (i >> 4) & 0xF, emb = i & 0xF; in vlc_init_tables() local
141 if (((emb & rho) != emb) || (rho == 0 && c_q == 0)) in vlc_init_tables()
151 if (src_tbl[j].c_q == c_q && src_tbl[j].rho == rho) in vlc_init_tables()
170 if (src_tbl[j].c_q == c_q && src_tbl[j].rho == rho) in vlc_init_tables()
H A Dojph_block_decoder.cpp386 struct vlc_src_table { int c_q, rho, u_off, e_k, e_1, cwd, cwd_len; }; in vlc_init_tables() member
401 int c_q = i >> 7; in vlc_init_tables() local
403 if (tbl0[j].c_q == c_q) // this is an and operation in vlc_init_tables()
415 int c_q = i >> 7; in vlc_init_tables() local
417 if (tbl1[j].c_q == c_q) // this is an and operation in vlc_init_tables()
/dports/audio/fossmixer/detroit-0.2.3/engine/tools/
H A Dremotetool_conf.c329 c[i].c_q = 2; in conf_read_op()
499 if(c[i].c_t != CONFIG_TYPE_BOOLEAN && c[i].c_q == 0) return(NULL); in conf_fetch_op()
540 c[i].c_q = 1; in conf_update_boolean_op()
578 c[i].c_q = 1; in conf_update_integer_op()
616 c[i].c_q = 1; in conf_update_float_op()
663 c[i].c_q = 1; in conf_update_string_op()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dperf_est.cpp268 double c_qlj, c_q, c_lj; in pp_verlet_load() local
345 c_q = (bQRF ? c_nbnxn_qrf : c_nbnxn_qexp); in pp_verlet_load()
356 c_q *= nbnxn_refkernel_fac; in pp_verlet_load()
363 *cost_pp = (nqlj * c_qlj + nq * c_q + nlj * c_lj) * nppa; in pp_verlet_load()
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dconf.c248 c[i].c_q = 2; in conf_read_line()
513 if(c[i].c_t != CONFIG_TYPE_BOOLEAN && c[i].c_q == 0) return(NULL); in conf_fetch_op()
559 c[i].c_q = 1; in conf_update_boolean_op()
608 c[i].c_q = 1; in conf_update_integer_op()
657 c[i].c_q = 1; in conf_update_float_op()
710 c[i].c_q = 1; in conf_update_string_op()
H A Dconf_str.h10 int c_q; /* Config option is supplied by user or not */ member
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dcntrl.c398 static def_t *c_q = NULL; variable
420 c_q = c_qexpand; in CntrlWrapBefor()
438 c_qexpand = c_q; in CntrlWrapAfter()
444 c_q = NULL; in CntrlWrapAfter()
506 FreeCntrlPosv(cposc_q, cposv_q, c_qexpand, c_q); in ResCntrlPosVects()
H A Dcntrl.c.sjis398 static def_t *c_q = NULL;
420 c_q = c_qexpand;
438 c_qexpand = c_q;
444 c_q = NULL;
506 FreeCntrlPosv(cposc_q, cposv_q, c_qexpand, c_q);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dninjascsi32.c690 TAILQ_REMOVE(&sc->sc_reqcmd, cmd, c_q); in njsc32_detach()
1021 TAILQ_FOREACH(cmd, &sc->sc_reqcmd, c_q) { in njsc32_start()
1083 TAILQ_REMOVE(&sc->sc_freecmd, cmd, c_q); in njsc32_run_xfer()
1175 TAILQ_INSERT_TAIL(&sc->sc_reqcmd, cmd, c_q); in njsc32_run_xfer()
1207 TAILQ_FOREACH(c, &sc->sc_freecmd, c_q) { in njsc32_end_cmd()
1315 TAILQ_REMOVE(&sc->sc_reqcmd, cmd, c_q); in njsc32_wait_reset_release()
1414 TAILQ_REMOVE(&lu->lu_q, cmd, c_q); in njsc32_clear_cmds()
1658 TAILQ_FOREACH(cmd, head, c_q) { in njsc32_resel_tag()
1661 TAILQ_REMOVE(head, cmd, c_q); in njsc32_resel_tag()
2231 TAILQ_REMOVE(&cmd->c_lu->lu_q, cmd, c_q); in njsc32_reseltimeout()
[all …]
H A Dninjascsi32var.h80 TAILQ_ENTRY(njsc32_cmd) c_q;
/dports/math/reduce/Reduce-svn5758-src/packages/cde/examples_book/results/
H A Dkdv_ro2_res.red3 {c_q= - c_14 - c_15*u,
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/atc/fluids/
H A Din.dielectric_interface84 compute Q all reduce sum c_q
87 compute Qf FLUID reduce sum c_q
H A Din.conducting_interface88 compute Q all reduce sum c_q
89 compute Qf FLUID reduce sum c_q
/dports/games/freedoko/FreeDoko_0.7.19/bin/
H A Dcardset_convert.openclipart.sh36 convert_card *c_q.svg png.${HEIGHT}/cards/club_queen.png

123