Home
last modified time | relevance | path

Searched refs:bpoints (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/polymake/polymake-4.5/apps/matroid/src/
H A Drepresentation.cc44 Matrix<Int> bpoints(n_elements, rank); in vector_to_int()
49 bpoints(*b, i)=1; in vector_to_int()
58 bpoints(temp, basis_element_index)=1; in vector_to_int()
62 return std::make_pair(bpoints, basis); in vector_to_int()
113 const Matrix<Int> bpoints = produce_binary_matrix(n, r, bases).first;
115 …const Set<Set<Int>> bpoint_basis_set = bases_for_finite_field(bpoints, sequence(0, bpoints.rows())…
117 matroid.take("BINARY_VECTORS") << bpoints;
/dports/games/phalanx/Phalanx-XXV/
H A Dbcreate.c154 int bpoints, wpoints; variable
160 bpoints=0; wpoints=0; in findgame()
170 if( strncmp(s,"1-0",3) == 0 ) { bpoints=LOO; wpoints=WIN; } in findgame()
171 else if( strncmp(s,"0-1",3) == 0 ) { bpoints=WIN; wpoints=LOO; } in findgame()
172 else if( strncmp(s,"1/2",3) == 0 ) { bpoints=DRA; wpoints=DRA; } in findgame()
173 else { bpoints=UNK; wpoints=UNK; } in findgame()
206 { if(bpoints) in addmove()
209 A[I].n = bpoints; positions++; in addmove()
/dports/games/scid/scid/engines/phalanx-scid/
H A Dbcreate.c146 int bpoints, wpoints; variable
152 bpoints=0; wpoints=0; in findgame()
162 if( strncmp(s,"1-0",3) == 0 ) { bpoints=LOO; wpoints=WIN; } in findgame()
163 else if( strncmp(s,"0-1",3) == 0 ) { bpoints=WIN; wpoints=LOO; } in findgame()
164 else if( strncmp(s,"1/2",3) == 0 ) { bpoints=DRA; wpoints=DRA; } in findgame()
165 else { bpoints=UNK; wpoints=UNK; } in findgame()
205 { if(bpoints) in addmove()
208 A[I].n = bpoints; positions++; in addmove()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_rotoscoping.c335 BPointF *bpoints; in filter_get_image() local
338 bpoints = mlt_properties_get_data( unique, "points", &length ); in filter_get_image()
344 bpoints[i].h1.x *= *width; in filter_get_image()
345 bpoints[i].p.x *= *width; in filter_get_image()
346 bpoints[i].h2.x *= *width; in filter_get_image()
347 bpoints[i].h1.y *= *height; in filter_get_image()
348 bpoints[i].p.y *= *height; in filter_get_image()
349 bpoints[i].h2.y *= *height; in filter_get_image()
358 curvePoints( bpoints[i], bpoints[j], &points, &count, &size ); in filter_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plusgpl/
H A Dfilter_rotoscoping.c337 BPointF *bpoints; in filter_get_image() local
340 bpoints = mlt_properties_get_data( unique, "points", &length ); in filter_get_image()
346 bpoints[i].h1.x *= *width; in filter_get_image()
347 bpoints[i].p.x *= *width; in filter_get_image()
348 bpoints[i].h2.x *= *width; in filter_get_image()
349 bpoints[i].h1.y *= *height; in filter_get_image()
350 bpoints[i].p.y *= *height; in filter_get_image()
351 bpoints[i].h2.y *= *height; in filter_get_image()
360 curvePoints( bpoints[i], bpoints[j], &points, &count, &size ); in filter_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_rotoscoping.c335 BPointF *bpoints; in filter_get_image() local
338 bpoints = mlt_properties_get_data( unique, "points", &length ); in filter_get_image()
344 bpoints[i].h1.x *= *width; in filter_get_image()
345 bpoints[i].p.x *= *width; in filter_get_image()
346 bpoints[i].h2.x *= *width; in filter_get_image()
347 bpoints[i].h1.y *= *height; in filter_get_image()
348 bpoints[i].p.y *= *height; in filter_get_image()
349 bpoints[i].h2.y *= *height; in filter_get_image()
358 curvePoints( bpoints[i], bpoints[j], &points, &count, &size ); in filter_get_image()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plusgpl/
H A Dfilter_rotoscoping.c337 BPointF *bpoints; in filter_get_image() local
340 bpoints = mlt_properties_get_data( unique, "points", &length ); in filter_get_image()
346 bpoints[i].h1.x *= *width; in filter_get_image()
347 bpoints[i].p.x *= *width; in filter_get_image()
348 bpoints[i].h2.x *= *width; in filter_get_image()
349 bpoints[i].h1.y *= *height; in filter_get_image()
350 bpoints[i].p.y *= *height; in filter_get_image()
351 bpoints[i].h2.y *= *height; in filter_get_image()
360 curvePoints( bpoints[i], bpoints[j], &points, &count, &size ); in filter_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_rotoscoping.c335 BPointF *bpoints; in filter_get_image() local
338 bpoints = mlt_properties_get_data( unique, "points", &length ); in filter_get_image()
344 bpoints[i].h1.x *= *width; in filter_get_image()
345 bpoints[i].p.x *= *width; in filter_get_image()
346 bpoints[i].h2.x *= *width; in filter_get_image()
347 bpoints[i].h1.y *= *height; in filter_get_image()
348 bpoints[i].p.y *= *height; in filter_get_image()
349 bpoints[i].h2.y *= *height; in filter_get_image()
358 curvePoints( bpoints[i], bpoints[j], &points, &count, &size ); in filter_get_image()
/dports/math/gsl/gsl-2.7/bspline/
H A Dtest.c275 gsl_vector_const_view bpoints = gsl_vector_const_view_array(bpoint_data, nbreak); in main() local
277 gsl_bspline_knots((const gsl_vector *) &bpoints, w); in main()
303 gsl_vector_const_view bpoints = gsl_vector_const_view_array(bpoint_data, nbreak); in main() local
305 gsl_bspline_knots((const gsl_vector *) &bpoints, w); in main()
332 gsl_vector_const_view bpoints = gsl_vector_const_view_array(bpoint_data, nbreak); in main() local
334 gsl_bspline_knots((const gsl_vector *) &bpoints, w); in main()
361 gsl_vector_const_view bpoints = gsl_vector_const_view_array(bpoint_data, nbreak); in main() local
363 gsl_bspline_knots((const gsl_vector *) &bpoints, w); in main()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_run.cpp134 String bpoints; in run() local
137 bpoints += E->get().replace(" ", "%20"); in run()
139 bpoints += ","; in run()
142 args.push_back(bpoints); in run()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_run.cpp134 String bpoints; in run() local
137 bpoints += E->get().replace(" ", "%20"); in run()
139 bpoints += ","; in run()
142 args.push_back(bpoints); in run()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_run.cpp166 String bpoints; in run() local
169 bpoints += E->get().replace(" ", "%20"); in run()
171 bpoints += ","; in run()
174 args.push_back(bpoints); in run()
H A Deditor_export.cpp307 String bpoints; in gen_debug_flags() local
310 bpoints += E->get().replace(" ", "%20"); in gen_debug_flags()
312 bpoints += ","; in gen_debug_flags()
315 r_flags.push_back(bpoints); in gen_debug_flags()
1159 String bpoints; in gen_export_flags() local
1162 bpoints += E->get().replace(" ", "%20"); in gen_export_flags()
1164 bpoints += ","; in gen_export_flags()
1167 r_flags.push_back(bpoints); in gen_export_flags()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_run.cpp166 String bpoints; in run() local
169 bpoints += E->get().replace(" ", "%20"); in run()
171 bpoints += ","; in run()
174 args.push_back(bpoints); in run()
H A Deditor_export.cpp307 String bpoints; in gen_debug_flags() local
310 bpoints += E->get().replace(" ", "%20"); in gen_debug_flags()
312 bpoints += ","; in gen_debug_flags()
315 r_flags.push_back(bpoints); in gen_debug_flags()
1159 String bpoints; in gen_export_flags() local
1162 bpoints += E->get().replace(" ", "%20"); in gen_export_flags()
1164 bpoints += ","; in gen_export_flags()
1167 r_flags.push_back(bpoints); in gen_export_flags()
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Ddebugger.cpp489 bpoints.freeall(FALSE); in ~Debugger()
545 bpoints.getLinesForURI(info -> getBaseURI(), currentLines); in setBreakpointsOnElement()
585 bpoints.reset(); in setBreakpoints()
969 if ((bp = bpoints.setBP(uri, line))) in doSetBreakpoint()
1253 bpoints.listAll(running); in doCommand()
1259 bpoints.clearBP(idx, running); in doCommand()
1268 if (!bpoints.setExpression(S, idx, args, running)) in doCommand()
1283 if (bpoints.disableBP(idx)) in doCommand()
1291 bpoints.clearAll(running); in doCommand()
1296 bpoints.statAll(running); in doCommand()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.cpp1320 List<int> bpoints; in _edit_option() local
1321 tx->get_breakpoints(&bpoints); in _edit_option()
1332 List<int> bpoints; in _edit_option() local
1334 if (bpoints.size() <= 0) { in _edit_option()
1341 if (line >= bpoints[bpoints.size() - 1]) { in _edit_option()
1342 tx->unfold_line(bpoints[0]); in _edit_option()
1360 List<int> bpoints; in _edit_option() local
1362 if (bpoints.size() <= 0) { in _edit_option()
1368 if (line <= bpoints[0]) { in _edit_option()
1369 tx->unfold_line(bpoints[bpoints.size() - 1]); in _edit_option()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.cpp1320 List<int> bpoints; in _edit_option() local
1321 tx->get_breakpoints(&bpoints); in _edit_option()
1332 List<int> bpoints; in _edit_option() local
1334 if (bpoints.size() <= 0) { in _edit_option()
1341 if (line >= bpoints[bpoints.size() - 1]) { in _edit_option()
1342 tx->unfold_line(bpoints[0]); in _edit_option()
1360 List<int> bpoints; in _edit_option() local
1362 if (bpoints.size() <= 0) { in _edit_option()
1368 if (line <= bpoints[0]) { in _edit_option()
1369 tx->unfold_line(bpoints[bpoints.size() - 1]); in _edit_option()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1483 List<int> bpoints; in _menu_option() local
1484 current->get_text_edit()->get_breakpoints(&bpoints); in _menu_option()
1494 List<int> bpoints; in _menu_option() local
1496 if (bpoints.size() <= 0) { in _menu_option()
1502 if (line >= bpoints[bpoints.size() - 1]) { in _menu_option()
1516 List<int> bpoints; in _menu_option() local
1518 if (bpoints.size() <= 0) { in _menu_option()
1524 if (line <= bpoints[0]) { in _menu_option()
1525 current->get_text_edit()->cursor_set_line(bpoints[bpoints.size() - 1]); in _menu_option()
1871 List<int> bpoints; in get_breakpoints() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1483 List<int> bpoints; in _menu_option() local
1484 current->get_text_edit()->get_breakpoints(&bpoints); in _menu_option()
1494 List<int> bpoints; in _menu_option() local
1496 if (bpoints.size() <= 0) { in _menu_option()
1502 if (line >= bpoints[bpoints.size() - 1]) { in _menu_option()
1516 List<int> bpoints; in _menu_option() local
1518 if (bpoints.size() <= 0) { in _menu_option()
1524 if (line <= bpoints[0]) { in _menu_option()
1525 current->get_text_edit()->cursor_set_line(bpoints[bpoints.size() - 1]); in _menu_option()
1871 List<int> bpoints; in get_breakpoints() local
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34010/
H A Dtms34010.cpp180 if (std::find(std::begin(cpu->bpoints), std::end(cpu->bpoints), _pc) != in run()
181 std::end(cpu->bpoints)) { in run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms34010/
H A Dtms34010.cpp136 if (std::find(std::begin(cpu->bpoints), std::end(cpu->bpoints), _pc) != in run()
137 std::end(cpu->bpoints)) { in run()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/curves/bezier/
H A Dcubicbezierspline.cpp31 const QStringList bpoints = spline.split(QLatin1Char('|')); in fromString() local
32 for (const QString &bpoint : bpoints) { in fromString()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dgrid_functions.py1715 bpoints = self.points_from_unit(upoints)
1716 bpoints.shape = nlines,n,self.space_dim
1718 bpoints = upoints
1719 bpoints.shape = nlines,n,self.grid_dim
1721 return bpoints
1740 bpoints = self.get_boundary_lines(n=n)
1741 for bp in bpoints:
1815 for bp in bpoints:
3777 bpoints = np.inner(ax_trans,bpoints)
3778 bpoints = np.transpose(bpoints,(1,2,0))
[all …]
/dports/databases/grass7/grass-7.8.6/gui/wxpython/vdigit/
H A Dwxdigit.py1882 bpoints = Vect_new_line_struct()
1908 Vect_reset_line(bpoints)
1909 Vect_append_point(bpoints, x.value, y.value, 0.0)
1911 bpoints, self.poCats)
1925 Vect_reset_line(bpoints)
1926 Vect_append_point(bpoints, x.value, y.value, 0.0)
1928 bpoints, self.poCats)
1935 Vect_destroy_line_struct(bpoints)

12