Home
last modified time | relevance | path

Searched refs:b_no (Results 1 – 25 of 28) sorted by relevance

12

/dports/converters/p5-Cstools/Cstools-3.44/Cz/
H A DSort.pm154 while (not defined $bx and not $b_no)
156 $b =~ /$regexp[$level]/sg or $b_no = 1;
175 while (not defined $bx and not $b_no)
188 return -1 if $a_no and not $b_no;
189 return 1 if not $a_no and $b_no;
190 if ($a_no and $b_no)
211 my ($ac, $bc, $a_no, $b_no, $ax, $bx)
222 while (not defined $bx and not $b_no)
233 return -1 if $a_no and not $b_no;
234 return 1 if not $a_no and $b_no;
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/gtk/
H A Dconfirm.c125 GtkWidget *dialog_action_area1, *hbuttonbox1, *b_yes, *b_no; in create_confirm() local
222 b_no = gtk_button_new_from_stock ("gtk-no"); in create_confirm()
223 gtk_widget_ref (b_no); in create_confirm()
224 gtk_object_set_data_full (GTK_OBJECT (confirm), "b_no", b_no, in create_confirm()
226 gtk_widget_show (b_no); in create_confirm()
227 gtk_container_add (GTK_CONTAINER (hbuttonbox1), b_no); in create_confirm()
228 gtk_dialog_add_action_widget (GTK_DIALOG (confirm), b_no, GTK_RESPONSE_NO); in create_confirm()
229 GTK_WIDGET_SET_FLAGS (b_no, GTK_CAN_DEFAULT); in create_confirm()
235 gtk_signal_connect (GTK_OBJECT (b_no), "clicked", in create_confirm()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DParser.cc69 return str_node::b_no; in is_closing_bracket()
79 return str_node::b_no; in is_opening_bracket()
158 if(is_opening_bracket(str[i+1])!=str_node::b_no || is_closing_bracket(str[i+1])!=str_node::b_no) in get_token()
224 if(is_opening_bracket(c)!=str_node::b_no || in string2tree()
226 …size()>3 && tmp[0]!='\\' && is_opening_bracket(get_token(i+1))==str_node::b_no) || tmp[0]=='@' || … in string2tree()
239 if(is_closing_bracket(c)!=str_node::b_no) { in string2tree()
285 if(br!=str_node::b_no) { in string2tree()
306 if(br!=str_node::b_no) { in string2tree()
373 || is_closing_bracket(c)!=str_node::b_no) { in string2tree()
388 if(is_closing_bracket(c)!=str_node::b_no) { in string2tree()
H A DStorage.hh57 …enum bracket_t { b_round=0, b_square=1, b_curly=2, b_pointy=3, b_none=4, b_no=5, b_invalid=6 }; enumerator
H A DDisplayTerminal.cc624 if(childbr==str_node::b_none || childbr==str_node::b_no) in children_have_brackets()
H A DDisplayMMA.cc608 if(childbr==str_node::b_none || childbr==str_node::b_no) in children_have_brackets()
H A DDisplaySympy.cc586 if(childbr==str_node::b_none || childbr==str_node::b_no) in children_have_brackets()
H A DDisplayTeX.cc883 if(childbr==str_node::b_none || childbr==str_node::b_no) in children_have_brackets()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/1d/
H A Ddisc-ortho-poly.c.h443 if (b_no) { in d_ortho_interpol_1_1d()
452 int ib = b_no[i]; in d_ortho_interpol_1_1d()
474 int no, const int *b_no, in d_ortho_interpol_d_1_1d() argument
480 if (b_no) { in d_ortho_interpol_d_1_1d()
492 int ib = b_no[i]; in d_ortho_interpol_d_1_1d()
517 int no, const int *b_no, in d_ortho_interpol_dow_1_1d() argument
764 if (b_no) { in d_ortho_interpol_2_1d()
773 int ib = b_no[i]; in d_ortho_interpol_2_1d()
795 int no, const int *b_no, in d_ortho_interpol_d_2_1d() argument
801 if (b_no) { in d_ortho_interpol_d_2_1d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/libalbas/src/
H A Dmini-Xd.c279 int no, const int *b_no, in interpol_m() argument
293 if (b_no) { in interpol_m()
302 if (b_no[i] == N_VERTICES(dim)) { in interpol_m()
305 l1_b_no[l1_no++] = b_no[i]; in interpol_m()
314 if (b_no[i] != N_VERTICES(dim)) { in interpol_m()
328 int no, const int *b_no, in interpol_d_m() argument
342 if (b_no) { in interpol_d_m()
351 if (b_no[i] == N_VERTICES(dim)) { in interpol_d_m()
354 l1_b_no[l1_no++] = b_no[i]; in interpol_d_m()
363 if (b_no[i] != N_VERTICES(dim)) { in interpol_d_m()
H A Dtrace_tensor_bubbles.c471 int no, const int *b_no, in ttb_interpol_dow() argument
485 if (b_no) { in ttb_interpol_dow()
487 vec->vec[b_no[i]] = 0.0; in ttb_interpol_dow()
513 if (b_no) { in ttb_interpol_dow()
517 b = b_no[n]; in ttb_interpol_dow()
536 int no, const int *b_no, in ttb_interpol() argument
550 if (b_no) { in ttb_interpol()
552 vec->vec[b_no[i]] = 0.0; in ttb_interpol()
577 if (b_no) { in ttb_interpol()
581 b = b_no[n]; in ttb_interpol()
H A Dbulk_trace_tensor_bubbles.c1239 if (b_no) { in bttb_interpol_dow()
1241 vec->vec[b_no[i]] = 0.0; in bttb_interpol_dow()
1260 if (b_no != NULL) { in bttb_interpol_dow()
1263 if (b_no[n] == offset+b) { in bttb_interpol_dow()
1273 } else if (b_no) { in bttb_interpol_dow()
1349 int no, const int *b_no, in bttb_interpol() argument
1367 if (b_no) { in bttb_interpol()
1369 vec->vec[b_no[i]] = 0.0; in bttb_interpol()
1388 if (b_no != NULL) { in bttb_interpol()
1391 if (b_no[n] == offset+b) { in bttb_interpol()
[all …]
H A Dtensor_wall_bubbles.c1136 if (b_no) { in twb_interpol_dow()
1138 vec->vec[b_no[i]] = 0.0; in twb_interpol_dow()
1153 if (b_no != NULL) { in twb_interpol_dow()
1156 if (b_no[n] == offset+b) { in twb_interpol_dow()
1166 } else if (b_no) { in twb_interpol_dow()
1239 int no, const int *b_no, in twb_interpol() argument
1255 if (b_no) { in twb_interpol()
1257 vec->vec[b_no[i]] = 0.0; in twb_interpol()
1272 if (b_no != NULL) { in twb_interpol()
1275 if (b_no[n] == offset+b) { in twb_interpol()
[all …]
H A Dbulk_trace_bubble.c686 int no, const int *b_no, in btb_interpol_dow() argument
712 if (b_no && *b_no != i) { in btb_interpol_dow()
727 } else if (b_no) { in btb_interpol_dow()
729 int b = b_no[i]; in btb_interpol_dow()
774 int no, const int *b_no, in btb_interpol() argument
799 if (b_no && *b_no != i) { in btb_interpol()
813 } else if (b_no) { in btb_interpol()
815 int b = b_no[i]; in btb_interpol()
H A Dwall_bubbles.c585 int no, const int *b_no, in wall_bubbles_interpol_dow() argument
605 if (b_no != NULL && no == 0) { in wall_bubbles_interpol_dow()
619 } else if (b_no) { in wall_bubbles_interpol_dow()
621 wall = b_no[i]; in wall_bubbles_interpol_dow()
659 int no, const int *b_no, in wall_bubbles_interpol() argument
678 if (b_no != NULL && no == 0) { in wall_bubbles_interpol()
691 } else if (b_no) { in wall_bubbles_interpol()
693 wall = b_no[i]; in wall_bubbles_interpol()
H A Dbulk_trace.c526 int dst = b_no[i];
550 int dst = b_no[i];
559 int no, const int *b_no,
568 if (b_no == NULL) {
574 int dst = b_no[i];
H A Dbubble.c317 int no, const int *b_no, in bubble_interpol() argument
369 int no, const int *b_no, in bubble_interpol_dow() argument
400 int no, const int *b_no, in bubble_interpol_d() argument
405 (EL_REAL_VEC_D *)vec, el_info, wall, no, b_no, f, f_data, thisptr); in bubble_interpol_d()
H A Dtrace_bubble.c279 int no, const int *b_no, in tb_interpol_dow() argument
312 int no, const int *b_no, in tb_interpol() argument
H A Draviart_thomas.c661 int no, const int *b_no, in rt_interpol_dow() argument
675 if (b_no == NULL) { in rt_interpol_dow()
684 w = b_no[j]/N_VERTICES(dim-1); in rt_interpol_dow()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Ddisc-ortho-poly.c.h551 if (b_no) { in d_ortho_interpol_1_2d()
560 int ib = b_no[i]; in d_ortho_interpol_1_2d()
582 int no, const int *b_no, in d_ortho_interpol_d_1_2d() argument
588 if (b_no) { in d_ortho_interpol_d_1_2d()
600 int ib = b_no[i]; in d_ortho_interpol_d_1_2d()
625 int no, const int *b_no, in d_ortho_interpol_dow_1_2d() argument
1037 if (b_no) { in d_ortho_interpol_2_2d()
1046 int ib = b_no[i]; in d_ortho_interpol_2_2d()
1068 int no, const int *b_no, in d_ortho_interpol_d_2_2d() argument
1074 if (b_no) { in d_ortho_interpol_d_2_2d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Ddisc-ortho-poly.c.h1432 if (b_no) { in d_ortho_interpol_1_3d()
1441 int ib = b_no[i]; in d_ortho_interpol_1_3d()
1463 int no, const int *b_no, in d_ortho_interpol_d_1_3d() argument
1469 if (b_no) { in d_ortho_interpol_d_1_3d()
1481 int ib = b_no[i]; in d_ortho_interpol_d_1_3d()
1506 int no, const int *b_no, in d_ortho_interpol_dow_1_3d() argument
1807 if (b_no) { in d_ortho_interpol_2_3d()
1816 int ib = b_no[i]; in d_ortho_interpol_2_3d()
1838 int no, const int *b_no, in d_ortho_interpol_d_2_3d() argument
1844 if (b_no) { in d_ortho_interpol_d_2_3d()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dbas_fct.c47 int no, const int *b_no, \
71 DEBUG_TEST_EXIT(!b_no || (no >= 0 && no <= lq->n_points), \
76 if (b_no) { \
78 int ib = wall < 0 ? b_no[i] : trace_map[b_no[i]]; \
79 rvec[ib] = f(el_info, lq, b_no[i], f_data); \
97 int no, const int *b_no, \
121 DEBUG_TEST_EXIT(!b_no || (no >= 0 && no <= lq->n_points), \
126 if (b_no) { \
128 int ib = wall < 0 ? b_no[i] : trace_map[b_no[i]]; \
129 f(rvec[ib], el_info, lq, b_no[i], f_data); \
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dflatten_sum.cc54 if(!make_consistent_only || btype==str_node::b_none || btype==str_node::b_no) { in apply()
H A Dflatten_product.cc56 if(!make_consistent_only || cbtype==str_node::b_none || cbtype==str_node::b_no) { in apply()
/dports/biology/seaview/seaview/
H A Dtrees.cxx749 Fl_Round_Button *b_alrt; Fl_Round_Button *b_no; Fl_Int_Input *b_count; variable
869 b_no = new Fl_Round_Button(b_alrt->x() + b_alrt->w() + 10, y, 60, 20, "None"); in phyml_dialog()
870 b_no->type(FL_RADIO_BUTTON); in phyml_dialog()
887 b_no->callback(support_cb, b_yes); in phyml_dialog()
1123 else if (b_no->value()) replicates = 0; in run_phyml_callback()

12