Home
last modified time | relevance | path

Searched +defs:new +defs:op (Results 226 – 250 of 2724) sorted by relevance

12345678910>>...109

/dports/editors/helix/helix-0.5.0/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/misc/xplr/xplr-0.17.0/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/net/oha/oha-0.4.7/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/devel/desed/desed-1.2.0/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/cassowary-0.3.0/src/
H A Dlib.rs245 pub fn new() -> Variable { in new() method
260 fn new(variable: Variable, coefficient: f64) -> Term { in new() method
293 pub fn new(terms: Vec<Term>, constant: f64) -> Expression { in new() method
389 op: RelationalOperator field
401 pub fn new(e: Expression, op: RelationalOperator, strength: f64) -> Constraint { in new() method
413 pub fn op(&self) -> RelationalOperator { in op() method
496 fn new(constant: f64) -> Row { in new() method
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_route.c44 struct ospf_route *new; in ospf_route_new() local
64 struct ospf_path *new; in ospf_path_new() local
73 struct ospf_path *new; in ospf_path_dup() local
81 void ospf_path_free(struct ospf_path *op) in ospf_path_free()
150 struct ospf_path *op; in ospf_route_match_same() local
821 struct ospf_path *op; in ospf_path_lookup() local
H A Dospf_ase.c136 struct ospf_path *op; in ospf_ase_complete_direct_routes() local
242 struct ospf_route *new; in ospf_ase_calculate_new_route() local
285 struct ospf_route *new, * or ; in ospf_ase_calculate_route() local
546 struct ospf_path *op; in ospf_ase_route_match_same() local
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_route.c44 struct ospf_route *new; in ospf_route_new() local
64 struct ospf_path *new; in ospf_path_new() local
73 struct ospf_path *new; in ospf_path_dup() local
81 void ospf_path_free(struct ospf_path *op) in ospf_path_free()
150 struct ospf_path *op; in ospf_route_match_same() local
821 struct ospf_path *op; in ospf_path_lookup() local
H A Dospf_ase.c136 struct ospf_path *op; in ospf_ase_complete_direct_routes() local
242 struct ospf_route *new; in ospf_ase_calculate_new_route() local
285 struct ospf_route *new, * or ; in ospf_ase_calculate_route() local
546 struct ospf_path *op; in ospf_ase_route_match_same() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/
H A Dpolicy.c618 static int audit_policy(struct aa_label *label, const char *op, in audit_policy()
683 const char *op; in aa_may_manage_policy() local
741 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile()
813 static void share_name(struct aa_profile *old, struct aa_profile *new) in share_name()
825 static struct aa_profile *update_to_newest_parent(struct aa_profile *new) in update_to_newest_parent()
864 const char *op; in aa_replace_profiles() local
/dports/games/typespeed/typespeed-0.6.5/src/
H A Dfile.c373 char *new, *p, *retval; in escstr() local
508 int i, k, op; in getfinfo() local
707 struct hentry **entries, **new; in loadscores() local
1175 readfile(char *filename, int op) in readfile()
1260 setoptions(char *option, char *value, int op) in setoptions()
1411 char *new, *p, *retval; in unescstr() local
/dports/multimedia/libv4l/linux-5.13-rc2/security/apparmor/
H A Dpolicy.c618 static int audit_policy(struct aa_label *label, const char *op, in audit_policy()
683 const char *op; in aa_may_manage_policy() local
741 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile()
813 static void share_name(struct aa_profile *old, struct aa_profile *new) in share_name()
825 static struct aa_profile *update_to_newest_parent(struct aa_profile *new) in update_to_newest_parent()
864 const char *op; in aa_replace_profiles() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/apparmor/
H A Dpolicy.c618 static int audit_policy(struct aa_label *label, const char *op, in audit_policy()
683 const char *op; in aa_may_manage_policy() local
741 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile()
813 static void share_name(struct aa_profile *old, struct aa_profile *new) in share_name()
825 static struct aa_profile *update_to_newest_parent(struct aa_profile *new) in update_to_newest_parent()
864 const char *op; in aa_replace_profiles() local
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-criteria.c63 const char *idmef_criterion_operator_to_string(idmef_criterion_operator_t op) in idmef_criterion_operator_to_string()
118 idmef_criterion_value_t *value, idmef_criterion_operator_t op) in idmef_criterion_new()
451 idmef_criteria_t *new; in idmef_criteria_clone() local
587 idmef_criteria_t *new, *last = NULL; in idmef_criteria_and_criteria() local
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_ase.c137 struct ospf_path *op; in ospf_ase_complete_direct_routes() local
247 struct ospf_route *new; in ospf_ase_calculate_new_route() local
294 struct ospf_route *new, *or; in ospf_ase_calculate_route() local
552 struct ospf_path *op; in ospf_ase_route_match_same() local
/dports/shells/rc/rc-1.7.4/
H A Dfootobar.c44 static int defaultfd(int op) { in defaultfd()
157 int op = n->u[0].i; in Tconv() local
165 int op = n->u[0].i; in Tconv() local
238 List *first, *last, *new; in parse_var() local
/dports/devel/vasm/vasm/cpus/jagrisc/
H A Dcpu.c256 operand *new = mymalloc(sizeof(*new)); in new_operand() local
272 int parse_operand(char *p, int len, operand *op, int required) in parse_operand()
367 static int32_t eval_oper(instruction *ip,operand *op,section *sec, in eval_oper()
548 dblock *eval_data(operand *op, size_t bitsize, section *sec, taddr pc) in eval_data()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dao_replicated.F1177 subroutine util_mat_reduce(n, nr, map, a, lda, r, op) argument
1232 subroutine scf_dens_reorder(nfock, nbf, old, new) argument
1235 double precision old(nbf*nbf,nfock), new(nfock,nbf*nbf) local
1246 subroutine scf_fock_reorder(nfock, nbf, old, new) argument
1249 double precision old(nfock,nbf*nbf), new(nbf*nbf,nfock) local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dao_replicated.F1181 subroutine util_mat_reduce(n, nr, map, a, lda, r, op) argument
1236 subroutine scf_dens_reorder(nfock, nbf, old, new) argument
1239 double precision old(nbf*nbf,nfock), new(nfock,nbf*nbf) local
1250 subroutine scf_fock_reorder(nfock, nbf, old, new) argument
1253 double precision old(nfock,nbf*nbf), new(nbf*nbf,nfock) local
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dread.c86 PathElt* new; in RDcurveto() local
95 GlyphPathElt* new; in RDcurveto() local
120 PathElt* new; in RDmtlt() local
126 GlyphPathElt* new; in RDmtlt() local
379 char op[80]; in DoName() local
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dtparam.c178 char *op = outstring; in tparam1() local
194 char *new; in tparam1() local
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Drng_mrg.py48 def new(cls, rstate, ndim, dtype, size): member in GPUA_mrg_uniform
310 def local_gpua_mrg_graph(op, context_name, inputs, outputs): argument
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Dguest_mips_toIR.c500 #define SXXV_PATTERN(op) \ argument
512 #define SXXV_PATTERN64(op) \ argument
524 #define SXX_PATTERN(op) \ argument
527 #define ALU_PATTERN(op) \ argument
530 #define ALUI_PATTERN(op) \ argument
533 #define ALUI_PATTERN64(op) \ argument
536 #define ALU_PATTERN64(op) \ argument
897 static IRExpr *unop(IROp op, IRExpr * a) in unop()
902 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2) in binop()
2276 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local
[all …]

12345678910>>...109