Home
last modified time | relevance | path

Searched refs:rotations (Results 1 – 25 of 3226) sorted by relevance

12345678910>>...130

/dports/games/freedroidrpg/freedroidrpg-0.16.1/map/
H A Dtuxrender_specs.lua132 rotations = { 0 },
138 rotations = { 1 },
152 rotations = { 7 },
158 rotations = { 8 },
198 rotations = { 8 },
204 rotations = { 9 },
244 rotations = { 0 },
252 rotations = { 0 },
260 rotations = { 0 },
268 rotations = { 0 },
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_homography_decomp.cpp61 vector<Mat> rotations; in run() local
68 ASSERT_GT(static_cast<int>(rotations.size()), 0); in run()
72 ASSERT_EQ(rotations.size(), normals.size()); in run()
78 ASSERT_GT(static_cast<int>(rotations.size()), 0); in run()
103 bool containsValidMotion(std::vector<Mat>& rotations, in containsValidMotion() argument
110 vector<Mat>::iterator riter = rotations.begin(); in containsValidMotion()
152 vector<Mat> rotations; in TEST() local
156 decomposeHomographyMat(H, K, rotations, translations, normals); in TEST()
158 ASSERT_GT(rotations.size(), (size_t)0u); in TEST()
159 for (size_t i = 0; i < rotations.size(); i++) in TEST()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/vt/
H A Dl_main.cpp261 rotations->x = 0.0f; in get_anim_frame_data()
262 rotations->y = 0.0f; in get_anim_frame_data()
263 rotations->z = 0.0f; in get_anim_frame_data()
324 rotations->x = ang; in get_anim_frame_data()
325 rotations->y = 0.0f; in get_anim_frame_data()
326 rotations->z = 0.0f; in get_anim_frame_data()
330 rotations->x = 0.0f; in get_anim_frame_data()
331 rotations->y = ang; in get_anim_frame_data()
332 rotations->z = 0.0f; in get_anim_frame_data()
336 rotations->x = 0.0f; in get_anim_frame_data()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/motion_functions/
H A DChFunctionRotation_SQUAD.cpp48 this->rotations = other.rotations; in ChFunctionRotation_SQUAD()
69 this->rotations = mrotations; in SetupData()
70 auto n = (int)rotations.size(); in SetupData()
136 q0 = rotations[spanU - 1]; in Get_q()
140 q0 = rotations[rotations.size()-2]; in Get_q()
146 q3 = rotations[spanU +2]; in Get_q()
150 q3 = rotations[1]; in Get_q()
180 this->rotations.resize(n); in SetClosed()
187 this->rotations[n - 1] = this->rotations[0]; in SetClosed()
195 this->rotations.resize(n); in SetClosed()
[all …]
H A DChFunctionRotation_spline.cpp49 this->rotations = other.rotations; in ChFunctionRotation_spline()
75 this->rotations = mrotations; in SetupData()
76 int n = (int)rotations.size(); in SetupData()
123 …qqpowBi.Q_from_Rotv((rotations[uind + i - 1].GetConjugate() * rotations[uind + i]).Q_to_Rotv() * B… in Get_q()
139 auto n = this->rotations.size(); in SetClosed()
141 this->rotations.resize(n); in SetClosed()
149 this->rotations[n - p + i] = this->rotations[i]; in SetClosed()
155 auto n = this->rotations.size(); in SetClosed()
157 this->rotations.resize(n); in SetClosed()
174 marchive << CHNVP(rotations); in ArchiveOUT()
[all …]
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/palsrc/
H A DpalDeuler.c98 double rotations[3]; in palDeuler() local
104 rotations[0] = phi; in palDeuler()
105 rotations[1] = theta; in palDeuler()
106 rotations[2] = psi; in palDeuler()
115 eraRx( rotations[i], rmat ); in palDeuler()
121 eraRy( rotations[i], rmat ); in palDeuler()
127 eraRz( rotations[i], rmat ); in palDeuler()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/extsrc/pal/
H A DpalDeuler.c98 double rotations[3]; in palDeuler() local
104 rotations[0] = phi; in palDeuler()
105 rotations[1] = theta; in palDeuler()
106 rotations[2] = psi; in palDeuler()
115 eraRx( rotations[i], rmat ); in palDeuler()
121 eraRy( rotations[i], rmat ); in palDeuler()
127 eraRz( rotations[i], rmat ); in palDeuler()
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChGlyphs.cpp35 rotations.resize(0); in Reserve()
39 rotations.resize(0); in Reserve()
43 rotations.resize(n_glyphs); in Reserve()
47 rotations.resize(n_glyphs); in Reserve()
84 if (rotations.size() <= id) in SetGlyphCoordsys()
85 rotations.resize(id + 1); in SetGlyphCoordsys()
86 rotations[id] = mcoord.rot; in SetGlyphCoordsys()
98 marchive << CHNVP(rotations); in ArchiveOUT()
114 marchive >> CHNVP(rotations); in ArchiveIN()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
225 if (log->rotations == 0) in do_rotate()
230 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
232 for (i=log->rotations-1; i>0; i--) in do_rotate()
263 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
225 if (log->rotations == 0) in do_rotate()
230 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
232 for (i=log->rotations-1; i>0; i--) in do_rotate()
263 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
[all …]
/dports/science/py-phonopy/phonopy-2.11.0/test/structure/
H A Dtest_grid_points.py43 rotations = ph_nacl.primitive_symmetry.get_pointgroup_operations()
44 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations)
71 rotations = ph_nacl.primitive_symmetry.get_pointgroup_operations()
73 gpf = GridPoints(mesh, rec_lat, rotations=rotations,
75 gpt = GridPoints(mesh, rec_lat, rotations=rotations,
105 rotations = ph_sno2.primitive_symmetry.get_pointgroup_operations()
106 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations)
146 rotations = ph_sno2.primitive_symmetry.get_pointgroup_operations()
147 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
225 if (log->rotations == 0) in do_rotate()
230 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
232 for (i=log->rotations-1; i>0; i--) in do_rotate()
263 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
[all …]
/dports/science/phonopy/phonopy-2.11.0/test/structure/
H A Dtest_grid_points.py43 rotations = ph_nacl.primitive_symmetry.get_pointgroup_operations()
44 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations)
71 rotations = ph_nacl.primitive_symmetry.get_pointgroup_operations()
73 gpf = GridPoints(mesh, rec_lat, rotations=rotations,
75 gpt = GridPoints(mesh, rec_lat, rotations=rotations,
105 rotations = ph_sno2.primitive_symmetry.get_pointgroup_operations()
106 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations)
146 rotations = ph_sno2.primitive_symmetry.get_pointgroup_operations()
147 gp = GridPoints([4, 4, 4], rec_lat, rotations=rotations,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
213 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
225 if (log->rotations == 0) in do_rotate()
230 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
232 for (i=log->rotations-1; i>0; i--) in do_rotate()
263 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
228 if (log->rotations == 0) in do_rotate()
233 buf_new= logname(log, namebuf, sizeof(namebuf), log->rotations); in do_rotate()
235 for (i=log->rotations-1; i>0; i--) in do_rotate()
266 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
302 void logger_set_rotations(LOGGER_HANDLE *log, unsigned int rotations) in logger_set_rotations() argument
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
228 if (log->rotations == 0) in do_rotate()
233 buf_new= logname(log, namebuf, sizeof(namebuf), log->rotations); in do_rotate()
235 for (i=log->rotations-1; i>0; i--) in do_rotate()
266 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
302 void logger_set_rotations(LOGGER_HANDLE *log, unsigned int rotations) in logger_set_rotations() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
228 if (log->rotations == 0) in do_rotate()
233 buf_new= logname(log, namebuf, sizeof(namebuf), log->rotations); in do_rotate()
235 for (i=log->rotations-1; i>0; i--) in do_rotate()
266 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
302 void logger_set_rotations(LOGGER_HANDLE *log, unsigned int rotations) in logger_set_rotations() argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c74 unsigned int rotations; member
90 unsigned int rotations, in logger_open() argument
103 if (rotations > 999) in logger_open()
106 new_log.rotations= rotations; in logger_open()
112 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
228 if (log->rotations == 0) in do_rotate()
233 buf_new= logname(log, namebuf, sizeof(namebuf), log->rotations); in do_rotate()
235 for (i=log->rotations-1; i>0; i--) in do_rotate()
266 if (state == LOG_RECORD_COMPLETE && log->rotations > 0) in logger_write()
302 void logger_set_rotations(LOGGER_HANDLE *log, unsigned int rotations) in logger_set_rotations() argument
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_rotations.py15 from astropy.modeling import rotations
241 x, y, z = rotations.spherical2cartesian(v2, v3)
243 radec = rotations.cartesian2spherical(x1, y1, z1)
310 rotations.EulerAngleRotation(1 * u.m, 2, 3,
314 rotations.EulerAngleRotation(1, 2 * u.m, 3,
318 rotations.EulerAngleRotation(1, 2, 3 * u.m,
324 model = rotations.EulerAngleRotation(1, 2, 3, "xyz")
336 rotations._SkyRotation(1 * u.m, 2, 3)
339 rotations._SkyRotation(1, 2 * u.m, 3)
342 rotations._SkyRotation(1, 2, 3 * u.m)
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c43 unsigned int rotations; member
59 unsigned int rotations) in logger_open() argument
66 if (rotations > 999) in logger_open()
69 new_log.rotations= rotations; in logger_open()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
114 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
126 if (log->rotations == 0) in do_rotate()
131 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
133 for (i=log->rotations-1; i>0; i--) in do_rotate()
161 if (log->rotations > 0 && in logger_time_to_rotate()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c43 unsigned int rotations;
59 unsigned int rotations)
66 if (rotations > 999) in is_multi_byte_ident()
69 new_log.rotations= rotations; in init_state_maps()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN)
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log);
125 if (log->rotations == 0)
130 buf_new= logname(log, namebuf, log->rotations);
132 for (i=log->rotations-1; i>0; i--)
160 if (log->rotations > 0 && in cs_copy_data()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c43 unsigned int rotations; member
59 unsigned int rotations) in logger_open() argument
66 if (rotations > 999) in logger_open()
69 new_log.rotations= rotations; in logger_open()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
125 if (log->rotations == 0) in do_rotate()
130 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
132 for (i=log->rotations-1; i>0; i--) in do_rotate()
160 if (log->rotations > 0 && in logger_time_to_rotate()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c43 unsigned int rotations; member
59 unsigned int rotations) in logger_open() argument
66 if (rotations > 999) in logger_open()
69 new_log.rotations= rotations; in logger_open()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
125 if (log->rotations == 0) in do_rotate()
130 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
132 for (i=log->rotations-1; i>0; i--) in do_rotate()
160 if (log->rotations > 0 && in logger_time_to_rotate()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c43 unsigned int rotations; member
59 unsigned int rotations) in logger_open() argument
66 if (rotations > 999) in logger_open()
69 new_log.rotations= rotations; in logger_open()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
113 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
125 if (log->rotations == 0) in do_rotate()
130 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
132 for (i=log->rotations-1; i>0; i--) in do_rotate()
160 if (log->rotations > 0 && in logger_time_to_rotate()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c43 unsigned int rotations; member
59 unsigned int rotations) in logger_open() argument
66 if (rotations > 999) in logger_open()
69 new_log.rotations= rotations; in logger_open()
74 if (new_log.path_len+n_dig(rotations)+1 > FN_REFLEN) in logger_open()
114 sprintf(buf+log->path_len, ".%0*u", n_dig(log->rotations), n_log); in logname()
126 if (log->rotations == 0) in do_rotate()
131 buf_new= logname(log, namebuf, log->rotations); in do_rotate()
133 for (i=log->rotations-1; i>0; i--) in do_rotate()
161 if (log->rotations > 0 && in logger_time_to_rotate()

12345678910>>...130