Home
last modified time | relevance | path

Searched refs:s_angle (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/qtglspectrum/
H A Dgl-spectrum.cc76 static float s_angle = 25, s_anglespeed = 0.05f; variable
163 s_angle += s_anglespeed; in render_freq()
164 if (s_angle > 45 || s_angle < -45) in render_freq()
228 glRotatef (s_angle + 180.0f, 0.0f, 1.0f, 0.0f); in draw_bars()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/glspectrum/
H A Dgl-spectrum.cc99 static float s_angle = 25, s_anglespeed = 0.05f; variable
167 s_angle += s_anglespeed; in render_freq()
168 if (s_angle > 45 || s_angle < -45) in render_freq()
232 glRotatef (s_angle + 180.0f, 0.0f, 1.0f, 0.0f); in draw_bars()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/cuda/
H A Dsurf.cu546 __shared__ float s_angle[128]; in icvCalcOrientation() local
590 s_angle[tid] = angle; in icvCalcOrientation()
603 int d = ::abs(__float2int_rn(s_angle[threadIdx.x]) - dir); in icvCalcOrientation()
609 d = ::abs(__float2int_rn(s_angle[threadIdx.x + 32]) - dir); in icvCalcOrientation()
615 d = ::abs(__float2int_rn(s_angle[threadIdx.x + 64]) - dir); in icvCalcOrientation()
621 d = ::abs(__float2int_rn(s_angle[threadIdx.x + 96]) - dir); in icvCalcOrientation()
647 s_angle[threadIdx.y] = best_mod; in icvCalcOrientation()
655 if (s_angle[1] > s_angle[bestIdx]) in icvCalcOrientation()
657 if (s_angle[2] > s_angle[bestIdx]) in icvCalcOrientation()
659 if (s_angle[3] > s_angle[bestIdx]) in icvCalcOrientation()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dvectorizerparameters.cpp39 *s_adherence = "adherence", *s_angle = "angle", variable
297 os.child(s_angle) << m_oAngle; in saveData()
365 else if (tagName == s_angle) in loadData()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Ddial.h90 int s_angle, int r_angle, int s_value, int e_value);
H A Ddial.cpp63 …int s_angle, int r_angle, int s_value, int e_value) : DashboardInstrument(parent, id, title, cap_f… in DashboardInstrument_Dial() argument
65 m_AngleStart = s_angle; in DashboardInstrument_Dial()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dspider.py306 s_angle = 0
316 angle = s_angle,
323 ('angle',s_angle),):
/dports/net-mgmt/etherape/etherape-0.9.20/src/
H A Ddiagram.c1342 gdouble s_angle = 0; in reposition_canvas_nodes() local
1345 s_angle = M_PI * 2.0f; in reposition_canvas_nodes()
1353 s_angle = M_PI * (gdouble)count / ((gdouble)base); in reposition_canvas_nodes()
1356 x = data->x_rad_max * cos(s_angle); in reposition_canvas_nodes()
1357 y = data->y_rad_max * sin(s_angle); in reposition_canvas_nodes()
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dgifgen.h279 double s_angle, double e_angle,
H A Dgifgen.c1327 double s_angle, double e_angle, int color, in gdImageArcEx() argument
1333 double s_cos = cos(s_angle); in gdImageArcEx()
1334 double s_sin = sin(s_angle); in gdImageArcEx()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/chempy/tinker/
H A Damber.py481 s_angle = self.angle
487 s_angle[kee] = p_angle[kee]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/opencl/
H A Dsurf.cl675 __local float s_angle[ORI_SAMPLES];
755 s_angle[i] = angle;
764 int angle = round(s_angle[i]);
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c5438 double s_angle = atan2(start.x - cx, start.y - cy); local
5442 s_angle, e_angle, Nlm_curGIFColor, FALSE);
5517 double s_angle = atan2(start.x - cx, start.y - cy); local
5521 s_angle, e_angle, Nlm_curGIFColor, TRUE);
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dnumbers.c5544 SCM_GPROC (s_angle, "angle", 1, 0, 0, scm_angle, g_angle);
5586 SCM_WTA_DISPATCH_1 (g_angle, z, SCM_ARG1, s_angle); in scm_angle()
/dports/astro/py-pyerfa/pyerfa-2.0.0/erfa/
H A Dufunc.c7669 npy_intp s_angle = *steps++; in ufunc_loop_a2af() local
7679 i_o++, ndp += s_ndp, angle += s_angle, sign += s_sign, idmsf += s_idmsf) { in ufunc_loop_a2af()
7696 npy_intp s_angle = *steps++; in ufunc_loop_a2tf() local
7706 i_o++, ndp += s_ndp, angle += s_angle, sign += s_sign, ihmsf += s_ihmsf) { in ufunc_loop_a2tf()