Home
last modified time | relevance | path

Searched refs:alpha_spin (Results 1 – 8 of 8) sorted by relevance

/dports/science/nwchem-data/nwchem-7.0.2-release/src/develop/
H A Djantest.F1301 integer alpha_spin, beta_spin local
1325 alpha_spin = 0
1389 alpha_spin = 0
1440 if (gamma_spin.eq.alpha_spin.and.
1498 & n_spin.eq.alpha_spin)then
1511 & m_spin.eq.alpha_spin)then
1565 alpha_spin = 0
1674 & n_spin.eq.alpha_spin)then
1687 & m_spin.eq.alpha_spin)then
1786 integer alpha_spin, beta_spin local
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/develop/
H A Djantest.F1301 integer alpha_spin, beta_spin
1325 alpha_spin = 0
1389 alpha_spin = 0
1440 if (gamma_spin.eq.alpha_spin.and.
1498 & n_spin.eq.alpha_spin)then
1511 & m_spin.eq.alpha_spin)then
1565 alpha_spin = 0
1674 & n_spin.eq.alpha_spin)then
1687 & m_spin.eq.alpha_spin)then
1786 integer alpha_spin, beta_spin
[all …]
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_decal_edit.c54 GtkWidget *alpha_spin; member
261 dd->alpha_spin = ui_edit_spin_new(hbox, _("Alpha:"), 0, 255, NULL); in decal_details_pack()
360 decal->alpha = ui_edit_spin_get(dd->alpha_spin); in decal_props_generic_cb()
387 decal_props_connect_spin(dd->alpha_spin, dd, G_CALLBACK(decal_props_generic_cb)); in decal_props_signals()
422 ui_edit_spin_set_blocking(dd->alpha_spin, decal->alpha, dd); in decal_edit_props()
469 ui_edit_spin_get(dd->alpha_spin)); in decal_edit_page_add_cb()
516 ui_edit_spin_set(dd->alpha_spin, id->alpha); in decal_edit_page_sync()
588 ui_edit_spin_set(dd->alpha_spin, 255); in decal_edit_page_new()
H A Dui2_text_edit.c216 GtkWidget *alpha_spin; member
242 GtkWidget *alpha_spin; member
463 text->a = ui_edit_spin_get(td->alpha_spin); in text_edit_props_color_cb()
512 td->alpha_spin = ui_edit_spin_new(vbox, _("Alpha:"), 0, 255, &adj); in text_edit_props()
537 ui_edit_spin_set_blocking(td->alpha_spin, text->a, td); in text_edit_props()
540 ui_edit_frame_sensitive(td->alpha_spin, (text->font->overlay == NULL), TRUE); in text_edit_props()
670 ui_edit_spin_get(pd->alpha_spin)); in text_edit_page_add_cb()
779 pd->alpha_spin = ui_edit_spin_new(vbox, _("Alpha:"), 0, 255, NULL); in text_edit_page_new()
818 ui_edit_spin_set(pd->alpha_spin, 255); in text_edit_page_new()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/model/
H A Dowsgd.py163 self.alpha_spin = gui.spin(
242 self.alpha_spin.setEnabled(True)
244 self.alpha_spin.setEnabled(False)
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/tests/
H A Dtest_owgradientdescent.py283 w.alpha_spin.setValue(1)
285 w.alpha_spin.setValue(0.3)
291 w.alpha_spin.setValue(5)
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/
H A Dowgradientdescent.py255 self.alpha_spin = gui.spin(
272 self.alpha_spin.setSizePolicy(policy)
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Ddesktop4213 print("\nOLD response function (plus, alpha_spin) = ", norm2(world, ax_old));
4214 print("NEW response function (plus, alpha_spin) = ", norm2(world, ax));