Home
last modified time | relevance | path

Searched refs:v_tmp (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/math/tools/
Dbivariate_statistics.hpp34 Real v_tmp = v[i] - mu_v; in means_and_covariance() local
35 cov += i*u_tmp*v_tmp; in means_and_covariance()
37 mu_v = mu_v + v_tmp/(i+1); in means_and_covariance()
67 Real v_tmp = v[i] - mu_v; in correlation_coefficient() local
69 Qv = Qv + (i*v_tmp*v_tmp)/(i+1); in correlation_coefficient()
70 cov += i*u_tmp*v_tmp/(i+1); in correlation_coefficient()
72 mu_v = mu_v + v_tmp/(i+1); in correlation_coefficient()
/third_party/boost/boost/math/statistics/
Dbivariate_statistics.hpp32 Real v_tmp = v[i] - mu_v; in means_and_covariance() local
33 cov += i*u_tmp*v_tmp; in means_and_covariance()
35 mu_v = mu_v + v_tmp/(i+1); in means_and_covariance()
65 Real v_tmp = v[i] - mu_v; in correlation_coefficient() local
67 Qv = Qv + (i*v_tmp*v_tmp)/(i+1); in correlation_coefficient()
68 cov += i*u_tmp*v_tmp/(i+1); in correlation_coefficient()
70 mu_v = mu_v + v_tmp/(i+1); in correlation_coefficient()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c69 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local
155 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0], in pp_jimenezmlaa_run()
158 ppq->inner_tmp[0], &v_tmp); in pp_jimenezmlaa_run()
191 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_jimenezmlaa_run()
192 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
Dpp_run.c215 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local
216 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_filter_setup_in()
217 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideobalance.c367 gint u_tmp, v_tmp; in gst_video_balance_packed_rgb() local
393 v_tmp = APPLY_MATRIX (cog_rgb_to_ycbcr_matrix_8bit_sdtv, 2, r, g, b); in gst_video_balance_packed_rgb()
397 v_tmp = CLAMP (v_tmp, 0, 255); in gst_video_balance_packed_rgb()
400 u = tableu[u_tmp][v_tmp]; in gst_video_balance_packed_rgb()
401 v = tablev[u_tmp][v_tmp]; in gst_video_balance_packed_rgb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1509 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1511 v_carry = v_tmp; in KnuthDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1361 uint32_t v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1363 v_carry = v_tmp; in KnuthDiv()