Home
last modified time | relevance | path

Searched refs:deg (Results 26 – 50 of 9446) sorted by relevance

12345678910>>...378

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-values/
H A Dcalc-infinity-nan-serialize-angle.html.ini2 ['rotate(calc(1deg * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
14 …['rotate(calc(1deg * infinity / infinity))' as a specified value should serialize as 'rotate(calc(…
17 …['rotate(calc(1deg * 0 * infinity))' as a specified value should serialize as 'rotate(calc(NaN * 1
29 …['rotate(calc(1deg * infinity))' as a specified value should serialize as 'rotate(calc(infinity * …
35 …['rotate(calc(1deg * iNFinIty))' as a specified value should serialize as 'rotate(calc(infinity * …
44 ['rotate(calc(1deg * 1/infinity))' as a specified value should serialize as 'rotate(calc(0deg))'.]
53 …['rotate(calc(1 * max(INFinity*3deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
56 …['rotate(calc(1 * min(inFInity*4deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
59 …['rotate(calc(1 * max(nAn*2deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
62 …['rotate(calc(1 * min(nan*3deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-values/
H A Dcalc-infinity-nan-serialize-angle.html.ini2 ['rotate(calc(1deg * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
14 …['rotate(calc(1deg * infinity / infinity))' as a specified value should serialize as 'rotate(calc(…
17 …['rotate(calc(1deg * 0 * infinity))' as a specified value should serialize as 'rotate(calc(NaN * 1
29 …['rotate(calc(1deg * infinity))' as a specified value should serialize as 'rotate(calc(infinity * …
35 …['rotate(calc(1deg * iNFinIty))' as a specified value should serialize as 'rotate(calc(infinity * …
44 ['rotate(calc(1deg * 1/infinity))' as a specified value should serialize as 'rotate(calc(0deg))'.]
53 …['rotate(calc(1 * max(INFinity*3deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
56 …['rotate(calc(1 * min(inFInity*4deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
59 …['rotate(calc(1 * max(nAn*2deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
62 …['rotate(calc(1 * min(nan*3deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
[all …]
H A Dacos-asin-atan-atan2-computed.html.ini2 [acos(1) should be used-value-equivalent to 0deg]
5 [atan(0) should be used-value-equivalent to 0deg]
8 [asin(0) should be used-value-equivalent to 0deg]
11 [atan2(0,0) should be used-value-equivalent to 0deg]
14 [calc(asin(sin(pi/2))) should be used-value-equivalent to 90deg]
23 [calc(asin(sin(30deg + 1.0471967rad ) )) should be used-value-equivalent to 90deg]
35 [calc(atan(tan(30deg + 0.261799rad ) )) should be used-value-equivalent to 45deg]
47 [calc(atan2(0,1)) should be used-value-equivalent to 0deg]
74 [atan2(1Q, -1Q) should be used-value-equivalent to 135deg]
104 [atan2(1deg, -1deg) should be used-value-equivalent to 135deg]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-values/
H A Dcalc-infinity-nan-serialize-angle.html.ini2 ['rotate(calc(1deg * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
14 …['rotate(calc(1deg * infinity / infinity))' as a specified value should serialize as 'rotate(calc(…
17 …['rotate(calc(1deg * 0 * infinity))' as a specified value should serialize as 'rotate(calc(NaN * 1
29 …['rotate(calc(1deg * infinity))' as a specified value should serialize as 'rotate(calc(infinity * …
35 …['rotate(calc(1deg * iNFinIty))' as a specified value should serialize as 'rotate(calc(infinity * …
44 ['rotate(calc(1deg * 1/infinity))' as a specified value should serialize as 'rotate(calc(0deg))'.]
53 …['rotate(calc(1 * max(INFinity*3deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
56 …['rotate(calc(1 * min(inFInity*4deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
59 …['rotate(calc(1 * max(nAn*2deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
62 …['rotate(calc(1 * min(nan*3deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_debug.cc45 namespace deg = blender::deg;
49 deg::Depsgraph *deg_graph = reinterpret_cast<deg::Depsgraph *>(depsgraph); in DEG_debug_flags_set()
55 const deg::Depsgraph *deg_graph = reinterpret_cast<const deg::Depsgraph *>(depsgraph); in DEG_debug_flags_get()
61 deg::Depsgraph *deg_graph = reinterpret_cast<deg::Depsgraph *>(depsgraph); in DEG_debug_name_set()
67 const deg::Depsgraph *deg_graph = reinterpret_cast<const deg::Depsgraph *>(depsgraph); in DEG_debug_name_get()
75 const deg::Depsgraph *deg_graph1 = reinterpret_cast<const deg::Depsgraph *>(graph1); in DEG_debug_compare()
76 const deg::Depsgraph *deg_graph2 = reinterpret_cast<const deg::Depsgraph *>(graph2); in DEG_debug_compare()
108 const deg::Depsgraph *deg_graph = reinterpret_cast<const deg::Depsgraph *>(graph); in DEG_debug_consistency_check()
170 deg::OperationNode *to = (deg::OperationNode *)rel->to; in DEG_debug_consistency_check()
210 const deg::Depsgraph *deg_graph = reinterpret_cast<const deg::Depsgraph *>(graph); in DEG_stats_simple()
[all …]
/dports/math/mpfrcx/mpfrcx-0.6.2/src/
H A Df_rem.c39 if (f->deg < g->deg) in mpfrx_rem()
42 if (g->deg >= 32 && f->deg >= 63) in mpfrx_rem()
61 for (i = f->deg - g->deg; i >= 0; i--) in mpfrx_rem_naive()
66 r->deg = g->deg - 1; in mpfrx_rem_naive()
88 mpfrx_init (q, f->deg - g->deg + 1, r->prec); in mpfrx_rem_newton()
93 mpfrx_sinv (q, q, f->deg - g->deg + 1); in mpfrx_rem_newton()
94 mpfrx_smul (q, tmp, q, f->deg - g->deg + 1); in mpfrx_rem_newton()
95 mpfrx_rev (q, q, f->deg - g->deg); in mpfrx_rem_newton()
99 if (r->deg >= g->deg) in mpfrx_rem_newton()
100 r->deg = g->deg - 1; in mpfrx_rem_newton()
[all …]
H A Dc_rem.c39 if (f->deg < g->deg) in mpcx_rem()
42 if (g->deg >= 32 && f->deg >= 63) in mpcx_rem()
61 for (i = f->deg - g->deg; i >= 0; i--) in mpcx_rem_naive()
66 r->deg = g->deg - 1; in mpcx_rem_naive()
88 mpcx_init (q, f->deg - g->deg + 1, r->prec); in mpcx_rem_newton()
93 mpcx_sinv (q, q, f->deg - g->deg + 1); in mpcx_rem_newton()
94 mpcx_smul (q, tmp, q, f->deg - g->deg + 1); in mpcx_rem_newton()
95 mpcx_rev (q, q, f->deg - g->deg); in mpcx_rem_newton()
99 if (r->deg >= g->deg) in mpcx_rem_newton()
100 r->deg = g->deg - 1; in mpcx_rem_newton()
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_k_regular_game.c30 igraph_vector_t deg; in main() local
35 igraph_vector_init(&deg, 0); in main()
40 igraph_vector_print(&deg); in main()
53 igraph_vector_print(&deg); in main()
71 igraph_vector_print(&deg); in main()
80 igraph_vector_print(&deg); in main()
94 igraph_vector_print(&deg); in main()
96 igraph_vector_print(&deg); in main()
109 igraph_vector_print(&deg); in main()
111 igraph_vector_print(&deg); in main()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/tests/
H A Dtest_quantities_rotations.py24 n2c = models.RotateNative2Celestial(crval[0] * u.deg, crval[1] * u.deg, lonpole * u.deg)
25 c2n = models.RotateCelestial2Native(crval[0] * u.deg, crval[1] * u.deg, lonpole * u.deg)
38 lon, lat, lon_pole = 42 * u.deg, (43 * u.deg).to(u.arcsec), (44 * u.deg).to(u.rad)
47 a, b = 1 * u.deg, 0 * u.deg
49 assert_quantity_allclose([x, y], [0 * u.deg, 1 * u.deg], atol=1e-10 * u.deg)
54 x, y = model.inverse(*model(1 * u.deg, 0 * u.deg))
55 assert_quantity_allclose([x, y], [1 * u.deg, 0 * u.deg], atol=1e-10 * u.deg)
59 ydeg = (90 * u.deg, 0 * u.deg)
66 model = models.EulerAngleRotation(0 * u.deg, 90 * u.deg, 0 * u.deg, 'zxz')
71 (60 * u.deg, 10 * u.deg, 25 * u.deg),
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-color/parsing/
H A Dcolor-mix-computed.html.ini2 [Property color value 'color-mix(in hsl, hsl(120deg 10% 20%), hsl(30deg 30% 40%))']
5 [Property color value 'color-mix(in hsl, hsl(120deg 10% 20%) 25%, hsl(30deg 30% 40%))']
8 [Property color value 'color-mix(in hsl, 25% hsl(120deg 10% 20%), hsl(30deg 30% 40%))']
11 [Property color value 'color-mix(in hsl, hsl(120deg 10% 20%), 25% hsl(30deg 30% 40%))']
14 [Property color value 'color-mix(in hsl, hsl(120deg 10% 20%), hsl(30deg 30% 40%) 25%)']
26 [Property color value 'color-mix(in hsl, hsl(120deg 10% 20%) 0%, hsl(30deg 30% 40%))']
56 [Property color value 'color-mix(in hsl, hsl(40deg 50% 50%), hsl(60deg 50% 50%))']
59 [Property color value 'color-mix(in hsl, hsl(60deg 50% 50%), hsl(40deg 50% 50%))']
62 [Property color value 'color-mix(in hsl, hsl(50deg 50% 50%), hsl(330deg 50% 50%))']
65 [Property color value 'color-mix(in hsl, hsl(330deg 50% 50%), hsl(50deg 50% 50%))']
[all …]
H A Dcolor-mix-valid.html.ini2 …[e.style['color'\] = "color-mix(in hsl, hsl(120deg 10% 20%), hsl(30deg 30% 40%))" should set the p…
5 …[e.style['color'\] = "color-mix(in hsl, hsl(120deg 10% 20%) 25%, hsl(30deg 30% 40%))" should set t…
8 …[e.style['color'\] = "color-mix(in hsl, 25% hsl(120deg 10% 20%), hsl(30deg 30% 40%))" should set t…
11 …[e.style['color'\] = "color-mix(in hsl, hsl(120deg 10% 20%), 25% hsl(30deg 30% 40%))" should set t…
14 …[e.style['color'\] = "color-mix(in hsl, hsl(120deg 10% 20%), hsl(30deg 30% 40%) 25%)" should set t…
26 …[e.style['color'\] = "color-mix(in hsl, hsl(120deg 10% 20%) 0%, hsl(30deg 30% 40%))" should set th…
56 …[e.style['color'\] = "color-mix(in hsl, hsl(40deg 50% 50%), hsl(60deg 50% 50%))" should set the pr…
59 …[e.style['color'\] = "color-mix(in hsl, hsl(60deg 50% 50%), hsl(40deg 50% 50%))" should set the pr…
62 …[e.style['color'\] = "color-mix(in hsl, hsl(50deg 50% 50%), hsl(330deg 50% 50%))" should set the p…
65 …[e.style['color'\] = "color-mix(in hsl, hsl(330deg 50% 50%), hsl(50deg 50% 50%))" should set the p…
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/motion/animation/
H A Doffset-rotate-interpolation.html.ini2 ["100deg" and "180deg" are valid offset-rotate values]
5 [Animation between "100deg" and "180deg" at progress -1]
8 [Animation between "100deg" and "180deg" at progress 0]
11 [Animation between "100deg" and "180deg" at progress 0.125]
14 [Animation between "100deg" and "180deg" at progress 0.875]
17 [Animation between "100deg" and "180deg" at progress 1]
20 [Animation between "100deg" and "180deg" at progress 2]
44 ["reverse 90deg" and "360deg" are valid offset-rotate values]
47 [Animation between "reverse 90deg" and "360deg" at progress -1]
50 [Animation between "reverse 90deg" and "360deg" at progress 0]
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_sky_coord.py69 c = SkyCoord(90*u.deg, -11*u.deg)
237 for unit in ('deg', 'deg,deg', ' deg , deg ', u.deg, (u.deg, u.deg),
254 for unit in ('deg,deg,deg,deg', [u.deg, u.deg, u.deg, u.deg], None):
284 sc = SkyCoord([1 * u.deg, 1 * u.deg], [2 * u.deg, 2 * u.deg])
396 sc2 = SkyCoord(1*u.deg, 2*u.deg)
551 sc1 = SkyCoord(5*u.deg, 6*u.deg)
578 sc1 = SkyCoord(5*u.deg, 6*u.deg)
785 c1 = SkyCoord(0*u.deg, 0*u.deg)
787 c2 = SkyCoord(1*u.deg, 0*u.deg)
793 c4 = SkyCoord(0*u.deg, 1*u.deg)
[all …]
H A Dtest_frames.py216 i = ICRS(1*u.deg, 2*u.deg)
220 g = Galactic(1*u.deg, 2*u.deg)
224 a = AltAz(1*u.deg, 2*u.deg)
229 ICRS(1*u.deg, 2*u.deg, 1*u.deg, 2*u.deg)
752 aa3 = AltAz(1*u.deg, 2*u.deg, location=EarthLocation(0*u.deg, 0*u.deg, 0*u.m))
965 sc1 = FK5(1*u.deg, 2*u.deg)
973 sc1 = FK4(1*u.deg, 2*u.deg)
980 sc1 = FK4(1*u.deg, 2*u.deg)
991 c = ICRS(1*u.deg, 2*u.deg)
1274 i = ICRS(1*u.deg, 2*u.deg)
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sh/tests/data/
H A Dtele2.evt11 Beam-Slowness (sec/deg): 14.80
12 Beam-Azimuth (deg) : 84.30
13 Theo. Azimuth (deg) : 308.65
14 Theo. Backazimuth (deg): 81.76
15 Distance (deg) : 47.408
30 Beam-Slowness (sec/deg): 14.65
31 Beam-Azimuth (deg) : 84.30
46 Beam-Slowness (sec/deg): 21.15
68 Beam-Slowness (sec/deg): 7.85
90 Beam-Slowness (sec/deg): 8.04
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/filter-effects/animation/
H A Dbackdrop-filter-interpolation-001.html.ini70 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (-0.5) shou…
94 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
198 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
230 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
234 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
250 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
290 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1.5) shoul…
346 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.25) shou…
414 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
642 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/filter-effects/animation/
H A Dbackdrop-filter-interpolation-001.html.ini70 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (-0.5) shou…
94 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
198 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
230 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
234 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
250 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
290 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1.5) shoul…
346 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.25) shou…
414 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
642 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/filter-effects/animation/
H A Dbackdrop-filter-interpolation-001.html.ini70 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (-0.5) shou…
94 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
198 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
230 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1) should…
234 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
250 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
290 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (1.5) shoul…
346 …drop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.25) shou…
414 …kdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0.5) shou…
642 …ckdrop-filter> from [hue-rotate(0deg) blur(6px)\] to [hue-rotate(180deg) blur(10px)\] at (0) shoul…
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_BzSyntaxes.cxx62 BSplCLib_BezierArrays bzarr(deg); in IncreaseDegree()
80 BSplCLib_BezierArrays bzarr(deg); in IncreaseDegree()
97 TColStd_Array1OfReal bidflatknots (FlatBezierKnots(deg), 1, 2*(deg+1)); in PolesCoefficients()
113 TColStd_Array1OfReal bidflatknots (FlatBezierKnots(deg), 1, 2*(deg+1)); in PolesCoefficients()
129 BSplCLib_BezierArrays bzarr(deg); in D0()
144 BSplCLib_BezierArrays bzarr(deg); in D0()
160 BSplCLib_BezierArrays bzarr(deg); in D1()
176 BSplCLib_BezierArrays bzarr(deg); in D1()
194 BSplCLib_BezierArrays bzarr(deg); in D2()
211 BSplCLib_BezierArrays bzarr(deg); in D2()
[all …]
/dports/www/foswiki/Foswiki-2.1.6/pub/System/JQueryPlugin/plugins/fontawesome/
H A Dicon-animate.css5deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webk…
H A Dicon-animate.uncompressed.css9 transform: rotate(-12deg);
14 transform: rotate(12deg);
19 transform: rotate(24deg);
24 transform: rotate(-24deg);
29 transform: rotate(-24deg);
34 transform: rotate(24deg);
39 transform: rotate(24deg);
44 transform: rotate(-24deg);
54 transform: rotate(24deg);
59 transform: rotate(24deg);
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Animated-icons/src/
H A Dapplet-mesh-factory.c67 for (deg = 0;deg < 360;deg += 10) in cairo_dock_load_capsule_calllist()
73 xac = rayon * cos((deg+10)*RADIAN) - (rayon-b) * cos(deg*RADIAN); in cairo_dock_load_capsule_calllist()
74 yac = rayon * sin((deg+10)*RADIAN) - (rayon-b) * sin(deg*RADIAN); in cairo_dock_load_capsule_calllist()
156 for (deg = 0;deg < 360;deg += 10) in cairo_dock_load_capsule_calllist()
158 xab = rayon * sin((deg+10)*RADIAN) - rayon * sin(deg*RADIAN); in cairo_dock_load_capsule_calllist()
159 yab = rayon * cos((deg+10)*RADIAN) - rayon * cos(deg*RADIAN); in cairo_dock_load_capsule_calllist()
173 glVertex3f(rayon * sin(deg*RADIAN), rayon * cos(deg*RADIAN), 0.1f/c); in cairo_dock_load_capsule_calllist()
217 for (deg = 0;deg < 360;deg += 10) in cairo_dock_load_ring_calllist()
219 xab = rayon * sin((deg+10)*RADIAN) - rayon * sin(deg*RADIAN); in cairo_dock_load_ring_calllist()
220 yab = rayon * cos((deg+10)*RADIAN) - rayon * cos(deg*RADIAN); in cairo_dock_load_ring_calllist()
[all …]
/dports/misc/visp/visp-3.4.0/example/servo-biclops/
H A DmoveBiclops.cpp162 << " pan: " << vpMath::deg(q[0]) << " deg" in main()
169 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
172 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
177 << " pan: " << vpMath::deg(q[0]) << " deg" in main()
184 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
187 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
198 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
217 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
236 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
255 << " pan: " << vpMath::deg(qm[0]) << " tilt: " << vpMath::deg(qm[1]) << std::endl; in main()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/scat/
H A Dpatch.c30 *deg = (p&255)-90; in radec()
34 if(*deg<0) in radec()
35 (*deg)++; in radec()
79 if(deg < 0) in patch()
80 deg--; in patch()
81 else if(deg < 90) in patch()
82 deg++; in patch()
83 dec = deg+90; in patch()
84 deg = abs(deg); in patch()
85 if(deg<1 || deg>90){ in patch()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/css-transforms/animation/
H A Drotate-interpolation.html.ini2 ["100deg" and "180deg" are valid rotate values]
5 [Animation between "100deg" and "180deg" at progress -1]
8 [Animation between "100deg" and "180deg" at progress 0]
11 [Animation between "100deg" and "180deg" at progress 0.125]
14 [Animation between "100deg" and "180deg" at progress 0.875]
17 [Animation between "100deg" and "180deg" at progress 1]
20 [Animation between "100deg" and "180deg" at progress 2]
23 ["45deg" and "-1 1 0 60deg" are valid rotate values]
26 [Animation between "45deg" and "-1 1 0 60deg" at progress -1]
29 [Animation between "45deg" and "-1 1 0 60deg" at progress 0]
[all …]

12345678910>>...378