Home
last modified time | relevance | path

Searched +refs:compiled +refs:position +refs:primitive (Results 1 – 25 of 2932) sorted by relevance

12345678910>>...118

/dports/lang/racket-minimal/racket-8.3/src/expander/run/
H A Dlinklet-operation.rkt12 '(primitive-table
13 primitive->compiled-position
14 compiled-position->primitive
15 primitive-in-category?
16 primitive-lookup
H A Dlinklet.rkt8 "../boot/runtime-primitive.rkt"
18 ;; and compiled objects.
122 (define (primitive-table name)
134 (define (primitive->compiled-position v) #f)
135 (define (compiled-position->primitive pos) #f)
138 (define (primitive-lookup sym) #f)
365 (eval (compiled-linklet-compiled-proc cl))]
429 (struct srcloc-parts (source line column position span) #:prefab)
440 (marshal (srcloc-position c))
454 (marshal (srcloc-parts-position c))
[all …]
/dports/lang/racket/racket-8.3/src/expander/run/
H A Dlinklet-operation.rkt12 '(primitive-table
13 primitive->compiled-position
14 compiled-position->primitive
15 primitive-in-category?
16 primitive-lookup
H A Dlinklet.rkt8 "../boot/runtime-primitive.rkt"
18 ;; and compiled objects.
122 (define (primitive-table name)
134 (define (primitive->compiled-position v) #f)
135 (define (compiled-position->primitive pos) #f)
138 (define (primitive-lookup sym) #f)
365 (eval (compiled-linklet-compiled-proc cl))]
429 (struct srcloc-parts (source line column position span) #:prefab)
440 (marshal (srcloc-position c))
454 (marshal (srcloc-parts-position c))
[all …]
/dports/lang/racket/racket-8.3/src/cs/primitive/
H A Dlinklet.ss2 (define-primitive-table linklet-table
4 [compiled-position->primitive (known-procedure 2)]
19 [primitive->compiled-position (known-procedure 2)]
20 [primitive-table (known-procedure 6)]
21 [primitive-lookup (known-procedure 2)]
/dports/lang/racket-minimal/racket-8.3/src/cs/primitive/
H A Dlinklet.ss2 (define-primitive-table linklet-table
4 [compiled-position->primitive (known-procedure 2)]
19 [primitive->compiled-position (known-procedure 2)]
20 [primitive-table (known-procedure 6)]
21 [primitive-lookup (known-procedure 2)]
/dports/lang/racket/racket-8.3/share/pkgs/compiler-lib/compiler/demodularizer/
H A Dbundle.rkt2 (require (only-in '#%linklet primitive->compiled-position)
22 (define (primitive v)
23 (primval (or (primitive->compiled-position v)
24 (error "cannot find primitive" v))))
59 ;; If all import keys are primitive modules, then we just make
184 (application (primitive vector-ref)
195 (application (primitive hasheqv) null))
198 (lambda (name prim) (primitive prim))
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dtest_plugin.cc357 Primitive primitive = PrimitiveNone; in ParsePrimitive() local
359 primitive = PrimitiveNone; in ParsePrimitive()
361 primitive = PrimitiveTriangle; in ParsePrimitive()
364 return primitive; in ParsePrimitive()
419 if (scene_.primitive != PrimitiveNone) in DrawSceneGL()
435 if (scene_.primitive != PrimitiveNone) { in DrawSceneSoftware()
497 DCHECK_EQ(scene_.primitive, PrimitiveTriangle); in InitPrimitive()
539 int compiled = 0; in LoadShader() local
540 gl_->GetShaderiv(shader, GL_COMPILE_STATUS, &compiled); in LoadShader()
541 if (!compiled) { in LoadShader()
[all …]
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlisp.jitter73 # Calling interpreted closures from compiled code.
1322 struct jitterlisp_compiled_closure *cc = & c->compiled;
1332 compiled closure body. */
1397 instruction call-compiled (?n 0 1 2 3 4 5 6 7 8 9 10)
1405 struct jitterlisp_compiled_closure *cc = & c->compiled;
1487 instruction tail-call-compiled (?n 0 1 2 3 4 5 6 7 8 9 10)
1495 struct jitterlisp_compiled_closure *cc = & c->compiled;
1879 # rule remove-tail-call-compiled--kludge rewrite
1880 # tail-call-compiled $a
1882 # call-compiled $a; return
[all …]
/dports/lang/slib/slib-3b6/
H A Dt3.init6 ;;; File has T syntax, and should be compiled in standard-env.
8 ;;; File (or compiled version) should be loaded into scheme-env.
128 compiled ;can load compiled files
218 (primitive< a b)
219 (and (primitive< a b)
227 (primitive> a b)
236 (primitive<= a b)
245 (primitive>= a b)
254 (primitive= a b)
272 (define (file-position . args) #f)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compiler-lib/compiler/
H A Ddecompile.rkt12 (only-in '#%linklet compiled-position->primitive)
20 (define primitive-table
35 #:break (not (compiled-position->primitive i)))
36 (define v (compiled-position->primitive i))
176 '(<opaque-compiled-linklet>))))
226 (define-values (fmt code literals) ((vm-primitive 'linklet-fasled-code+arguments) l))
233 … (define proc (vm-eval `(load-compiled-from-port (open-bytevector-input-port ,code) ',literals)))
367 [(symbol? tl) (list tl)] ; primitive
370 (hash-ref primitive-table id (lambda () (error "unknown primitive: " id)))]
454 ;; Make sure a single expression doesn't look like tail position:
[all …]
/dports/lang/racket/racket-8.3/src/cs/
H A Dlinklet.sls46 primitive->compiled-position
47 compiled-position->primitive
48 primitive-in-category?
49 primitive-lookup
90 file-position
144 (define (primitive->compiled-position prim) #f)
145 (define (compiled-position->primitive pos) #f)
164 ;; "compiled" directory:
368 (load-compiled-from-port i literals)))
658 (show "compiled" 'done)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/
H A Dlinklet.sls46 primitive->compiled-position
47 compiled-position->primitive
48 primitive-in-category?
49 primitive-lookup
90 file-position
144 (define (primitive->compiled-position prim) #f)
145 (define (compiled-position->primitive pos) #f)
164 ;; "compiled" directory:
368 (load-compiled-from-port i literals)))
658 (show "compiled" 'done)
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/fast-redact/
H A Dreadme.md52 When an asterisk is place in the final position it will redact all keys within the
57 When an asterisk is in an intermediate or first position, the paths following the asterisk will
159 of an object it finds a primitive. When `strict` is set to `false`, the redactor function
160 will treat the primitive value as having already been redacted, and return it serialized (with
170 as writing code normally and having it compiled by V8 in the usual way.
172 Thanks to changes in V8 in recent years, state can be injected into compiled functions
174 into a compiled function by any means was difficult without a performance penalty).
185 A `restore` function is also created and compiled to put the original state back on
192 As mentioned in approach, the `paths` array input is dynamically compiled into a function
209 In the basic last-position wildcard case,`fast-redact` is ~12% faster than `pino-noir`.
/dports/lang/racket/racket-8.3/collects/racket/contract/private/
H A Dhelpers.rkt125 (syntax-position stx))
134 (srcloc-position stx))
182 (parameterize ([read-accept-compiled #t])
184 "C:\\Users\\robby\\git\\plt\\collects\\racket\\compiled\\base_rkt.zo" read)))
190 (define-values (vars stx) (module-compiled-exports cm))
231 (compiled-expression? . #t)
232 (compiled-module-expression? . #t)
330 (primitive-closure? . #t)
331 (primitive? . #t)
/dports/lang/racket-minimal/racket-8.3/collects/racket/contract/private/
H A Dhelpers.rkt125 (syntax-position stx))
134 (srcloc-position stx))
182 (parameterize ([read-accept-compiled #t])
184 "C:\\Users\\robby\\git\\plt\\collects\\racket\\compiled\\base_rkt.zo" read)))
190 (define-values (vars stx) (module-compiled-exports cm))
231 (compiled-expression? . #t)
232 (compiled-module-expression? . #t)
330 (primitive-closure? . #t)
331 (primitive? . #t)
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dload-handler.rkt15 "../read/primitive-parameter.rkt")
52 (file-position i b-pos)
55 (if (compiled-module-expression? v)
58 (string-append "expected a compiled module\n"
105 (parameterize ([read-accept-compiled #t]
182 (file-position i pos)
189 " at position: ~a\n"
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dload-handler.rkt15 "../read/primitive-parameter.rkt")
52 (file-position i b-pos)
55 (if (compiled-module-expression? v)
58 (string-append "expected a compiled module\n"
105 (parameterize ([read-accept-compiled #t]
182 (file-position i pos)
189 " at position: ~a\n"
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/dist/
H A Dchanges-5.4.08 Applications compiled for 5.3 will continue to run with 5.4.
42 object contains non-primitive types such as function objects for
75 whether the drag target is moved to the current mouse position after a
113 content position.
132 able to control the scrolling position of a TextInput that has
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/dist/
H A Dchanges-5.4.08 Applications compiled for 5.3 will continue to run with 5.4.
42 object contains non-primitive types such as function objects for
75 whether the drag target is moved to the current mouse position after a
113 content position.
132 able to control the scrolling position of a TextInput that has
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dsyncase.test114 (pass-if "compiled macro-generating macro works"
297 (macroexpand '(@@ primitive cons)))
301 (macroexpand '((@@ primitive cons) 1 2)))
305 (@@ @@ (guile) ((@@ primitive cons) 1 2)))
308 "not in operator position"
309 (macroexpand '(@@ @@ (guile) (@@ primitive cons)))))
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dsyncase.test114 (pass-if "compiled macro-generating macro works"
297 (macroexpand '(@@ primitive cons)))
301 (macroexpand '((@@ primitive cons) 1 2)))
305 (@@ @@ (guile) ((@@ primitive cons) 1 2)))
308 "not in operator position"
309 (macroexpand '(@@ @@ (guile) (@@ primitive cons)))))
/dports/lang/racket/racket-8.3/share/pkgs/swindle/
H A Dtiny-clos.rkt66 ;;; (define <position> (make-class (list <object>) (list 'x 'y)))
68 ;;; (make-method (list <position>)
75 ;;; (set! p1 (make <position> 'x 1 'y 3))
631 (let ([f (position-of s the-slots-of-a-class)])
898 ;;> position for the new slot. The return value should be a list of two
1056 ;; corresponding singleton with the same value at the same position.
1987 ;;>> <compiled-expression>
2091 (defprimclass <compiled-expression>)
2171 [(compiled-expression? x) <compiled-expression>]
2301 ;;> <compiled-expression> : <primitive-class>
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dobj-lib.sl46 % Added function extended-object-type to deal with primitive object types.
72 % and instance variable - evector position.
116 % (extended-object-type x) --- returns the type of the object, even if a primitive
178 % a symbol representing its type if a primitive type or NIL, if the argument is not
179 % a user defined type or primitive type.
185 % Return the name of 'object', or if it isn't an object, but a primitive
215 % Return the name of 'object', or if it isn't an object, but a primitive
265 % code evaluated or compiled henceforth. Thus, if you should later compile a
387 % at loadtime (the load of the code compiled which has a defmethod
397 % The check for undefined flavor is needed in case the user compiled
/dports/lang/chez-scheme/ChezScheme-9.5.4/csug/
H A Dsystem.stex2404 \xformdef{$primitive (~#%~)}{$primitive (~#%~)@\scheme{$primitive} (~\scheme{#%}~)}{\categorysyntax…
2405 \xformdef{!L#% ($primitive)}{#% ($primitive)@\scheme{#%} (\scheme{$primitive})}{\categorysyntax}{#%…
2406 \xformdef{$primitive (~#2%~)}{$primitive (~#2%~)@\scheme{$primitive} (~\scheme{#2%}~)}{\categorysyn…
2407 \xformdef{!M#2% ($primitive)}{#% ($primitive)@\scheme{#2%} (\scheme{$primitive})}{\categorysyntax}{…
2408 \xformdef{$primitive (~#3%~)}{$primitive (~#3%~)@\scheme{$primitive} (~\scheme{#3%}~)}{\categorysyn…
2409 \xformdef{!N#3% ($primitive)}{#% ($primitive)@\scheme{#3%} (\scheme{$primitive})}{\categorysyntax}{…
2430 an application of the primitive as if it were compiled
3413 \item beginning file position in characters (inclusive)
3414 \item ending file position in characters (exclusive)
3415 \item line number of beginning file position
[all …]

12345678910>>...118