Home
last modified time | relevance | path

Searched refs:degrees (Results 176 – 200 of 19266) sorted by relevance

12345678910>>...771

/dports/www/drupal8/drupal-8.9.20/core/modules/image/templates/
H A Dimage-rotate-summary.html.twig8 * - degrees: Degrees to rotate the image, positive values will rotate the
22 {% set degrees = data.degrees|abs %}
24 random between -{{ degrees }}° and {{ degrees }}°
27 {{ data.degrees }}°
/dports/www/drupal8/drupal-8.9.20/core/themes/stable/templates/admin/
H A Dimage-rotate-summary.html.twig8 * - degrees: Degrees to rotate the image, positive values will rotate the
20 {% set degrees = data.degrees|abs %}
22 random between -{{ degrees }}° and {{ degrees }}°
25 {{ data.degrees }}°
/dports/www/drupal9/drupal-9.2.10/core/modules/image/templates/
H A Dimage-rotate-summary.html.twig8 * - degrees: Degrees to rotate the image, positive values will rotate the
22 {% set degrees = data.degrees|abs %}
24 random between -{{ degrees }}° and {{ degrees }}°
27 {{ data.degrees }}°
/dports/www/drupal9/drupal-9.2.10/core/themes/stable/templates/admin/
H A Dimage-rotate-summary.html.twig8 * - degrees: Degrees to rotate the image, positive values will rotate the
20 {% set degrees = data.degrees|abs %}
22 random between -{{ degrees }}° and {{ degrees }}°
25 {{ data.degrees }}°
/dports/www/drupal9/drupal-9.2.10/core/themes/stable9/templates/admin/
H A Dimage-rotate-summary.html.twig8 * - degrees: Degrees to rotate the image, positive values will rotate the
20 {% set degrees = data.degrees|abs %}
22 random between -{{ degrees }}° and {{ degrees }}°
25 {{ data.degrees }}°
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Heuristics/
H A Dmst_ins_rout.c245 int *degrees; in new_lamda() local
247 degrees = (int *) calloc (vertnum, sizeof(int)); in new_lamda()
252 degrees[cur_node1]++; in new_lamda()
256 degrees[cur_edges[i].v0]++; in new_lamda()
257 degrees[cur_edges[i].v1]++; in new_lamda()
261 denom += cur_node1 ? (degrees[cur_node1]-1)*(degrees[cur_node1]-1) : \ in new_lamda()
262 (degrees[cur_node1]-2*numroutes)*(degrees[cur_node1]-2*numroutes); in new_lamda()
271 lamda[cur_node1] += (degrees[cur_node1] - in new_lamda()
274 if (degrees) free((char *) degrees); in new_lamda()
/dports/math/e-antic/flint2-ae7ec89/fmpq_mpoly/
H A Devaluate_all.c73 slong * degrees; in _fmpz_mpoly_evaluate_all_tree_fmpq_sp() local
92 fmpz_mpoly_degrees_si(degrees, poly, ctx); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
98 if (degrees[i] > degrees[main_var]) in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
115 entries += FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
133 varibits = FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
260 slong * degrees; in _fmpz_mpoly_evaluate_all_tree_fmpq_mp() local
279 degrees = _fmpz_vec_init(nvars); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
286 if (fmpz_cmp(degrees + i, degrees + main_var) > 0) in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
303 entries += fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
321 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Devaluate_all.c88 slong * degrees; in _fmpz_mpoly_evaluate_all_fmpz_sp() local
106 degrees = (slong *) TMP_ALLOC(nvars*sizeof(slong)); in _fmpz_mpoly_evaluate_all_fmpz_sp()
113 if (degrees[i] > degrees[main_var]) in _fmpz_mpoly_evaluate_all_fmpz_sp()
130 entries += FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_fmpz_sp()
149 varibits = FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_fmpz_sp()
258 slong * degrees; in _fmpz_mpoly_evaluate_all_fmpz_mp() local
277 degrees = _fmpz_vec_init(nvars); in _fmpz_mpoly_evaluate_all_fmpz_mp()
284 if (fmpz_cmp(degrees + i, degrees + main_var) > 0) in _fmpz_mpoly_evaluate_all_fmpz_mp()
301 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_fmpz_mp()
318 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_fmpz_mp()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Devaluate_all.c88 slong * degrees; in _fmpz_mpoly_evaluate_all_fmpz_sp() local
106 degrees = (slong *) TMP_ALLOC(nvars*sizeof(slong)); in _fmpz_mpoly_evaluate_all_fmpz_sp()
113 if (degrees[i] > degrees[main_var]) in _fmpz_mpoly_evaluate_all_fmpz_sp()
130 entries += FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_fmpz_sp()
149 varibits = FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_fmpz_sp()
258 slong * degrees; in _fmpz_mpoly_evaluate_all_fmpz_mp() local
277 degrees = _fmpz_vec_init(nvars); in _fmpz_mpoly_evaluate_all_fmpz_mp()
284 if (fmpz_cmp(degrees + i, degrees + main_var) > 0) in _fmpz_mpoly_evaluate_all_fmpz_mp()
301 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_fmpz_mp()
318 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_fmpz_mp()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpq_mpoly/
H A Devaluate_all.c73 slong * degrees; in _fmpz_mpoly_evaluate_all_tree_fmpq_sp() local
92 fmpz_mpoly_degrees_si(degrees, poly, ctx); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
98 if (degrees[i] > degrees[main_var]) in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
115 entries += FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
133 varibits = FLINT_BIT_COUNT(degrees[i]); in _fmpz_mpoly_evaluate_all_tree_fmpq_sp()
260 slong * degrees; in _fmpz_mpoly_evaluate_all_tree_fmpq_mp() local
279 degrees = _fmpz_vec_init(nvars); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
286 if (fmpz_cmp(degrees + i, degrees + main_var) > 0) in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
303 entries += fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
321 varibits = fmpz_bits(degrees + i); in _fmpz_mpoly_evaluate_all_tree_fmpq_mp()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimERS.cpp493 double degrees, seconds;
494 degrees = theOriginY;
498 degrees *=-1;
500 min = (int)((degrees-(int)degrees)*60);
501 seconds = ((degrees-(int)degrees)*60 - min)*60;
503 degrees *= -1;
508 degrees = theOriginX;
512 degrees *=-1;
514 min = (int)((degrees-(int)degrees)*60);
515 seconds = ((degrees-(int)degrees)*60 - min)*60;
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dfader.c71 double degrees = G_PI / 180.0; in G_DEFINE_TYPE() local
80 cairo_arc (cr, x + width - radius, y + radius, radius, -90 * degrees, 0 * degrees); in G_DEFINE_TYPE()
85 cairo_arc (cr, x + radius, y + radius, radius, 180 * degrees, 270 * degrees); in G_DEFINE_TYPE()
110 0 * degrees, 90 * degrees); in G_DEFINE_TYPE()
113 radius, 90 * degrees, 180 * degrees); in G_DEFINE_TYPE()
125 radius, -90 * degrees, 0 * degrees); in G_DEFINE_TYPE()
129 0 * degrees, 90 * degrees); in G_DEFINE_TYPE()
132 radius, 90 * degrees, 180 * degrees); in G_DEFINE_TYPE()
135 radius, 180 * degrees, 270 * degrees); in G_DEFINE_TYPE()
/dports/net-mgmt/check_nwc_health/check_nwc_health-10.0.0.1/plugins-scripts/Classes/Juniper/SRX/Component/
H A DEnvironmentalSubsystem.pm100 (degrees C) (degrees C) (degrees C) (degrees C)
110 (degrees C) (degrees C) (degrees C) (degrees C)
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dcompose_nmod_poly.c52 slong * degrees; in _nmod_mpoly_compose_nmod_poly_sp() local
63 degrees = (slong *) TMP_ALLOC(nvars*sizeof(slong)); in _nmod_mpoly_compose_nmod_poly_sp()
64 mpoly_degrees_si(degrees, Bexp, Blen, bits, ctx->minfo); in _nmod_mpoly_compose_nmod_poly_sp()
76 entries += FLINT_BIT_COUNT(degrees[i]); in _nmod_mpoly_compose_nmod_poly_sp()
88 flint_bitcnt_t varibits = FLINT_BIT_COUNT(degrees[i]); in _nmod_mpoly_compose_nmod_poly_sp()
149 fmpz * degrees; in _nmod_mpoly_compose_nmod_poly_mp() local
162 degrees = TMP_ARRAY_ALLOC(nvars, fmpz); in _nmod_mpoly_compose_nmod_poly_mp()
164 fmpz_init(degrees + i); in _nmod_mpoly_compose_nmod_poly_mp()
166 mpoly_degrees_ffmpz(degrees, Bexp, Blen, bits, ctx->minfo); in _nmod_mpoly_compose_nmod_poly_mp()
178 bitcounts[i] = fmpz_bits(degrees + i); in _nmod_mpoly_compose_nmod_poly_mp()
[all …]
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Dcompose_fq_nmod_poly.c26 slong * degrees; in _fq_nmod_mpoly_compose_fq_nmod_poly_sp() local
37 degrees = TMP_ARRAY_ALLOC(nvars, slong); in _fq_nmod_mpoly_compose_fq_nmod_poly_sp()
38 mpoly_degrees_si(degrees, Bexp, Blen, bits, ctx->minfo); in _fq_nmod_mpoly_compose_fq_nmod_poly_sp()
50 entries += FLINT_BIT_COUNT(degrees[i]); in _fq_nmod_mpoly_compose_fq_nmod_poly_sp()
62 flint_bitcnt_t varibits = FLINT_BIT_COUNT(degrees[i]); in _fq_nmod_mpoly_compose_fq_nmod_poly_sp()
125 fmpz * degrees; in _fq_nmod_mpoly_compose_fq_nmod_poly_mp() local
138 degrees = TMP_ARRAY_ALLOC(nvars, fmpz); in _fq_nmod_mpoly_compose_fq_nmod_poly_mp()
140 fmpz_init(degrees + i); in _fq_nmod_mpoly_compose_fq_nmod_poly_mp()
142 mpoly_degrees_ffmpz(degrees, Bexp, Blen, bits, ctx->minfo); in _fq_nmod_mpoly_compose_fq_nmod_poly_mp()
154 bitcounts[i] = fmpz_bits(degrees + i); in _fq_nmod_mpoly_compose_fq_nmod_poly_mp()
[all …]
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dphotos-transform-api.c59 int degrees) in flickcurl_photos_transform_rotate() argument
67 if(!photo_id || !(degrees == 90 || degrees == 180 || degrees == 270)) in flickcurl_photos_transform_rotate()
71 sprintf(degrees_str, "%d", degrees); in flickcurl_photos_transform_rotate()
/dports/math/parmgridgen/ParMGridGen-1.0/MGridGen/Lib/
H A Dkwayfm.c41 degrees = realmalloc(nparts, "degrees"); in Random_KWayARatioRefine()
84 degrees[ndegrees] = adjwgt[j]; in Random_KWayARatioRefine()
180 degrees = realmalloc(nparts, "degrees"); in Random_KWayWeightARatioRefine()
223 degrees[ndegrees] = adjwgt[j]; in Random_KWayWeightARatioRefine()
317 degrees = realmalloc(nparts, "degrees"); in Random_KWaySCutRefine()
361 degrees[ndegrees] = adjwgt[j]; in Random_KWaySCutRefine()
372 if (jbest == -1 || degrees[j] > degrees[jbest]) in Random_KWaySCutRefine()
450 degrees = realmalloc(nparts, "degrees"); in Random_KWayMinMaxAverageARatioRefine()
614 degrees = realmalloc(nparts, "degrees"); in Random_KWayMinMaxARatioRefine()
760 degrees = realmalloc(nparts, "degrees"); in Random_KWayMultiObjRefine()
[all …]
/dports/audio/boops-lv2/BOops-1.8.2/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/BWidgets/
H A Dpugl_cairo_test.c47 static const double degrees = 3.14159265 / 180.0; in roundedBox() local
53 radius, -90 * degrees, 0 * degrees); in roundedBox()
56 radius, 0 * degrees, 90 * degrees); in roundedBox()
59 radius, 90 * degrees, 180 * degrees); in roundedBox()
62 radius, 180 * degrees, 270 * degrees); in roundedBox()

12345678910>>...771