Home
last modified time | relevance | path

Searched refs:set_minmax (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dnn.cc130 void (*save_set_minmax) (shared_data*, float) = n.all->set_minmax; in predict_or_learn()
142 n.all->set_minmax = noop_mm; in predict_or_learn()
176 n.all->set_minmax = save_set_minmax; in predict_or_learn()
192 n.all->set_minmax = noop_mm; in predict_or_learn()
224 n.all->set_minmax = save_set_minmax; in predict_or_learn()
275 n.all->set_minmax = noop_mm; in predict_or_learn()
299 n.all->set_minmax = save_set_minmax; in predict_or_learn()
329 n.all->set_minmax (n.all->sd, sd.min_label); in predict_or_learn()
330 n.all->set_minmax (n.all->sd, sd.max_label); in predict_or_learn()
H A Dscorer.cc9 s.all->set_minmax(s.all->sd, ec.l.simple.label); in predict_or_learn()
H A Dsender.cc70 s.all->set_minmax(s.all->sd, ec.l.simple.label); in learn()
H A Dloss_functions.cc307 if (all.set_minmax != noop_mm) in getLossFunction()
H A Dglobal_data.h244 void (*set_minmax)(shared_data* sd, float label); member
H A Dglobal_data.cc297 set_minmax = set_mm; in vw()
H A Dgd_mf.cc150 all.set_minmax(all.sd, ld.label); in mf_predict()
H A Dparse_args.cc584 all.set_minmax = noop_mm; in parse_example_tweaks()
H A Dbfgs.cc167 all.set_minmax(all.sd, ld.label); in predict_and_gradient()
/dports/science/py-OpenMC/openmc-0.12.2/src/tallies/
H A Dfilter_sptl_legendre.cpp36 this->set_minmax(min, max); in from_xml()
56 SpatialLegendreFilter::set_minmax(double min, double max) in set_minmax() function in openmc::SpatialLegendreFilter
203 if (min && max) filt->set_minmax(*min, *max); in openmc_spatial_legendre_filter_set_params()
/dports/science/openmc/openmc-0.12.2/src/tallies/
H A Dfilter_sptl_legendre.cpp36 this->set_minmax(min, max); in from_xml()
56 SpatialLegendreFilter::set_minmax(double min, double max) in set_minmax() function in openmc::SpatialLegendreFilter
203 if (min && max) filt->set_minmax(*min, *max); in openmc_spatial_legendre_filter_set_params()
/dports/math/PDL/PDL-2.019/Graphics/Limits/
H A DLimits.pm126 sub set_minmax subroutine
211 $dset->set_minmax( $min, $max, $axis );
918 $_->set_minmax( @{$limits->{range}}, $dim );
946 $dset->set_minmax( $fit->minmax, 1 );
949 $dset->set_minmax( @{$limits[$_]{range}}, $_ ) for 0,1;
/dports/science/py-OpenMC/openmc-0.12.2/include/openmc/tallies/
H A Dfilter_sptl_legendre.h51 void set_minmax(double min, double max);
/dports/science/openmc/openmc-0.12.2/include/openmc/tallies/
H A Dfilter_sptl_legendre.h51 void set_minmax(double min, double max);
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dwin32.H86 void set_minmax(LPMINMAXINFO minmax);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A Dwin32.H90 void set_minmax(LPMINMAXINFO minmax);
/dports/x11-toolkits/ntk/ntk/FL/
H A Dwin32.H93 void set_minmax(LPMINMAXINFO minmax);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dwin32.H93 void set_minmax(LPMINMAXINFO minmax);
/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Drank.c358 set_minmax(graph_t * g) in set_minmax() function
365 set_minmax(GD_clust(g)[c]); in set_minmax()
477 set_minmax(GD_clust(g)[c]); in expand_ranksets()
/dports/cad/netgen/netgen-6.2.2105/python/
H A Dwebgui.py17 def GetData(self, set_minmax=True): argument
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_win32.cxx1135 Fl_X::i(window)->set_minmax((LPMINMAXINFO)lParam); in WndProc()
1726 void Fl_X::set_minmax(LPMINMAXINFO minmax) in set_minmax() function in Fl_X
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_win32.cxx1135 Fl_X::i(window)->set_minmax((LPMINMAXINFO)lParam); in WndProc()
1726 void Fl_X::set_minmax(LPMINMAXINFO minmax) in set_minmax() function in Fl_X
/dports/net-p2p/ctcs/ctcs-1.4.1/
H A Dctcs1905 &set_minmax();
2183 sub set_minmax {
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx1435 Fl_X::i(window)->set_minmax((LPMINMAXINFO)lParam);
2153 void Fl_X::set_minmax(LPMINMAXINFO minmax) function in Fl_X
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_optimizer.cpp422 void set_minmax(Instruction *minmax_instr) in set_minmax() function
1415 ctx.info[instr->definitions[0].tempId()].set_minmax(instr.get()); in label_instruction()

12