Home
last modified time | relevance | path

Searched +refs:add +refs:module +refs:begin (Results 51 – 75 of 20244) sorted by relevance

12345678910>>...810

/dports/cad/yosys/yosys-yosys-0.12/manual/
H A DPRESENTATION_ExAdv.tex60 select foobar # select module foobar
72 to switch to module context.
75 In module context all commands only effect the active module. Objects in the module
105 select foo/t:$add # select all $add cells from the module foo
149 # select all wires that are inputs to $add cells
150 select t:$add %ci w:* %i
173 The commands {\tt select -add} and {\tt select -del} respectively add or remove objects
179 select -add reg_* # select a bunch of objects
181 select -add state %ci # and add mor stuff
190 select t:$add t:$sub # select all $add and $sub cells
[all …]
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/pwrapper/
H A Dregistry.cpp127 void addConstants(PyObject *module);
422 vector<string> add; in registerDummyTypes() local
426 add.push_back(cName.substr(0, cName.find('<'))); in registerDummyTypes()
428 for (int i = 0; i < (int)add.size(); i++) in registerDummyTypes()
429 addClass(add[i], add[i], ""); in registerDummyTypes()
471 PyModule_AddObject(module, "args", list); in addConstants()
500 for (it = mEnumValues.begin(); it != mEnumValues.end(); it++) { in addConstants()
616 if (module == NULL) in initModule()
689 (*it)(module); in initModule()
692 addConstants(module); in initModule()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dcore-primitive.rkt27 "../common/module-path.rkt"
35 (define-syntax-rule (add-core-primitives! #:table primitive-ids id/maybe-protected ...)
36 (begin
39 (begin
40 (add-a-core-primitive! id/maybe-protected)
48 (define-syntax add-a-core-primitive!
50 [(_ (protect id)) (add-core-primitive! 'id id #:protected? #t)]
51 [(_ id) (add-core-primitive! 'id id)]))
53 (add-core-primitives! #:table primitive-ids
182 internal-definition-context-add-scopes
[all …]
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dcore-primitive.rkt27 "../common/module-path.rkt"
35 (define-syntax-rule (add-core-primitives! #:table primitive-ids id/maybe-protected ...)
36 (begin
39 (begin
40 (add-a-core-primitive! id/maybe-protected)
48 (define-syntax add-a-core-primitive!
50 [(_ (protect id)) (add-core-primitive! 'id id #:protected? #t)]
51 [(_ id) (add-core-primitive! 'id id)]))
53 (add-core-primitives! #:table primitive-ids
182 internal-definition-context-add-scopes
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dexpr.rkt10 "../common/module-path.rkt"
528 (define (make-begin log-tag parsed-begin
555 'begin
556 (let ([nonempty-begin (make-begin 'prim-begin parsed-begin #:last-is-tail? #t)])
558 ;; Empty `begin` allowed in 'top-level and 'module contexts,
568 (nonempty-begin s ctx))]
570 (nonempty-begin s ctx)]))))
617 (module-binding? b)
618 (eq? (module-binding-module b) (root-expand-context-self-mpi ctx)))
628 [(top-level-module-path-index? (module-binding-module b)) s]
[all …]
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dexpr.rkt10 "../common/module-path.rkt"
528 (define (make-begin log-tag parsed-begin
555 'begin
556 (let ([nonempty-begin (make-begin 'prim-begin parsed-begin #:last-is-tail? #t)])
558 ;; Empty `begin` allowed in 'top-level and 'module contexts,
568 (nonempty-begin s ctx))]
570 (nonempty-begin s ctx)]))))
617 (module-binding? b)
618 (eq? (module-binding-module b) (root-expand-context-self-mpi ctx)))
628 [(top-level-module-path-index? (module-binding-module b)) s]
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-verilog.r/systemverilog-basic.d/
H A Dexpected.tags23 mod input.sv /^module mod#($/;" m
64 add input.sv /^task add ($/;" t module:mod
65 mod.add input.sv /^task add ($/;" t module:mod
66 x input.sv /^ input x, y$/;" p task:mod.add
67 mod.add.x input.sv /^ input x, y$/;" p task:mod.add
68 y input.sv /^ input x, y$/;" p task:mod.add
69 mod.add.y input.sv /^ input x, y$/;" p task:mod.add
70 z input.sv /^ ,output z$/;" p task:mod.add
71 mod.add.z input.sv /^ ,output z$/;" p task:mod.add
90 …input.sv /^ for (gencnt = 0; gencnt < PARAM1; gencnt = gencnt + 1) begin: array$/;" b module:mod
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/jfp/
H A Dlang.rkt11 (provide (except-out (all-from-out scribble/doclang) #%module-begin)
14 (rename-out [module-begin #%module-begin]))
16 (module test racket/base)
19 (define-syntax (module-begin stx)
25 #'(module-begin id . body)]
27 #'(#%module-begin id (post-process) () . body)]))
36 (add-defaults doc
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dlatex.kak15 require-module latex
25 add-highlighter window/latex ref latex
29 provide-module latex %~
34 add-highlighter shared/latex regions
35 add-highlighter shared/latex/content default-region group
74 # indent after line ending with \begin{...}[...]{...}, with multiple
79 <a-k>\\begin\h*\{[^\}]+\}(\h|\[.*\]|\{.*\})*$<ret> \
89 # Align \end{...} with corresponding \begin{...}
92 <a-?>\\begin\s*\{<c-r>.\}<ret> <a-S>1<a-&>
99 # Wisely add "\end{...}".
[all …]
H A Druby.kak15 require-module ruby
32 add-highlighter window/ruby ref ruby
36 provide-module ruby %§
41 add-highlighter shared/ruby regions
50 add-highlighter shared/ruby/ region ^=begin ^=end fill comment
88 keywords="alias|and|begin|break|case|class|def|defined|do|else|elsif|end"
89 … keywords="${keywords}|ensure|false|for|if|in|module|next|nil|not|or|private|protected|public|redo"
158 …t <a-x> <a-k> ^ \h * (rescue) $ <ret> <a-a> i <a-semicolon> <a-?> ^ \h * (begin|def) …
169 …try %{ execute-keys -draft k <a-x> <a-k> ^ \h * (begin|case|class|def|else|elsif|ensure|for|if|mod…
177 # wisely add end structure
[all …]
H A Docaml.kak15 require-module ocaml
20 add-highlighter window/ocaml ref ocaml
24 provide-module ocaml %{
29 add-highlighter shared/ocaml regions
47 # the module name in a module path, e.g. 'M' in 'M.x'
48 add-highlighter shared/ocaml/code/ regex (\b[A-Z][a-zA-Z0-9_]*[\h\n]*)(?=\.) 0:module
49 # (simple) module declarations
50 add-highlighter shared/ocaml/code/ regex (?<=module)([\h\n]+[A-Z][a-zA-Z0-9_]*) 0:module
53 add-highlighter shared/ocaml/code/ regex (?<=module)([\h\n]+type[\h\n]+[A-Z][a-zA-Z0-9_]*) 0:module
55 add-highlighter shared/ocaml/code/ regex (?<=open)([\h\n]+[A-Z][a-zA-Z0-9_]*) 0:module
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/scribble-text-lib/scribble/text/
H A Dsyntax-utils.rkt5 (provide module-begin/text begin/text include/text begin/collect
26 (define (add) (cons (fun (reverse before) cur (reverse after)) r))
28 (reverse (if (or cur (pair? before) (pair? after)) (add) r))
32 (loop xs (list x) #f '() (add))
34 [(or cur (pair? after)) (loop xs '() x '() (add))]
109 ;; add a dummy define and throw it away, to get rid of initial newlines
113 ;; module-begin for text files
114 (define-syntax-rule (module-begin/text expr ...)
115 (#%plain-module-begin
117 (process-begin/text begin output expr ...)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/lncs/
H A Dlang.rkt20 (module test racket/base)
22 (provide (except-out (all-from-out scribble/doclang) #%module-begin)
24 (rename-out [module-begin #%module-begin])
30 (define-syntax (module-begin stx)
37 #'(module-begin id . body)]
39 #'(#%module-begin id (post-process) () . body)]))
48 (add-defaults doc
133 (begin
152 (add-between
180 (add-between
[all …]
/dports/lang/racket/racket-8.3/collects/syntax/
H A Dapply-transformer.rkt18 (eq? context 'module)
19 (eq? context 'module-begin)
22 "(or/c 'expression 'top-level 'module 'module-begin list?)"
35 ; compatibility if given more than one, add inside-edge scopes for each.
40 (internal-definition-context-introduce intdef-ctx stx 'add))
/dports/lang/racket-minimal/racket-8.3/collects/syntax/
H A Dapply-transformer.rkt18 (eq? context 'module)
19 (eq? context 'module-begin)
22 "(or/c 'expression 'top-level 'module 'module-begin list?)"
35 ; compatibility if given more than one, add inside-edge scopes for each.
40 (internal-definition-context-introduce intdef-ctx stx 'add))
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dtop.rkt30 ;; `define-syntaxes` in a module
49 (define mpis (make-module-path-index-table))
56 phase-to-link-module-uses
57 phase-to-link-module-uses-expr
61 (compile-forms (flatten-begin p) cctx mpis
87 (define (add-metadata ht)
94 (add-metadata
149 phase-to-link-module-uses
175 (define (flatten-begin p)
177 [(parsed-begin? p)
[all …]
H A Dexpr.rkt47 (add-lambda-properties
55 (add-lambda-properties
89 [(parsed-begin? p)
90 (correlate~ s (compile-begin (parsed-begin-body p) cctx name result-used?))]
127 (compile-begin bodys cctx name result-used?)))
129 (define (compile-begin es cctx name result-used?)
131 `(begin ,@(for/list ([e (in-list es)]
136 (define (add-lambda-properties s inferred-name orig-s)
170 (add-undefined-error-name-property sym id))
177 (define (add-undefined-error-name-property sym orig-id)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dtop.rkt30 ;; `define-syntaxes` in a module
49 (define mpis (make-module-path-index-table))
56 phase-to-link-module-uses
57 phase-to-link-module-uses-expr
61 (compile-forms (flatten-begin p) cctx mpis
87 (define (add-metadata ht)
94 (add-metadata
149 phase-to-link-module-uses
175 (define (flatten-begin p)
177 [(parsed-begin? p)
[all …]
H A Dexpr.rkt47 (add-lambda-properties
55 (add-lambda-properties
89 [(parsed-begin? p)
90 (correlate~ s (compile-begin (parsed-begin-body p) cctx name result-used?))]
127 (compile-begin bodys cctx name result-used?)))
129 (define (compile-begin es cctx name result-used?)
131 `(begin ,@(for/list ([e (in-list es)]
136 (define (add-lambda-properties s inferred-name orig-s)
170 (add-undefined-error-name-property sym id))
177 (define (add-undefined-error-name-property sym orig-id)
[all …]
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dbugpoint.cc134 for (auto module : design->modules()) in clean_design() local
135 design_copy->add(module->clone()); in clean_design()
147 for (auto module : design->modules()) in simplify_something() local
148 design_copy->add(module->clone()); in simplify_something()
154 for (auto module : design_copy->modules()) in simplify_something() local
156 if (module->get_blackbox_attribute()) in simplify_something()
165 removed_module = module; in simplify_something()
310 cases.erase(cases.begin()); in simplify_something()
321 cases.insert(cases.end(), sw->cases.begin(), sw->cases.end()); in simplify_something()
357 mask.bits.erase(mask.bits.begin() + i); in simplify_something()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/tests/opt/
H A Dopt_expr_combined_assign.ys2 module opt_expr_or_test(input [3:0] i, input [7:0] j, output [8:0] o);
4 initial begin
19 module opt_expr_add_test(input [3:0] i, input [7:0] j, output [8:0] o);
21 initial begin
32 select -assert-count 1 t:$add r:A_WIDTH=9 r:B_WIDTH=8 r:Y_WIDTH=9 %i %i %i
36 module opt_expr_xor_test(input [3:0] i, input [7:0] j, output [8:0] o);
38 initial begin
53 module opt_expr_sub_test(input [3:0] i, input [7:0] j, output [8:0] o);
55 initial begin
70 module opt_expr_and_test(input [3:0] i, input [7:0] j, output [8:0] o);
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/ja/
H A Dmessages28 b.add 追加く...
41 mm.add 追加く...
50 menu.module モジュール
95 menu.module.open 開く
96 menu.module.close 閉じる
98 menu.module.del 削除く...
145 gm.alu.add 加算器
195 pop.module.new 新規く...
196 pop.module.del 削除く...
310 db.gate.add 追加
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/typecheck/
H A Dtc-toplevel.rkt87 [((~literal module) n:id spec ((~literal #%plain-module-begin) body ...))
89 ;; module* is not expanded, so it doesn't have a `#%plain-module-begin`
190 [(begin . rest)
250 [(begin . rest)
332 [(module n spec (#%plain-module-begin body ...)) 'no-type]
333 ;; module* is not expanded, so it doesn't have a `#%plain-module-begin`
542 #`(begin
554 (#%plain-module-begin ;; avoid top-level printing and config
565 (begin-for-syntax (add-mod! (variable-reference->module-path-index
615 (#%plain-module-begin
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/errortrace-lib/errortrace/
H A Dstacktrace.rkt338 (define (add-identifiers ids ht)
653 [(__plain-module-begin body ...)
720 (syntax-case (disarm #'mb) (#%plain-module-begin)
721 [(#%plain-module-begin body ...)
727 #`(#%plain-module-begin
759 (define (add-annotate-property s)
785 (add-annotate-property e))]
808 (syntax-case (disarm #'mb) (#%plain-module-begin)
809 [(#%plain-module-begin body ...)
813 (syntax-case* disarmed-expr (begin-for-syntax module module*)
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A Dtex2lyx.cpp250 visited.push_back(module); in addModule()
251 for (rit = reqs.begin(); rit != ren; ++rit) { in addModule()
268 m.push_back(module); in addModule()
377 cmd_reqs.insert(lreqs.begin(), lreqs.end()); in checkModule()
413 bool add = match_req; in checkModule() local
419 add = true; in checkModule()
424 add = true; in checkModule()
430 add = true; in checkModule()
433 if (add) { in checkModule()
434 found_module = module; in checkModule()
[all …]

12345678910>>...810