Searched refs:_add_arc (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | g_arc.c | 139 _add_arc (_plotter->drawstate->path, pc, p1); in _API_farc()
|
H A D | g_subpaths.c | 280 _add_arc (plPath *path, plPoint pc, plPoint p1) in _add_arc() function
|
H A D | extern.h | 1190 extern void _add_arc (plPath *path, plPoint pc, plPoint p1);
|
/dports/math/giacxcas/giac-1.6.0/src/ |
H A D | graphtheory.h | 107 gen _add_arc(const gen &g,GIAC_CONTEXT);
|
H A D | graphtheory.cc | 2388 gen _add_arc(const gen &g,GIAC_CONTEXT) { in _add_arc() function 2409 static define_unary_function_eval(__add_arc,&_add_arc,_add_arc_s);
|
/dports/math/openfst/openfst-1.8.1/src/extensions/python/ |
H A D | pywrapfst.pxd | 319 cdef void _add_arc(self, int64 state, Arc arc) except * member in MutableFst
|
H A D | pywrapfst.pyx | 2046 cdef void _add_arc(self, int64 state, Arc arc) except *: member in MutableFst 2069 self._add_arc(state, arc)
|
H A D | pywrapfst.cpp | 1996 …void (*_add_arc)(struct __pyx_obj_9pywrapfst_MutableFst *, int64, struct __pyx_obj_9pywrapfst_Arc … member 23260 …((struct __pyx_vtabstruct_9pywrapfst_MutableFst *)__pyx_v_self->__pyx_base.__pyx_vtab)->_add_arc(_… in __pyx_pf_9pywrapfst_10MutableFst_add_arc() 52067 …__pyx_vtable_9pywrapfst_MutableFst._add_arc = (void (*)(struct __pyx_obj_9pywrapfst_MutableFst *, … in __Pyx_modinit_type_init_code()
|