Home
last modified time | relevance | path

Searched refs:fpen (Results 1 – 25 of 99) sorted by relevance

1234

/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_astar.c240 static fillpen_t *fpen; /* The filler penalty structure. */
325 fpen = fillpen_init(dict, cmd_ln_str_r(config, "-fillpen"),
338 fillpen_free(fpen);
406 … cmd_ln_int32_r(config, "-dagfudge"), dict, fpen, config, logmath)) != NULL) {
411 if (dag_bypass_filler_nodes(dag, 1.0, dict, fpen) < 0) {
425 nbest_search(dag, nbestfile, uttid, 1.0, dict, lmset->cur_lm, fpen);
H A Dmain_dag.c245 static fillpen_t *fpen; /* The filler penalty structure */ variable
323 fpen = fillpen_init(dict, cmd_ln_str_r(config, "-fillpen"), in models_init()
335 fillpen_free(fpen); in models_free()
417 cmd_ln_int32_r(config, "-dagfudge"), dict, fpen, config, logmath); in decode_utt()
425 if (dag_bypass_filler_nodes(dag, 1.0, dict, fpen) < 0) in decode_utt()
434 dict, lmset->cur_lm, fpen); in decode_utt()
H A Dmain_conf.c146 static fillpen_t *fpen; /**< The filler penalty structure */
178 fpen = fillpen_init(dict, cmd_ln_str_r(config, "-fillpen"),
190 fillpen_free(fpen);
273 dict, fpen) == CONFIDENCE_FAILURE) {
281 fpen) == CONFIDENCE_FAILURE)
/dports/textproc/kreport/kreport-3.2.0/src/renderer/odtframe/
H A DKoOdtFrameReportCheckBox.cpp112 QPen fpen; // frame pen in saveData() local
114 fpen = QPen(Qt::lightGray); in saveData()
116 fpen = QPen(chk->lineStyle().lineColor, chk->lineStyle().weight, chk->lineStyle().style); in saveData()
118 QPointF ps(fpen.widthF(), fpen.widthF()); in saveData()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Ddag.h334 fillpen_t* fpen /**< The filler penalty structure */
380 fillpen_t *fpen /**< Fillpen */
407 fillpen_t *fpen /**< The filler penalty */
441 fillpen_t * fpen, /**< Filler penalty structure */
H A Dastar.h70 fillpen_t *fpen,
95 dict_t *dict, lm_t *lm, fillpen_t *fpen);
H A Dconfidence.h143 fillpen_t *fpen /**< Filler penalty structure */
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dastar.c204 fillpen_t *fpen; /** Filler word probabilities */ member
467 astar_init(dag_t *dag, dict_t *dict, lm_t *lm, fillpen_t *fpen, float64 beam, float64 lwf) in astar_init() argument
477 astar->fpen = fpen; in astar_init()
542 fillpen_t *fpen = astar->fpen; in astar_next_ppath() local
579 ? fillpen(fpen, bw2) in astar_next_ppath()
658 dict_t *dict, lm_t *lm, fillpen_t *fpen) in nbest_search() argument
669 astar = astar_init(dag, dict, lm, fpen, fbeam, lwf); in nbest_search()
H A Ddag.c591 fillpen_t * fpen)
635 lwf * fillpen(fpen, dict_basewid(dict, src->wid));
894 dict_t * dict, lm_t * lm, fillpen_t * fpen)
918 assert(fpen);
963 hyp = dag_backtrace(&hyp, l, lwf, dict, fpen);
1038 fillpen_t * fpen)
1056 ascr += ((fillpen(fpen, dict_basewid(dict, d->wid))
1057 - logs3(dag->logmath, fpen->wip)) * lwf
1058 + logs3(dag->logmath, fpen->wip));
1119 fillpen_t * fpen, /**< Filler penalty structure */
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/tests/unit_tests/
H A Doptim_costflist.dia.ref29 function [fpen,gpen,ind]=sipn(x,ind,sip1,ne,nc,cpen)
40 fpen=f(nc+1) + cpen*norm(f(1:nc))^2/2';
H A Doptim_costflist.tst34 function [fpen,gpen,ind]=sipn(x,ind,sip1,ne,nc,cpen)
45 fpen=f(nc+1) + cpen*norm(f(1:nc))^2/2';
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcpu.h1459 int fpen; in cpu_get_tb_cpu_state() local
1462 fpen = extract32(env->cp15.c1_coproc, 20, 2); in cpu_get_tb_cpu_state()
1465 fpen = 3; in cpu_get_tb_cpu_state()
1472 if (fpen == 3 || (fpen == 1 && arm_current_el(env) != 0)) { in cpu_get_tb_cpu_state()
1508 if (fpen == 3 || (fpen == 1 && arm_current_el(env) != 0)) { in cpu_get_tb_cpu_state()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcpu.h1459 int fpen; in cpu_get_tb_cpu_state() local
1462 fpen = extract32(env->cp15.c1_coproc, 20, 2); in cpu_get_tb_cpu_state()
1465 fpen = 3; in cpu_get_tb_cpu_state()
1472 if (fpen == 3 || (fpen == 1 && arm_current_el(env) != 0)) { in cpu_get_tb_cpu_state()
1508 if (fpen == 3 || (fpen == 1 && arm_current_el(env) != 0)) { in cpu_get_tb_cpu_state()
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/macros/
H A Dpencost.sci13 function [fpen,gpen,ind]=pencost(x,ind,fncts,ne,nc,cpen);
70 fpen=f(nc+1) + 0.5*cpen*norm(f(1:nc))^2;
/dports/math/py-cma/cma-3.1.0/cma/
H A Dbbobbenchmarks.py240 fpen = fac * np.sum(xoutside**2, -1) # penalty
241 return fpen
852 fpen = 1e2 * np.sum(xoutside**2, -1) # penalty
1587 fpen = (10. / dim) * np.sum(xoutside ** 2, -1)
1588 fadd = fadd + fpen
1829 fpen = 0.01 * np.sum(xoutside ** 2, -1)
1830 fadd = fadd + fpen
2004 fpen = np.sum(xoutside ** 2, -1)
2005 fadd = fadd + fpen
2071 fpen = 1e4 * np.sum(xoutside ** 2, -1)
[all …]
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dww_color_slider.erl55 fpen,
98 fpen=FPen}}.
106 focus=Focus, fpen=FPen
225 terminate(_Reason, #state{this=_This, bmp=Bmp, bgb=BGB, fpen=Fpen}) ->
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.h6 int fpen, bpen; member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-l2c-defs.h42 u64 fpen : 1; member

1234