Home
last modified time | relevance | path

Searched refs:x_o (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/
H A Dwrap_Body.cpp59 float x_o, y_o; in w_Body_getPosition() local
61 lua_pushnumber(L, x_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
64 x_o = v.x; in getPosition()
71 x_o = v.x; in getLinearVelocity()
83 x_o = v.x; in getWorldCenter()
90 x_o = v.x; in getLocalCenter()
210 x_o = v.x; in getWorldPoint()
217 x_o = v.x; in getWorldVector()
224 x_o = v.x; in getLocalPoint()
231 x_o = v.x; in getLocalVector()
238 x_o = v.x; 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
65 lua_pushnumber(L, x_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
79 x_o = v.x; in getPosition()
86 x_o = v.x; in getLinearVelocity()
98 x_o = v.x; in getWorldCenter()
105 x_o = v.x; in getLocalCenter()
299 x_o = v.x; in getWorldPoint()
306 x_o = v.x; in getWorldVector()
337 x_o = v.x; in getLocalPoint()
344 x_o = v.x; in getLocalVector()
351 x_o = v.x; 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
80 x_o = v.x; in getPosition()
87 x_o = v.x; in getLinearVelocity()
99 x_o = v.x; in getWorldCenter()
106 x_o = v.x; in getLocalCenter()
300 x_o = v.x; in getWorldPoint()
307 x_o = v.x; in getWorldVector()
338 x_o = v.x; in getLocalPoint()
345 x_o = v.x; in getLocalVector()
352 x_o = v.x; in getLinearVelocityFromWorldPoint()
[all …]
/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
66 lua_pushnumber(L, x_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
88 x_o = v.x; in getPosition()
95 x_o = v.x; in getLinearVelocity()
107 x_o = v.x; in getWorldCenter()
114 x_o = v.x; in getLocalCenter()
308 x_o = v.x; in getWorldPoint()
315 x_o = v.x; in getWorldVector()
346 x_o = v.x; in getLocalPoint()
353 x_o = v.x; in getLocalVector()
360 x_o = v.x; in getLinearVelocityFromWorldPoint()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dwhole_file_33.f9043 real(r8),allocatable::x_o(:,:) local
44 allocate(x_o(size(x,1),size(x,1)))
45 CALL dgesv_f90(x,x_o)
46 x=x_o

123456