Home
last modified time | relevance | path

Searched refs:t_rot (Results 1 – 20 of 20) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dreadir.h65 struct t_rot;
175 std::vector<std::string> read_rotparams(std::vector<t_inpfile>* inp, t_rot* rot, warninp_t wi);
178 void make_rotation_groups(t_rot* rot,
184 void set_reference_positions(t_rot* rot, rvec* x, matrix box, const char* fn, bool bSet, warninp_t …
H A Dreadrot.cpp74 extern std::vector<std::string> read_rotparams(std::vector<t_inpfile>* inp, t_rot* rot, warninp_t w… in read_rotparams()
252 extern void set_reference_positions(t_rot* rot, rvec* x, matrix box, const char* fn, bool bSet, war… in set_reference_positions()
311 extern void make_rotation_groups(t_rot* rot, in make_rotation_groups()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Drotation.f9093 subroutine rotation_update_coords(n_coords, t_rot, coords) &
98 real(c_double), value :: t_rot
H A Dcs_rotation.c491 double t_rot, in cs_rotation_update_coords() argument
498 cs_rotation_matrix((cs_glob_rotation + 1)->omega * t_rot, in cs_rotation_update_coords()
H A Dcs_rotation.h114 double t_rot,
/dports/www/firefox/firefox-99.0/third_party/rust/plane-split/tests/
H A Dclip.rs104 let t_rot: Transform3D<f32, (), ()> = in clip_transformed() localVariable
107 let transform = t_rot.then(&t_div); in clip_transformed()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plane-split/tests/
H A Dclip.rs104 let t_rot: Transform3D<f32, (), ()> = in clip_transformed() localVariable
107 let transform = t_rot.then(&t_div); in clip_transformed()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plane-split-0.15.0/tests/
H A Dclip.rs99 let t_rot: Transform3D<f32, (), ()> = in clip_transformed() localVariable
103 let transform = t_rot.post_transform(&t_div); in clip_transformed()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plane-split/tests/
H A Dclip.rs104 let t_rot: Transform3D<f32, (), ()> = in clip_transformed() localVariable
107 let transform = t_rot.then(&t_div); in clip_transformed()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plane-split/tests/
H A Dclip.rs99 let t_rot: Transform3D<f32, (), ()> = in clip_transformed() localVariable
103 let transform = t_rot.post_transform(&t_div); in clip_transformed()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Dpull_rotation.h67 struct t_rot;
H A Dpull_rotation.cpp245 const t_rot* rot = nullptr;
352 static gmx_bool HaveFlexibleGroups(const t_rot* rot) in HaveFlexibleGroups()
368 static gmx_bool HavePotFitGroups(const t_rot* rot) in HavePotFitGroups()
953 const t_rot* rot = er->rot; in open_rot_out()
1111 const t_rot* rot = er->rot; in open_angles_out()
1198 const t_rot* rot = er->rot; in open_torque_out()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/shaders/
H A Dtriplanar3.fs22 uniform float t_rot;
119 vec2 rot = vec2(t_rot, s_rot);
H A Dwpc_triplanar3.auv29 {uniform, {slider,-360.0,360.0}, "t_rot", 0.0, "Rotate"}.
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dinputrec.h254 struct t_rot struct
530 t_rot* rot;
H A Dinputrec.cpp290 static void done_t_rot(t_rot* rot) in done_t_rot()
715 static void pr_rot(FILE* fp, int indent, const t_rot* rot) in pr_rot()
/dports/science/xtb/xtb-6.4.1/src/
H A Dthermo.f90454 real(wp):: t_rot local
465 t_rot = hbar**2/(2.0_wp*mu*kb)
467 lnq_r = log(sqrt(pi*temp/t_rot))
/dports/math/PDL/PDL-2.019/Lib/Transform/
H A Dtransform.pd3020 pp_add_exported('t_rot');
3023 =head2 t_rot
3027 $f = t_rot(<rotation-in-degrees>)
3033 t_rot produces a rotation transform in 2-D (scalar), 3-D (3-vector), or
3038 *t_rot = \&t_rotate;
/dports/math/PDL/PDL-2.019/GENERATED/PDL/
H A DTransform.pm2143 *t_rot = \&t_rotate;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtpxio.cpp864 static void do_rot(gmx::ISerializer* serializer, t_rot* rot) in do_rot()