Searched refs:no_of_curves_alloc (Results 1 – 3 of 3) sorted by relevance
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/ |
H A D | sh6connect.c | 181 pt1->no_of_curves_alloc += 4; 185 pt1->no_of_curves_alloc, int); 188 pt1->no_of_curves_alloc, int); 190 pt1->no_of_curves_alloc, int); 192 pt1->no_of_curves_alloc, int); 194 pt1->no_of_curves_alloc, int); 216 pt2->no_of_curves_alloc += 4; 221 pt2->no_of_curves_alloc, int); 224 pt2->no_of_curves_alloc, int); 228 pt2->no_of_curves_alloc, int); [all …]
|
H A D | construct.c | 892 pnew->no_of_curves_alloc = 0; 1196 pnew->no_of_curves_alloc = 4; 1199 if ((pnew->pnext = newarray (pnew->no_of_curves_alloc, SISLIntpt *)) == SISL_NULL) 1201 if ((pnew->curve_dir = newarray (pnew->no_of_curves_alloc, INT)) == SISL_NULL) 1203 if ((pnew->left_obj_1 = newarray (pnew->no_of_curves_alloc, INT)) == SISL_NULL) 1205 if ((pnew->left_obj_2 = newarray (pnew->no_of_curves_alloc, INT)) == SISL_NULL) 1207 if ((pnew->right_obj_1 = newarray (pnew->no_of_curves_alloc, INT)) == SISL_NULL) 1209 if ((pnew->right_obj_2 = newarray (pnew->no_of_curves_alloc, INT)) == SISL_NULL) 1266 for (ki = 0; ki < pnew->no_of_curves_alloc; ki++)
|
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/include/ |
H A D | sislP.h | 227 int no_of_curves_alloc; /* The size of the arrays allocated */ member
|