Home
last modified time | relevance | path

Searched refs:weight_p (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lcaotddft/
H A Dksdecomposition.py434 assert weight_p.dtype == float
437 absweight_p = np.absolute(weight_p)
438 tot_weight = weight_p.sum()
439 propweight_p = weight_p / tot_weight * 100
458 rest_weight -= weight_p[p]
470 ax_tcm = plotter.plot_TCM(weight_p, vmax)
476 weight_f = weight_p[flt_p]
515 weight_f = weight_p[flt_p]
524 weight_f = weight_p[flt_p]
537 weight_f = weight_p[flt_p]
[all …]
H A Dtcm.py191 def plot_TCM(self, weight_p, **kwargs): argument
193 tcm_ou = self.ksd.get_TCM(weight_p, self.eig_n, self.energy_o,
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/cheapoct/
H A Dcheapoct.c31 float *weight_p; member
143 plug->weight_p = (float*)data; in connect_cheapoct_ports()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Daccept-charset.hpp65 maybe( weight_p() >> &item_t::weight ) in make_parser()
H A Daccept-encoding.hpp66 maybe( weight_p() >> &item_t::weight ) in make_parser()
H A Daccept.hpp84 weight_p() >> &item_t::weight, in make_parser()
H A Dmedia-type.hpp102 not_clause( weight_p() >> skip() ), in make_weight_aware_parser()
H A Daccept-language.hpp103 maybe( weight_p() >> &item_t::weight ) in make_parser()
H A Dbasics.hpp1277 weight_p() noexcept in weight_p() function
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-x264.c65 guint weight_p; member
321 g_string_append_printf (options, ":weightp=%d", CLAMP (x264->weight_p, 0, 2)); in ogmrip_x264_command()
559 x264->weight_p = OGMRIP_X264_DEFAULT_WEIGHT_P; in ogmrip_x264_init()
639 g_value_set_uint (value, x264->weight_p); in ogmrip_x264_get_property()
723 x264->weight_p = g_value_get_uint (value); in ogmrip_x264_set_property()
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dsysctl_net_core.c245 dev_rx_weight = weight_p * dev_weight_rx_bias; in proc_do_dev_weight()
246 dev_tx_weight = weight_p * dev_weight_tx_bias; in proc_do_dev_weight()
347 .data = &weight_p,
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dsysctl_net_core.c245 dev_rx_weight = weight_p * dev_weight_rx_bias; in proc_do_dev_weight()
246 dev_tx_weight = weight_p * dev_weight_tx_bias; in proc_do_dev_weight()
347 .data = &weight_p,
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dsysctl_net_core.c245 dev_rx_weight = weight_p * dev_weight_rx_bias; in proc_do_dev_weight()
246 dev_tx_weight = weight_p * dev_weight_tx_bias; in proc_do_dev_weight()
347 .data = &weight_p,
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp5920 float weight_p; // weighting for the perpendicular part in refresh_pivot() local
5924 weight_p = contact_area * 2.0; in refresh_pivot()
5929 weight_p = contact_area * 0.2; in refresh_pivot()
5933 weight_p = contact_area; in refresh_pivot()
5936 xc_numerator += weight_p * wheel.mount.x; in refresh_pivot()
5938 xc_denominator += weight_p; in refresh_pivot()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle.cpp5920 float weight_p; // weighting for the perpendicular part in refresh_pivot() local
5924 weight_p = contact_area * 2.0; in refresh_pivot()
5929 weight_p = contact_area * 0.2; in refresh_pivot()
5933 weight_p = contact_area; in refresh_pivot()
5936 xc_numerator += weight_p * wheel.mount.x; in refresh_pivot()
5938 xc_denominator += weight_p; in refresh_pivot()
/dports/net/arataga/restinio-v.0.6.13/dev/test/multipart_body/http_field_parser/
H A Dmain.cpp977 return restinio::easy_parser::try_parse( what, weight_p() ); in __anond34307e20e02()
/dports/multimedia/ogmrip/ogmrip-1.0.1/po/
H A Dfr.po907 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
1052 msgid "Weighted prediction for P-frames (weight_p)"
1053 msgstr "Prédictions pondérées dans les trames-B (weight_p)"
H A Dru.po865 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
996 msgid "Weighted prediction for P-frames (weight_p)"
H A Dnb.po895 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
1027 msgid "Weighted prediction for P-frames (weight_p)"
H A Dsk.po900 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
1030 msgid "Weighted prediction for P-frames (weight_p)"
H A Dde.po878 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
1010 msgid "Weighted prediction for P-frames (weight_p)"
H A Dcs.po896 "Baseline (no 8x8dct, no cabac, no weight_p, no cqm, no bframes)\n"
1031 msgid "Weighted prediction for P-frames (weight_p)"
/dports/net/arataga/restinio-v.0.6.13/dev/test/http_field_parser/
H A Dbasics.cpp2155 return restinio::easy_parser::try_parse( what, weight_p() ); in __anon57d2aa542102()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnetdevice.h4733 extern int weight_p;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnetdevice.h4733 extern int weight_p;

12