Home
last modified time | relevance | path

Searched refs:err_mult (Results 1 – 16 of 16) sorted by relevance

/dports/science/py-chempy/chempy-0.8.2/chempy/properties/
H A Dwater_diffusivity_holz_2000.py29 def water_self_diffusion_coefficient(T=None, units=None, warn=True, err_mult=None): argument
68 if err_mult is not None:
71 _D0 += err_mult[0] * _dD0
72 _TS += err_mult[1] * _dTS
/dports/devel/avra/avra-1.4.2/examples/
H A Dthrottle_backemf.asm139 ;* Error err_scale err_mult *
144 ;* The maximum gain when throttle_set = 0 is 2^err_mult *
H A Dthrottle_op_set.inc144 ; The sum of err_scale and err_mult MUST NOT
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c174 int err_mult = plane_rd_mult[type]; in optimize_b() local
187 rdmult = mb->rdmult * err_mult; in optimize_b()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/encoder/
H A Dencodemb.c256 int err_mult = plane_rd_mult[type];
269 rdmult = mb->rdmult * err_mult;
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__hyperg_U.c1086 const double err_mult = fabs(b-b0) + fabs(a-a0) + 1.0; in hyperg_U_bge1() local
1105 y.err = 2.0 * err_mult * fabs(r_Uap1.err/r_Uap1.val) * fabs(Ub); in hyperg_U_bge1()
1106 y.err += 2.0 * err_mult * fabs(r_Ua.err/r_Ua.val) * fabs(Ub); in hyperg_U_bge1()
1107 y.err += 2.0 * GSL_DBL_EPSILON * err_mult * fabs(Ub); in hyperg_U_bge1()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dhyperg_U.c1259 const double err_mult = fabs(b-b0) + fabs(a-a0) + 1.0; in hyperg_U_bge1() local
1278 y.err = 2.0 * err_mult * fabs(r_Uap1.err/r_Uap1.val) * fabs(Ub); in hyperg_U_bge1()
1279 y.err += 2.0 * err_mult * fabs(r_Ua.err/r_Ua.val) * fabs(Ub); in hyperg_U_bge1()
1280 y.err += 2.0 * GSL_DBL_EPSILON * err_mult * fabs(Ub); in hyperg_U_bge1()