Home
last modified time | relevance | path

Searched refs:eval_func (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/math/mfem/mfem-4.3/fem/
H A Dquadinterpolator_face.cpp368 void (*eval_func)( in Mult() local
404 if (nq1d >= 10 || !eval_func) in Mult()
406 eval_func = &Eval2D<1>; in Mult()
430 if (nq1d >= 10 || !eval_func) in Mult()
432 eval_func = &Eval3D<1>; in Mult()
458 if (nq1d >= 10 || !eval_func) in Mult()
460 eval_func = &Eval2D<2>; in Mult()
481 if (nq1d >= 10 || !eval_func) in Mult()
483 eval_func = &Eval3D<3>; in Mult()
487 if (eval_func) in Mult()
[all …]
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/lib/Log/Log4perl/Filter/
H A DBoolean.pm78 my $eval_func = eval $func;
80 if(! $eval_func) {
81 die "Syntax error in Boolean filter logic: $eval_func";
84 $self->{eval_func} = $eval_func;
110 return $self->{eval_func}->(@plist);
/dports/science/py-chainer-chemistry/chainer-chemistry-0.7.1/chainer_chemistry/training/extensions/
H A Dbatch_evaluator.py31 device=None, eval_hook=None, eval_func=None, metrics_fun=None, argument
35 eval_hook=eval_hook, eval_func=eval_func)
50 eval_func = self.eval_func or self._targets['main']
67 y = eval_func(*in_arrays[:-1])
H A Dprc_auc_evaluator.py73 device=None, eval_hook=None, eval_func=None, name=None, argument
79 eval_hook=eval_hook, eval_func=eval_func, metrics_fun=metrics_fun,
H A Droc_auc_evaluator.py73 device=None, eval_hook=None, eval_func=None, name=None, argument
79 eval_hook=eval_hook, eval_func=eval_func, metrics_fun=metrics_fun,
H A Dr2_score_evaluator.py61 device=None, eval_hook=None, eval_func=None, name=None, argument
68 eval_hook=eval_hook, eval_func=eval_func, metrics_fun=metrics_fun,
/dports/science/py-chainer/chainer-7.8.0/chainer/training/extensions/
H A Devaluator.py96 device=None, eval_hook=None, eval_func=None, **kwargs): argument
113 self.eval_func = eval_func
213 eval_func = self.eval_func or self._targets['main']
241 eval_func(*in_arrays)
243 eval_func(**in_arrays)
245 eval_func(in_arrays)
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dcomplexevalset.c118 out->eval_func = flat_negi_eval; in flat_negi()
161 out->eval_func = flat_zero_eval; in flat_zero()
208 out->eval_func = stupid_5SS_eval; in stupid_5SS()
258 out->eval_func = stupid_3SS_eval; in stupid_3SS()
373 out->eval_func = codon_number_func; in codon_number_ComplexSequenceEval()
422 out->eval_func = codon64_number_func; in codon64_number_ComplexSequenceEval()
478 out->eval_func = base_number_func; in base_number_ComplexSequenceEval()
561 out->eval_func = aminoacid_number_func; in aminoacid_number_ComplexSequenceEval()
H A Dpairbaseseq.c71 … poi[PAIRBASE_CS_5SS] = splice5->eval_func(splice5->data_type,splice5->data,pbs->anchor->seq+i); in ComplexSequence_from_PairBaseSeq()
72 …poi[PAIRBASE_CS_5SS] += splice5->eval_func(splice5->data_type,splice5->data,pbs->sa->seq[1]->seq+i… in ComplexSequence_from_PairBaseSeq()
80 … poi[PAIRBASE_CS_3SS] = splice3->eval_func(splice3->data_type,splice3->data,pbs->anchor->seq+i); in ComplexSequence_from_PairBaseSeq()
81 …poi[PAIRBASE_CS_3SS] += splice3->eval_func(splice3->data_type,splice3->data,pbs->sa->seq[1]->seq+i… in ComplexSequence_from_PairBaseSeq()
99 … poi[PAIRBASE_RS_5SS] = splice5->eval_func(splice5->data_type,splice5->data,rev->seq+rev->len-1-i); in ComplexSequence_from_PairBaseSeq()
107 … poi[PAIRBASE_RS_3SS] = splice3->eval_func(splice3->data_type,splice3->data,rev->seq+rev->len-1-i); in ComplexSequence_from_PairBaseSeq()
H A Dcomplexevalset.dy137 out->eval_func = flat_negi_eval;
165 out->eval_func = flat_zero_eval;
198 out->eval_func = stupid_5SS_eval;
234 out->eval_func = stupid_3SS_eval;
323 out->eval_func = codon_number_func;
357 out->eval_func = codon64_number_func;
399 out->eval_func = base_number_func;
462 out->eval_func = aminoacid_number_func;
H A Dpairbaseseq.dy105 … poi[PAIRBASE_CS_5SS] = splice5->eval_func(splice5->data_type,splice5->data,pbs->anchor->seq+i);
106 …poi[PAIRBASE_CS_5SS] += splice5->eval_func(splice5->data_type,splice5->data,pbs->sa->seq[1]->seq+i…
114 … poi[PAIRBASE_CS_3SS] = splice3->eval_func(splice3->data_type,splice3->data,pbs->anchor->seq+i);
115 …poi[PAIRBASE_CS_3SS] += splice3->eval_func(splice3->data_type,splice3->data,pbs->sa->seq[1]->seq+i…
133 … poi[PAIRBASE_RS_5SS] = splice5->eval_func(splice5->data_type,splice5->data,rev->seq+rev->len-1-i);
141 … poi[PAIRBASE_RS_3SS] = splice3->eval_func(splice3->data_type,splice3->data,rev->seq+rev->len-1-i);
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/tools/
H A Doptimize_params.py23 def eval_func(input): function
78 print eval_func([np.log(opt_params)])
83 …myBopt = BayesianOptimization(f=eval_func, bounds=bounds, num_cores=6, batch_size=6, maximize=True…
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/tools/
H A Doptimize_params.py23 def eval_func(input): function
78 print eval_func([np.log(opt_params)])
83 …myBopt = BayesianOptimization(f=eval_func, bounds=bounds, num_cores=6, batch_size=6, maximize=True…
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dfunction.h29 eval_func_t eval_func; variable
31 BuiltinFunction(eval_func_t f) : eval_func(f) { } in BuiltinFunction()
32 …BuiltinFunction(eval_func_t f, const Feature& feature) : AbstractFunction(feature), eval_func(f) {… in BuiltinFunction()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dfunction.h29 eval_func_t eval_func; variable
31 BuiltinFunction(eval_func_t f) : eval_func(f) { } in BuiltinFunction()
32 …BuiltinFunction(eval_func_t f, const Feature& feature) : AbstractFunction(feature), eval_func(f) {… in BuiltinFunction()
/dports/math/gismo/gismo-21.12.0/src/gsIO/
H A DgsWriteParaview.hpp487 eval_func.conservativeResize(3,eval_func.cols() ); in writeSingleGeometry()
488 eval_func.bottomRows(3-n).setZero(); in writeSingleGeometry()
495 eval_func.conservativeResize(4,eval_func.cols() ); in writeSingleGeometry()
499 eval_func.row(d) = eval_func.row(0); in writeSingleGeometry()
500 eval_func.topRows(d) = pts; in writeSingleGeometry()
531 file<< eval_func(3,j) <<" "; in writeSingleGeometry()
541 file<< eval_func(i,j) <<" "; in writeSingleGeometry()
572 eval_func.conservativeResize(3,eval_func.cols() ); in writeSingleCurve()
578 eval_func.row(d) = eval_func.row(0); in writeSingleCurve()
579 eval_func.topRows(d) = pts; in writeSingleCurve()
[all …]
/dports/devel/R-cran-glue/glue/R/
H A Dglue.R151 eval_func <- .transformer(expr, env) %||% .null functionVar
158 if (is.null(eval_func)) NULL else as.character(eval_func),
161 if (is.function(eval_func)) {
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbHeap.cpp86 assert(funcs.eval_func); in SbHeap()
212 float (*eval)(void*) = this->funcs.eval_func; in newWeight()
275 float (*eval)(void*) = this->funcs.eval_func; in heapify()
319 float (*eval)(void*) = this->funcs.eval_func; in heapInsert()
/dports/math/py-numexpr/numexpr-2.8.0/bench/
H A Dvarying-expr.py24 def timed_eval(eval_func, expr_func): argument
27 r = eval_func(expr_func(i))
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dai_tools.c38 void ai_eval_hexes( int x, int y, int range, int(*eval_func)(int,int,void*), void *ctx ) in ai_eval_hexes()
50 if ( !eval_func( pos->x, pos->y, ctx ) ) { in ai_eval_hexes()
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dinifcns_hyperb.cpp160 REGISTER_FUNCTION(sinh, eval_func(sinh_eval).
255 REGISTER_FUNCTION(cosh, eval_func(cosh_eval).
367 REGISTER_FUNCTION(tanh, eval_func(tanh_eval).
477 REGISTER_FUNCTION(coth, eval_func(coth_eval).
585 REGISTER_FUNCTION(sech, eval_func(sech_eval).
693 REGISTER_FUNCTION(csch, eval_func(csch_eval).
756 REGISTER_FUNCTION(asinh, eval_func(asinh_eval).
819 REGISTER_FUNCTION(acosh, eval_func(acosh_eval).
942 REGISTER_FUNCTION(atanh, eval_func(atanh_eval).
1012 REGISTER_FUNCTION(acoth, eval_func(acoth_eval).
[all …]
H A Dinifcns.cpp95 REGISTER_FUNCTION(conjugate_function, eval_func(conjugate_eval).
161 REGISTER_FUNCTION(real_part_function, eval_func(real_part_eval).
227 REGISTER_FUNCTION(imag_part_function, eval_func(imag_part_eval).
357 REGISTER_FUNCTION(abs, eval_func(abs_eval).
447 REGISTER_FUNCTION(unit_step, eval_func(unit_step_eval).
531 REGISTER_FUNCTION(heaviside, eval_func(heaviside_eval).
623 REGISTER_FUNCTION(csgn, eval_func(csgn_eval).
719 REGISTER_FUNCTION(eta, eval_func(eta_eval).
781 REGISTER_FUNCTION(Order, eval_func(Order_eval).
904 REGISTER_FUNCTION(cases, eval_func(cases_eval).
[all …]
H A Dinifcns_zeta.cpp62 eval_func(stieltjes1_eval).
218 eval_func(zeta1_eval).
358 eval_func(zeta2_eval).
390 REGISTER_FUNCTION(zetaderiv, eval_func(zetaderiv_eval).
/dports/textproc/pecl-yaml/yaml-2.2.2/
H A Dyaml.c353 state.eval_func = eval_scalar_with_callbacks; in PHP_FUNCTION()
356 state.eval_func = eval_scalar; in PHP_FUNCTION()
421 state.eval_func = eval_scalar_with_callbacks; in PHP_FUNCTION()
424 state.eval_func = eval_scalar; in PHP_FUNCTION()
502 state.eval_func = eval_scalar_with_callbacks; in PHP_FUNCTION()
505 state.eval_func = eval_scalar; in PHP_FUNCTION()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/eval/
H A Deval.h155 eval_protomatch match_evalfunc_proto(char *name, eval_scalarlist *params, eval_func *proto);
156 int exec_evalfunc(eval_scalar *r, eval_scalarlist *params, eval_func *proto);
158 int std_eval_func_handler(eval_scalar *r, char *fname, eval_scalarlist *params, eval_func *protos);

12345678