Home
last modified time | relevance | path

Searched +defs:rad +defs:s (Results 1 – 25 of 1245) sorted by relevance

12345678910>>...50

/dports/devel/agar/agar-1.5.0/gui/
H A Dradio.c35 AG_Radio *rad; in AG_RadioNew() local
54 AG_Radio *rad; in AG_RadioNewInt() local
63 AG_Radio *rad; in AG_RadioNewUint() local
73 AG_Radio *rad; in AG_RadioNewFn() local
86 const char *s, **pItems; in AG_RadioItemsFromArray() local
109 AG_RadioAddItemS(AG_Radio *rad, const char *s) in AG_RadioAddItemS()
159 AG_RadioAddItemHKS(AG_Radio *rad, AG_KeySym hotkey, const char *s) in AG_RadioAddItemHKS()
228 AG_Radio *rad = obj; in Draw() local
289 AG_Radio *rad = p; in Destroy() local
297 AG_Radio *rad = obj; in SizeRequest() local
[all …]
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/common/
H A Dtouch.c142 mps_ftouchreal (mps_context * s, int n, int i) in mps_ftouchreal()
158 mps_dtouchreal (mps_context * s, int n, int i) in mps_dtouchreal()
175 mps_mtouchreal (mps_context * s, int n, int i) in mps_mtouchreal()
194 mps_ftouchimag (mps_context * s, int n, int i) in mps_ftouchimag()
210 mps_dtouchimag (mps_context * s, int n, int i) in mps_dtouchimag()
227 mps_mtouchimag (mps_context * s, int n, int i) in mps_mtouchimag()
246 mps_ftouchunit (mps_context * s, int n, int i) in mps_ftouchunit()
248 double ab, rad; in mps_ftouchunit() local
266 mps_dtouchunit (mps_context * s, int n, int i) in mps_dtouchunit()
268 rdpe_t ab, rad, tmp; in mps_dtouchunit() local
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DMatrix.cpp64 Matrix33 Matrix33::RotateX(float rad) in RotateX()
66 const float s = std::sin(rad); in RotateX() local
77 Matrix33 Matrix33::RotateY(float rad) in RotateY()
79 const float s = std::sin(rad); in RotateY() local
90 Matrix33 Matrix33::RotateZ(float rad) in RotateZ()
92 const float s = std::sin(rad); in RotateZ() local
103 Matrix33 Matrix33::Rotate(float rad, const Vec3& axis) in Rotate()
105 const float s = std::sin(rad); in Rotate() local
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dcd_lab_radius.f29 subroutine cd_lab_radius(rad,s,hst,cd_radius) argument
35 real*8 rad,s,cd_radius,rzs_tab(9),cd_sharp(9),rzs,hst local
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/erfasrc/src/
H A Dtf2a.c4 int eraTf2a(char s, int ihour, int imin, double sec, double *rad) in eraTf2a()
H A Daf2a.c4 int eraAf2a(char s, int ideg, int iamin, double asec, double *rad) in eraAf2a()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/extsrc/erfa/
H A Dtf2a.c4 int eraTf2a(char s, int ihour, int imin, double sec, double *rad) in eraTf2a()
H A Daf2a.c4 int eraAf2a(char s, int ideg, int iamin, double asec, double *rad) in eraAf2a()
/dports/astro/sofa/sofa/20210512/c/src/
H A Dtf2a.c5 int iauTf2a(char s, int ihour, int imin, double sec, double *rad) in iauTf2a()
H A Daf2a.c5 int iauAf2a(char s, int ideg, int iamin, double asec, double *rad) in iauAf2a()
/dports/astro/py-pyerfa/pyerfa-2.0.0/liberfa/erfa/src/
H A Daf2a.c5 int eraAf2a(char s, int ideg, int iamin, double asec, double *rad) in eraAf2a()
H A Dtf2a.c5 int eraTf2a(char s, int ihour, int imin, double sec, double *rad) in eraTf2a()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-spiral.cpp366 void SPSpiral::setPosition(gdouble cx, gdouble cy, gdouble exp, gdouble revo, gdouble rad, gdouble … in setPosition()
417 gdouble const s = hypot(ret[0], ret[1]); in set_transform() local
471 double const rad = this->rad * pow(t, (double)this->exp); in getXY() local
496 double const s = sin(arg); in getTangent() local
543 void SPSpiral::getPolar(gdouble t, gdouble* rad, gdouble* arg) const { in getPolar()
557 gdouble rad; in isInvalid() local
/dports/cad/sumo/sumo-1.2.0/src/utils/geom/
H A DPosition.cpp42 Position::rotateAround2D(double rad, const Position& origin) { in rotateAround2D()
43 const double s = sin(rad); in rotateAround2D() local
/dports/math/igraph/igraph-0.9.5/src/core/
H A Dvector.c156 igraph_vector_t rad; in igraph_vector_order() local
169 VECTOR(rad)[i] = VECTOR(ptr)[radix]; in igraph_vector_order() local
179 while (VECTOR(rad)[next] != 0) { in igraph_vector_order() local
203 while (VECTOR(rad)[next] != 0) { in igraph_vector_order() local
221 igraph_vector_t rad; in igraph_vector_order1() local
244 while (VECTOR(rad)[next] != 0) { in igraph_vector_order1() local
263 igraph_vector_t rad; in igraph_vector_order1_int() local
286 while (VECTOR(rad)[next] != 0) { in igraph_vector_order1_int() local
303 igraph_vector_t rad; in igraph_vector_rank() local
315 VECTOR(rad)[elem] = i + 1; in igraph_vector_rank() local
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Dvector.c144 igraph_vector_t rad; in igraph_vector_order() local
157 VECTOR(rad)[i] = VECTOR(ptr)[radix]; in igraph_vector_order() local
167 while (VECTOR(rad)[next] != 0) { in igraph_vector_order() local
191 while (VECTOR(rad)[next] != 0) { in igraph_vector_order() local
209 igraph_vector_t rad; in igraph_vector_order1() local
232 while (VECTOR(rad)[next] != 0) { in igraph_vector_order1() local
251 igraph_vector_t rad; in igraph_vector_order1_int() local
274 while (VECTOR(rad)[next] != 0) { in igraph_vector_order1_int() local
291 igraph_vector_t rad; in igraph_vector_rank() local
303 VECTOR(rad)[elem] = i + 1; in igraph_vector_rank() local
[all …]
/dports/math/cglm/cglm-0.8.4/src/
H A Daffine.c67 glmc_scale_uni(mat4 m, float s) { in glmc_scale_uni()
73 glmc_rotate_x(mat4 m, float rad, mat4 dest) { in glmc_rotate_x()
79 glmc_rotate_y(mat4 m, float rad, mat4 dest) { in glmc_rotate_y()
85 glmc_rotate_z(mat4 m, float rad, mat4 dest) { in glmc_rotate_z()
115 glmc_decompose_scalev(mat4 m, vec3 s) { in glmc_decompose_scalev()
127 glmc_decompose_rs(mat4 m, mat4 r, vec3 s) { in glmc_decompose_rs()
133 glmc_decompose(mat4 m, vec4 t, mat4 r, vec3 s) { in glmc_decompose()
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestConversions.cpp56 int h, m, s; in QTEST_GUILESS_MAIN() local
57 double rad; in QTEST_GUILESS_MAIN() local
89 double rad; in testDMSToRad() local
147 double rad, s, so, t1, t2; in testRadToHMS() local
172 double rad = data.takeFirst().toDouble(); in testRadToHMSStrAdapt() local
208 double rad, sec, seco, angle1, angle2; in testRadToDMS() local
212 QString s; in testRadToDMS() local
513 QString s = "+"; in testDDToDMS() local
593 double a(double d, double m, double s){ in a()
599 double h(double d, double m, double s){ in h()
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/emd/
H A Demd_similarity.cpp27 double similarity_quadrature(const std::vector<double> & rad, const std::vector<double> & wrad, con… in similarity_quadrature()
73 arma::vec emd_moments(const std::vector<double> & rad, const std::vector<double> & wrad, const std:… in emd_moments()
93 void fill_mesh(const BasisSet & basis, const arma::cx_mat & P, const std::vector<double> & rad, con… in fill_mesh()
119 std::vector<double> rad, wrad; in emd_overlap() local
188 …te_projection(const BasisSet & basis, const arma::cx_mat & P, const std::vector<double> rad, int l… in evaluate_projection()
212 double similarity_quadrature_semi(const std::vector<double> & rad, const std::vector<double> & wrad… in similarity_quadrature_semi()
236 std::vector<double> rad, wrad; in emd_overlap_semi() local
308 for(size_t s=0;s<sh.n_slices;s++) in emd_similarity() local
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/emd/
H A Demd_similarity.cpp27 double similarity_quadrature(const std::vector<double> & rad, const std::vector<double> & wrad, con… in similarity_quadrature()
73 arma::vec emd_moments(const std::vector<double> & rad, const std::vector<double> & wrad, const std:… in emd_moments()
93 void fill_mesh(const BasisSet & basis, const arma::cx_mat & P, const std::vector<double> & rad, con… in fill_mesh()
119 std::vector<double> rad, wrad; in emd_overlap() local
188 …te_projection(const BasisSet & basis, const arma::cx_mat & P, const std::vector<double> rad, int l… in evaluate_projection()
212 double similarity_quadrature_semi(const std::vector<double> & rad, const std::vector<double> & wrad… in similarity_quadrature_semi()
236 std::vector<double> rad, wrad; in emd_overlap_semi() local
308 for(size_t s=0;s<sh.n_slices;s++) in emd_similarity() local
/dports/devel/love07/love-HEAD/src/common/
H A DMatrix.cpp104 void Matrix::setRotation(float rad) in setRotation()
107 float c = cos(rad), s = sin(rad); in setRotation() local
122 float c = cos(angle), s = sin(angle); in setTransformation() local
145 void Matrix::rotate(float rad) in rotate()
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A Dcgs.py19 s = si.s variable
21 rad = si.rad variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkNeighborhoodTest.cxx23 static void println(const char *s) in println()
68 itk::Size<2> rad; in itkNeighborhoodTest() local
83 itk::Neighborhood< itk::Vector<float, 3>, 2 > s; in itkNeighborhoodTest() local
/dports/math/arb/arb-2.21.1/acb_dirichlet/
H A Dzeta_rs.c15 acb_dirichlet_zeta_rs_mid(acb_t res, const acb_t s, slong K, slong prec) in acb_dirichlet_zeta_rs_mid()
85 acb_dirichlet_zeta_rs(acb_t res, const acb_t s, slong K, slong prec) in acb_dirichlet_zeta_rs()
94 mag_t rad, err, err2; in acb_dirichlet_zeta_rs() local
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Ddrawingutils.cpp124 …ar * type, GtkStateType * state, gint x, gint y, gint width, gint height, float rad, float bevel) { in draw_rect()
137 void _draw_inset (cairo_t * cr, gint x, gint y, gint width, gint height, float rad, gint depth) { in _draw_inset()
145 void draw_inset (GtkWidget * widget, gint x, gint y, gint width, gint height, float rad, gint depth… in draw_inset()
150 void _draw_glass (cairo_t *cr, gint x, gint y, gint width, gint height, float rad) { in _draw_glass()
158 void draw_glass (GtkWidget * widget, gint x, gint y, gint width, gint height, float rad) { in draw_glass()
180 GtkStateType s; in get_color() local
208 void create_rectangle (cairo_t * cr, gint x, gint y, gint width, gint height, float rad) { in create_rectangle()
242 void draw_bevel (cairo_t * cr, gint x, gint y, gint width, gint height, float rad, float bevel) { in draw_bevel()

12345678910>>...50