Home
last modified time | relevance | path

Searched +defs:w +defs:f +defs:head (Results 1 – 25 of 1550) sorted by relevance

12345678910>>...62

/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dchordality.c74 igraph_vector_long_t head, next, prev; /* doubly linked list with head */ in igraph_maximum_cardinality_search() local
119 VECTOR(head)[0] = 1; in igraph_maximum_cardinality_search() local
147 VECTOR(head)[j] = x; in igraph_maximum_cardinality_search() local
169 long int w = (long int) VECTOR(*neis)[k]; in igraph_maximum_cardinality_search() local
185 VECTOR(head)[ws] = nw; in igraph_maximum_cardinality_search() local
205 VECTOR(head)[ws] = w + 1; in igraph_maximum_cardinality_search() local
289 igraph_vector_long_t f, index; in igraph_is_chordal() local
300 long int v, w, x; in igraph_is_chordal() local
377 VECTOR(f)[w] = w; in igraph_is_chordal() local
450 if (VECTOR(f)[x] == x) { in igraph_is_chordal() local
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Ddecomposition.c62 igraph_vector_long_t head, next, prev; /* doubly linked list with head */ in igraph_maximum_cardinality_search() local
117 VECTOR(head)[0] = 1; in igraph_maximum_cardinality_search() local
145 VECTOR(head)[j] = x; in igraph_maximum_cardinality_search() local
167 long int w = (long int) VECTOR(*neis)[k]; in igraph_maximum_cardinality_search() local
183 VECTOR(head)[ws] = nw; in igraph_maximum_cardinality_search() local
203 VECTOR(head)[ws] = w + 1; in igraph_maximum_cardinality_search() local
283 igraph_vector_long_t f, index; in igraph_is_chordal() local
294 long int v, w, x; in igraph_is_chordal() local
361 VECTOR(f)[w] = w; in igraph_is_chordal() local
434 if (VECTOR(f)[x] == x) { in igraph_is_chordal() local
[all …]
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_npn3_finder.h80 literal w, x, y, z; member
118 …void set_on_mux(std::function<void(literal head, literal cond, literal th, literal el)> const& f) … in set_on_mux()
119 …void set_on_maj(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_maj()
120 …void set_on_orand(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m… in set_on_orand()
121 …void set_on_and(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_and()
122 …void set_on_xor(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_xor()
123 …void set_on_andxor(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_andxor()
124 …void set_on_xorand(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_xorand()
125 …void set_on_gamble(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_gamble()
126 …void set_on_onehot(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_onehot()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_npn3_finder.h80 literal w, x, y, z; member
119 …void set_on_mux(std::function<void(literal head, literal cond, literal th, literal el)> const& f) … in set_on_mux()
120 …void set_on_maj(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_maj()
121 …void set_on_orand(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m… in set_on_orand()
122 …void set_on_and(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_and()
123 …void set_on_xor(std::function<void(literal head, literal a, literal b, literal c)> const& f) { m_o… in set_on_xor()
124 …void set_on_andxor(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_andxor()
125 …void set_on_xorand(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_xorand()
126 …void set_on_gamble(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_gamble()
127 …void set_on_onehot(std::function<void(literal head, literal a, literal b, literal c)> const& f) { … in set_on_onehot()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dsfpool.c85 static int _sfphead(Sfpool_t * p, Sfio_t * f, int n) in _sfphead()
87 reg Sfio_t *head; in _sfphead() local
88 reg ssize_t k, w, v; in _sfphead() local
155 static int _sfpdelete(Sfpool_t * p, Sfio_t * f, int n) in _sfpdelete()
202 static int _sfpmove(reg Sfio_t * f, reg int type) in _sfpmove()
222 Sfio_t *sfpool(reg Sfio_t * f, reg Sfio_t * pf, reg int mode) in sfpool()
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dclipper_types.cpp59 String::String( const int i, const int w ) in String()
62 String::String( const long i, const int w ) in String()
65 String::String( const float f, const int w, const int p ) in String()
68 String::String( const double f, const int w, const int p ) in String()
100 String String::head() const in head() function in clipper::String
115 String String::rational( const double f, const int b, const bool sign ) in rational()
137 { std::istringstream s(*this); float f; s >> f; return f; } in f32() local
140 { std::istringstream s(*this); double f; s >> f; return f; } in f64() local
142 ftype String::f() const in f() function in clipper::String
143 { std::istringstream s(*this); ftype f; s >> f; return f; } in f() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/sfio/
H A Dsfpool.c99 static int _sfphead(Sfpool_t* p, Sfio_t* f, int n) in _sfphead()
107 reg Sfio_t* head; local
108 reg ssize_t k, w, v; local
170 static int _sfpdelete(Sfpool_t* p, Sfio_t* f, int n) in _sfpdelete()
220 static int _sfpmove(reg Sfio_t* f, reg int type) in _sfpmove()
246 Sfio_t* sfpool(reg Sfio_t* f, reg Sfio_t* pf, reg int mode) in sfpool()
/dports/shells/ksh93/ast-93u/src/lib/libast/sfio/
H A Dsfpool.c99 static int _sfphead(Sfpool_t* p, Sfio_t* f, int n) in _sfphead()
107 reg Sfio_t* head; local
108 reg ssize_t k, w, v; local
170 static int _sfpdelete(Sfpool_t* p, Sfio_t* f, int n) in _sfpdelete()
220 static int _sfpmove(reg Sfio_t* f, reg int type) in _sfpmove()
246 Sfio_t* sfpool(reg Sfio_t* f, reg Sfio_t* pf, reg int mode) in sfpool()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dsfpool.c95 static_fn int _sfphead(Sfpool_t *p, Sfio_t *f, int n) { in _sfphead()
96 Sfio_t *head; in _sfphead() local
97 ssize_t k, w, v; in _sfphead() local
157 static_fn int _sfpdelete(Sfpool_t *p, Sfio_t *f, int n) { in _sfpdelete()
196 static_fn int _sfpmove(Sfio_t *f, int type) { in _sfpmove()
211 Sfio_t *sfpool(Sfio_t *f, Sfio_t *pf, int mode) { in sfpool()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfpool.c99 static int _sfphead(Sfpool_t* p, Sfio_t* f, int n) in _sfphead()
107 reg Sfio_t* head; local
108 reg ssize_t k, w, v; local
170 static int _sfpdelete(Sfpool_t* p, Sfio_t* f, int n) in _sfpdelete()
220 static int _sfpmove(reg Sfio_t* f, reg int type) in _sfpmove()
246 Sfio_t* sfpool(reg Sfio_t* f, reg Sfio_t* pf, reg int mode) in sfpool()
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dvscreen.c144 struct list_head *head; in vscreen_copy_frameset() local
161 vscreen_restore_frameset(rp_vscreen *v, struct list_head *head) in vscreen_restore_frameset()
186 frameset_free(struct list_head *head) in frameset_free()
214 vscreen_find_frame_by_frame(rp_vscreen *v, rp_frame *f) in vscreen_find_frame_by_frame()
290 vscreen_move_window(rp_vscreen *to, rp_window *w) in vscreen_move_window()
293 rp_frame *f; in vscreen_move_window() local
519 vscreen_in_list(struct list_head *h, rp_window_elem *w) in vscreen_in_list()
547 vscreen_add_window(rp_vscreen *v, rp_window *w) in vscreen_add_window()
615 rp_frame *f; in vscreen_last_window() local
645 rp_frame *f; in vscreen_next_window() local
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/librecsort/
H A Drswrite.c54 #define RESERVE(rs,f,rsrv,endrsrv,cur,w) \ argument
73 int rswrite(Rs_t* rs, Sfio_t* f, int type) in rswrite()
83 ssize_t w, head, n; local
/dports/shells/ksh93/ast-93u/src/lib/librecsort/
H A Drswrite.c54 #define RESERVE(rs,f,rsrv,endrsrv,cur,w) \ argument
73 int rswrite(Rs_t* rs, Sfio_t* f, int type) in rswrite()
83 ssize_t w, head, n; local
/dports/shells/ast-ksh/ast-ksh93v/src/lib/librecsort/
H A Drswrite.c54 #define RESERVE(rs,f,rsrv,endrsrv,cur,w) \ argument
73 int rswrite(Rs_t* rs, Sfio_t* f, int type) in rswrite()
83 ssize_t w, head, n; local
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/Data/Generics/Any/
H A DPrelude.hs10 head (decompose -> ("(:)",[x,_])) = x function
27 just_ w x = compose w "Just" [x] function
30 nil_ w = compose w "[]" [] function
33 list_ w x = cons x $ nil_ w function
37 where f x y = case uncons x of function
53 fromList w = children (compose0 w "(:)") !! 0 function
54 fromMaybe w = children (compose0 w "Just") !! 0 function
55 fromTuple w = children (compose0 w $ typeShell w) function
/dports/net-p2p/jackett/Jackett/Definitions/
H A Dgenesismovement.yml73 selector: a[href="account-logout.php"]
74
75 search:
104 attribute: href
113 attribute: href
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dscreen.c68 struct list_head *head; in screen_copy_frameset() local
86 screen_restore_frameset (rp_screen *s, struct list_head *head) in screen_restore_frameset()
111 frameset_free (struct list_head *head) in frameset_free()
139 screen_find_frame_by_frame (rp_screen *s, rp_frame *f) in screen_find_frame_by_frame()
155 find_screen (Window w) in find_screen()
188 is_a_root_window (unsigned int w) in is_a_root_window()
505 is_rp_window_for_given_screen (Window w, rp_screen *s) in is_rp_window_for_given_screen()
517 is_rp_window (Window w) in is_rp_window()
595 rp_frame *f; in screen_update() local

12345678910>>...62