Home
last modified time | relevance | path

Searched refs:y_o (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/
H A Dwrap_Body.cpp59 float x_o, y_o; in w_Body_getPosition() local
62 lua_pushnumber(L, y_o); in w_Body_getPosition()
71 float x_o, y_o; in w_Body_getLinearVelocity() local
83 float x_o, y_o; in w_Body_getWorldCenter() local
95 float x_o, y_o; in w_Body_getLocalCenter() local
293 float x_o, y_o; in w_Body_getWorldPoint() local
307 float x_o, y_o; in w_Body_getWorldVector() local
321 float x_o, y_o; in w_Body_getLocalPoint() local
335 float x_o, y_o; in w_Body_getLocalVector() local
349 float x_o, y_o; in w_Body_getLinearVelocityFromWorldPoint() local
[all …]
H A DBody.cpp61 void Body::getPosition(float & x_o, float & y_o) in getPosition() argument
65 y_o = v.y; in getPosition()
72 y_o = v.y; in getLinearVelocity()
84 y_o = v.y; in getWorldCenter()
91 y_o = v.y; in getLocalCenter()
211 y_o = v.y; in getWorldPoint()
218 y_o = v.y; in getWorldVector()
225 y_o = v.y; in getLocalPoint()
232 y_o = v.y; in getLocalVector()
239 y_o = v.y; in getLinearVelocityFromWorldPoint()
[all …]
H A DBody.h99 void getPosition(float & x_o, float & y_o);
105 void getLinearVelocity(float & x_o, float & y_o);
113 void getWorldCenter(float & x_o, float & y_o);
121 void getLocalCenter(float & x_o, float & y_o);
242 void getWorldPoint(float x, float y, float & x_o, float & y_o);
252 void getWorldVector(float x, float y, float & x_o, float & y_o);
262 void getLocalPoint(float x, float y, float & x_o, float & y_o);
272 void getLocalVector(float x, float y, float & x_o, float & y_o);
281 void getLinearVelocityFromWorldPoint(float x, float y, float & x_o, float & y_o);
290 void getLinearVelocityFromLocalPoint(float x, float y, float & x_o, float & y_o);
/dports/devel/love08/love-0.8.0/src/modules/physics/box2d/
H A Dwrap_Body.cpp63 float x_o, y_o; in w_Body_getPosition() local
66 lua_pushnumber(L, y_o); in w_Body_getPosition()
75 float x_o, y_o; in w_Body_getLinearVelocity() local
87 float x_o, y_o; in w_Body_getWorldCenter() local
99 float x_o, y_o; in w_Body_getLocalCenter() local
354 float x_o, y_o; in w_Body_getWorldPoint() local
368 float x_o, y_o; in w_Body_getWorldVector() local
389 float x_o, y_o; in w_Body_getLocalPoint() local
403 float x_o, y_o; in w_Body_getLocalVector() local
417 float x_o, y_o; in w_Body_getLinearVelocityFromWorldPoint() local
[all …]
H A DBody.h107 void getPosition(float & x_o, float & y_o);
113 void getLinearVelocity(float & x_o, float & y_o);
121 void getWorldCenter(float & x_o, float & y_o);
129 void getLocalCenter(float & x_o, float & y_o);
286 void getWorldPoint(float x, float y, float & x_o, float & y_o);
296 void getWorldVector(float x, float y, float & x_o, float & y_o);
312 void getLocalPoint(float x, float y, float & x_o, float & y_o);
322 void getLocalVector(float x, float y, float & x_o, float & y_o);
331 void getLinearVelocityFromWorldPoint(float x, float y, float & x_o, float & y_o);
340 void getLinearVelocityFromLocalPoint(float x, float y, float & x_o, float & y_o);
H A DBody.cpp76 void Body::getPosition(float & x_o, float & y_o) in getPosition() argument
80 y_o = v.y; in getPosition()
87 y_o = v.y; in getLinearVelocity()
99 y_o = v.y; in getWorldCenter()
106 y_o = v.y; in getLocalCenter()
300 y_o = v.y; in getWorldPoint()
307 y_o = v.y; in getWorldVector()
338 y_o = v.y; in getLocalPoint()
345 y_o = v.y; in getLocalVector()
352 y_o = v.y; in getLinearVelocityFromWorldPoint()
[all …]
/dports/devel/love/love-11.3/src/modules/physics/box2d/
H A Dwrap_Body.cpp64 float x_o, y_o; in w_Body_getPosition() local
76 float x_o, y_o; in w_Body_getTransform() local
89 float x_o, y_o; in w_Body_getLinearVelocity() local
101 float x_o, y_o; in w_Body_getWorldCenter() local
113 float x_o, y_o; in w_Body_getLocalCenter() local
390 float x_o, y_o; in w_Body_getWorldPoint() local
404 float x_o, y_o; in w_Body_getWorldVector() local
425 float x_o, y_o; in w_Body_getLocalPoint() local
439 float x_o, y_o; in w_Body_getLocalVector() local
453 float x_o, y_o; in w_Body_getLinearVelocityFromWorldPoint() local
[all …]
H A DBody.h102 void getPosition(float &x_o, float &y_o);
109 void getLinearVelocity(float &x_o, float &y_o);
117 void getWorldCenter(float &x_o, float &y_o);
125 void getLocalCenter(float &x_o, float &y_o);
282 void getWorldPoint(float x, float y, float &x_o, float &y_o);
292 void getWorldVector(float x, float y, float &x_o, float &y_o);
308 void getLocalPoint(float x, float y, float &x_o, float &y_o);
318 void getLocalVector(float x, float y, float &x_o, float &y_o);
327 void getLinearVelocityFromWorldPoint(float x, float y, float &x_o, float &y_o);
336 void getLinearVelocityFromLocalPoint(float x, float y, float &x_o, float &y_o);
H A DBody.cpp77 void Body::getPosition(float &x_o, float &y_o) in getPosition() argument
81 y_o = v.y; in getPosition()
88 y_o = v.y; in getLinearVelocity()
100 y_o = v.y; in getWorldCenter()
107 y_o = v.y; in getLocalCenter()
301 y_o = v.y; in getWorldPoint()
308 y_o = v.y; in getWorldVector()
339 y_o = v.y; in getLocalPoint()
346 y_o = v.y; in getLocalVector()
353 y_o = v.y; in getLinearVelocityFromWorldPoint()
[all …]
H A DCircleShape.cpp56 void CircleShape::getPoint(float &x_o, float &y_o) const in getPoint()
60 y_o = Physics::scaleUp(c->m_p.y); in getPoint()
/dports/devel/love10/love-0.10.2/src/modules/physics/box2d/
H A Dwrap_Body.cpp64 float x_o, y_o; in w_Body_getPosition() local
67 lua_pushnumber(L, y_o); in w_Body_getPosition()
76 float x_o, y_o; in w_Body_getLinearVelocity() local
88 float x_o, y_o; in w_Body_getWorldCenter() local
100 float x_o, y_o; in w_Body_getLocalCenter() local
364 float x_o, y_o; in w_Body_getWorldPoint() local
378 float x_o, y_o; in w_Body_getWorldVector() local
399 float x_o, y_o; in w_Body_getLocalPoint() local
413 float x_o, y_o; in w_Body_getLocalVector() local
427 float x_o, y_o; in w_Body_getLinearVelocityFromWorldPoint() local
[all …]
H A DBody.h107 void getPosition(float &x_o, float &y_o);
114 void getLinearVelocity(float &x_o, float &y_o);
122 void getWorldCenter(float &x_o, float &y_o);
130 void getLocalCenter(float &x_o, float &y_o);
287 void getWorldPoint(float x, float y, float &x_o, float &y_o);
297 void getWorldVector(float x, float y, float &x_o, float &y_o);
313 void getLocalPoint(float x, float y, float &x_o, float &y_o);
323 void getLocalVector(float x, float y, float &x_o, float &y_o);
332 void getLinearVelocityFromWorldPoint(float x, float y, float &x_o, float &y_o);
341 void getLinearVelocityFromLocalPoint(float x, float y, float &x_o, float &y_o);
H A DBody.cpp85 void Body::getPosition(float &x_o, float &y_o) in getPosition() argument
89 y_o = v.y; in getPosition()
96 y_o = v.y; in getLinearVelocity()
108 y_o = v.y; in getWorldCenter()
115 y_o = v.y; in getLocalCenter()
309 y_o = v.y; in getWorldPoint()
316 y_o = v.y; in getWorldVector()
347 y_o = v.y; in getLocalPoint()
354 y_o = v.y; in getLocalVector()
361 y_o = v.y; in getLinearVelocityFromWorldPoint()
[all …]
H A DCircleShape.cpp56 void CircleShape::getPoint(float &x_o, float &y_o) const in getPoint()
60 y_o = Physics::scaleUp(c->m_p.y); in getPoint()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dsparse.py35 (y_o, y_i) = s[outs[0].op].split(
37 s[op].compute_at(s[outs[0]], y_o)
53 (y_o, y_i) = s[outs[0].op].split(
55 s[y_reshape].compute_at(s[outs[0]], y_o)
56 s[outs[0].op].parallel(y_o)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/x86/
H A Dsparse.py34 (y_o, y_i) = s[outs[0].op].split(s[outs[0].op].op.axis[1], 2 * simd_width)
35 s[op].compute_at(s[outs[0]], y_o)
51 (y_o, y_i) = s[outs[0].op].split(s[outs[0].op].op.axis[1], 2 * simd_width)
52 s[y_reshape].compute_at(s[outs[0]], y_o)
53 s[outs[0].op].parallel(y_o)
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Dsparse.py35 (y_o, y_i) = s[outs[0].op].split(
37 s[op].compute_at(s[outs[0]], y_o)
53 (y_o, y_i) = s[outs[0].op].split(
55 s[y_reshape].compute_at(s[outs[0]], y_o)
56 s[outs[0].op].parallel(y_o)
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dnested_shiftinwards.cpp24 …Var x_o("x_o"), x_i("x_i"), y_o("y_o"), y_i("y_i"), c_o("c_o"), c_i("c_i"), x_o_vo("x_o_vo"), x_o_… in main() local
28 .split(y, y_o, y_i, 1) in main()
30 .reorder(x_i, y_i, c_i, x_o, y_o, c_o) in main()
34 .parallel(y_o); in main()
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dtables.cc104 int y_o, // y options in AddExt() argument
112 GtkAttachOptions(y_o),x_p,y_p); in AddExt()
/dports/science/mcxtrace-comps/mcxtrace-comps-1.2-src/monitors/
H A DPSD_monitor_coh.comp87 double k,x_o,y_o,z_o,phi_o;
89 x_o=x;y_o=y;z_o=z;phi_o=phi;
101 /* dy=yheight*(-0.5 + (j+0.5)/ny) - y_o;*/
111 dl=sqrt( (x-x_o)*(x-x_o) + (y*y_o)*(y-y_o) + z_o*z_o);
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/
H A Dnoise_model.c32 int stride, int x_o, int y_o, \
49 int stride, int x_o, int y_o, in get_block_mean() argument
54 return get_block_mean_lowbd(data, w, h, stride, x_o, y_o, block_size); in get_block_mean()
62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
89 y_o, block_size_x, block_size_y); in get_noise_var()
90 return get_noise_var_lowbd(data, denoised, w, h, stride, x_o, y_o, in get_noise_var()
812 const int y_o = by * (block_size >> sub_log2[1]); in add_block_observations() local
843 y + y_o, buffer); in add_block_observations()
875 const int y_o = by * (block_size >> sub_log2[1]); in add_noise_std_observations() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/
H A Dnoise_model.c32 int stride, int x_o, int y_o, \
49 int stride, int x_o, int y_o, in get_block_mean() argument
54 return get_block_mean_lowbd(data, w, h, stride, x_o, y_o, block_size); in get_block_mean()
62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
89 y_o, block_size_x, block_size_y); in get_noise_var()
90 return get_noise_var_lowbd(data, denoised, w, h, stride, x_o, y_o, in get_noise_var()
806 const int y_o = by * (block_size >> sub_log2[1]); in add_block_observations() local
837 y + y_o, buffer); in add_block_observations()
869 const int y_o = by * (block_size >> sub_log2[1]); in add_noise_std_observations() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/
H A Dnoise_model.c32 int stride, int x_o, int y_o, \
49 int stride, int x_o, int y_o, in get_block_mean() argument
54 return get_block_mean_lowbd(data, w, h, stride, x_o, y_o, block_size); in get_block_mean()
62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
89 y_o, block_size_x, block_size_y); in get_noise_var()
90 return get_noise_var_lowbd(data, denoised, w, h, stride, x_o, y_o, in get_noise_var()
812 const int y_o = by * (block_size >> sub_log2[1]); in add_block_observations() local
843 y + y_o, buffer); in add_block_observations()
875 const int y_o = by * (block_size >> sub_log2[1]); in add_noise_std_observations() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/
H A Dnoise_model.c32 int stride, int x_o, int y_o, \
49 int stride, int x_o, int y_o, in get_block_mean() argument
54 return get_block_mean_lowbd(data, w, h, stride, x_o, y_o, block_size); in get_block_mean()
62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
89 y_o, block_size_x, block_size_y); in get_noise_var()
90 return get_noise_var_lowbd(data, denoised, w, h, stride, x_o, y_o, in get_noise_var()
806 const int y_o = by * (block_size >> sub_log2[1]); in add_block_observations() local
837 y + y_o, buffer); in add_block_observations()
869 const int y_o = by * (block_size >> sub_log2[1]); in add_noise_std_observations() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/
H A Dnoise_model.c32 int stride, int x_o, int y_o, \
49 int stride, int x_o, int y_o, in get_block_mean() argument
54 return get_block_mean_lowbd(data, w, h, stride, x_o, y_o, block_size); in get_block_mean()
62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \
63 const int max_h = AOMMIN(h - y_o, block_size_y); \
89 y_o, block_size_x, block_size_y); in get_noise_var()
90 return get_noise_var_lowbd(data, denoised, w, h, stride, x_o, y_o, in get_noise_var()
806 const int y_o = by * (block_size >> sub_log2[1]); in add_block_observations() local
837 y + y_o, buffer); in add_block_observations()
869 const int y_o = by * (block_size >> sub_log2[1]); in add_noise_std_observations() local
[all …]

1234