Home
last modified time | relevance | path

Searched +refs:create +refs:shared +refs:slots +refs:vector (Results 1 – 25 of 3611) sorted by relevance

12345678910>>...145

/dports/math/curv/curv-0.5/ideas/compiler/
H A DStatement_Analyser.md9 which create scopes:
43 ### Phase 2: analyse definiens, create dependency graph
88 * Each recursive partition gets its own shared non-locals list, which contains
90 The shared nonlocals list contains the Lambda objects for each function.
116 * Field slots are initialized with proper values (not thunks).
121 * Closures in the slots array do not point to the slots array (unlike now).
126 in that recursion group, first constructing the nonlocals list NL shared by
244 * `actions_` vector of struct Analysed_Action {
255 * `definitions_` vector of struct Analysed_Definition {
264 * `partitions_` vector of struct MR_Partition {
[all …]
/dports/math/curv/curv-0.5/ideas/
H A DModule.md19 an isa test on the slot_phrases vector
48 * nonlocal slots (environment vector for module or recursive functions
63 and is definiens a Lambda_Phrase (from vector of definientia phrases)?
129 let or module scope) share the same nonlocal slot vector. These functions
132 not proper Values. The shared slot vector is represented as a List and
239 The current dynamic thunk mechanism would create cyclic references to
243 * A non-recursive binding is a strict reference to the env vector.
337 * an argument vector
381 * non-call RFunction reference: create closure value from RFunction ptr
627 * `slots`:
[all …]
/dports/lang/guile1/guile-1.8.8/doc/goops/
H A Dgoops.texi178 (define-class <2D-vector> ()
189 (define v (make <2D-vector> #:x 3 #:y 4))
195 (define-method (+ (x <2D-vector>) (y <2D-vector>))
196 (make <2D-vector>
209 <2D-vector> --> #<<class> <2D-vector> 40241ac0>
213 (is-a? v <2D-vector>) --> #t
732 Indicates that GOOPS should create storage for this slot that is shared
739 Indicates that GOOPS should create storage for this slot that is shared
742 create a new storage for the slot that is shared by all @emph{direct}
893 In general, slots that are shared between more than one instance are
[all …]
/dports/graphics/embree/embree-3.13.2/doc/src/api/
H A DRTC_GEOMETRY_TYPE_SUBDIVISION.md39 different buffer slots if multiple topologies are required for
60 be shared between (typically 2) faces. To guarantee a watertight
61 tessellation, the level of these shared edges should be identical. A
81 Edge crease features are shared between all topologies.
96 in undefined behavior. Vertex crease features are shared between all
105 buffer for each time step can be set using different buffer slots, and
108 Also see tutorial [Subdivision Geometry] for an example of how to create
117 as base point, and the vector `p1 - p0` as u-direction and `p3 - p0`
161 The face buffer (`RTC_BUFFER_TYPE_FACE` type) is shared between all
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dgoops.texi320 In general, slots that are shared between more than one instance are
427 Indicates that GOOPS should create storage for this slot that is shared
437 Indicates that GOOPS should create storage for this slot that is shared
440 create a new storage for the slot that is shared by all @emph{direct}
796 For example, if a vector package provides an accessor for the X
797 coordinate of a vector, that accessor may just be called @code{x}. It
798 doesn't need to be called, for example, @code{vector:x}, because
800 the vector-specific method of @code{x} should be called if @var{obj} is
801 a vector.
805 with a graphical package which needs to use two independent vector
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dgoops.texi320 In general, slots that are shared between more than one instance are
427 Indicates that GOOPS should create storage for this slot that is shared
437 Indicates that GOOPS should create storage for this slot that is shared
440 create a new storage for the slot that is shared by all @emph{direct}
796 For example, if a vector package provides an accessor for the X
797 coordinate of a vector, that accessor may just be called @code{x}. It
798 doesn't need to be called, for example, @code{vector:x}, because
800 the vector-specific method of @code{x} should be called if @var{obj} is
801 a vector.
805 with a graphical package which needs to use two independent vector
[all …]
H A Dguile.info-8221 Note that, since an ‘init-value’ value is shared across all
256 In general, slots that are shared between more than one instance
259 creation specifies a valid init keyword and value for a shared
1945 • uses ‘class’ to create the new class
2714 would be to embed a shared language implementation into it.
3043 • To test if X is a vector, we can write ‘X->type == vector’.
3044 • If we know X is a vector, we can write ‘X->value.vector.elts[0]’ to
3062 create and manipulate.
3114 • If we know X is a vector, we can write ‘X->value.vector.elts[0]’ to
3191 • If we know X is a vector, we can write ‘X->value.vector.elts[0]’ to
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dpkcs11.rst195 There are two more methods in this class. One is for reloading the shared library
245 The parameter ``token_present`` controls whether all slots or only slots with a
277 // only slots with connected token
278 …std::vector<Botan::PKCS11::SlotId> slots = Botan::PKCS11::Slot::get_available_slots( module, true …
582 // create an simple data object
595 // create the object
688 // create private key in software
841 // create private key in software
994 // create private key in software
1153 // only slots with connected token
[all …]
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dpkcs11.rst195 There are two more methods in this class. One is for reloading the shared library
245 The parameter ``token_present`` controls whether all slots or only slots with a
277 // only slots with connected token
278 …std::vector<Botan::PKCS11::SlotId> slots = Botan::PKCS11::Slot::get_available_slots( module, true …
582 // create an simple data object
595 // create the object
688 // create private key in software
841 // create private key in software
994 // create private key in software
1153 // only slots with connected token
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dpkcs11.rst195 There are two more methods in this class. One is for reloading the shared library
245 The parameter ``token_present`` controls whether all slots or only slots with a
277 // only slots with connected token
278 …std::vector<Botan::PKCS11::SlotId> slots = Botan::PKCS11::Slot::get_available_slots( module, true …
582 // create an simple data object
595 // create the object
688 // create private key in software
841 // create private key in software
994 // create private key in software
1153 // only slots with connected token
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/frameworks-technologies/
H A Dthreads.qdoc129 To create a thread, subclass QThread and reimplement its
141 Then, create an instance of the thread object and call
142 QThread::start(). Note that you must create the QApplication (or
143 QCoreApplication) object before you can create a QThread.
329 thread started or finished executing, and provides a few slots as
333 threads, emit signals that invoke slots in other threads, and
393 possible to connect signals from any threads to slots of a
423 object. For example, if you create a QTimer object in a thread but
458 QThread::run() is called. It is generally unsafe to provide slots
609 \o QList, QVector, std::vector
[all …]
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dsequences.texi173 the copy is itself a copy, not shared with the original's property
174 list. However, the actual values of the properties are shared.
219 ;; @r{Modifying the inside of a shared element.}
366 sort function would create new cons cells to store the elements in their
1146 The length of the array is fixed once you create it; you cannot
1158 When you create an array, other than a char-table, you must specify
1424 @cindex extra slots of char-table
1448 The subtype controls the number of @dfn{extra slots} in the
1450 @code{char-table-extra-slots} symbol property (@pxref{Symbol
1453 slots.
[all …]
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dobject.texi221 value for a slot, or give values for slots when you create an instance.
337 また、似たような流儀で @code{<2d-vector>} クラスを定義できます。
341 (define-class <2d-vector> ()
399 you can move a point using a vector.
428 gosh> (define d-vector (make <2d-vector> :x -9.0 :y 7.25))
429 d-vector
430 gosh> (move-by! b-point d-vector)
562 gosh> d-vector
1075 "class variable" behavior. The slot value is also shared by all
1079 class; that is, it is shared by every instance of the class, but
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dsequences.texi188 the copy is itself a copy, not shared with the original's property
189 list. However, the actual values of the properties are shared.
234 ;; @r{Modifying the inside of a shared element.}
381 sort function would create new cons cells to store the elements in their
1196 The length of the array is fixed once you create it; you cannot
1208 When you create an array, other than a char-table, you must specify
1474 @cindex extra slots of char-table
1498 The subtype controls the number of @dfn{extra slots} in the
1500 @code{char-table-extra-slots} symbol property (@pxref{Symbol
1503 slots.
[all …]
/dports/lang/scheme48/scheme48-1.9.2/doc/src/
H A Dexternal.tex508 byte vector.
858 These functions create byte vectors:
872 \code{s48\_enter\_unmovable\_byte\_vector\_2} create and initialize
900 vector may be a copy of the Scheme byte vector, changes made to the
1015 create a new (sub-)call object and clean the local references that
1059 contents of the byte vector.
1083 The procedures described above may be used to create objects in the
1115 External modules can create records and access their slots
1303 occurred. Therefore, external code has to create the needed data
1307 it cannot create Scheme data structures. It must use C data
[all …]
/dports/lang/chicken5/chicken-5.3.0/
H A Dtypes.db1556 (chicken.file#create-directory (#(procedure #:clean #:enforce) chicken.file#create-directory (strin…
1557 (chicken.file#create-temporary-directory (#(procedure #:clean #:enforce) chicken.file#create-tempor…
1558 (chicken.file#create-temporary-file (#(procedure #:clean #:enforce) chicken.file#create-temporary-f…
1793 …n.memory.representation#number-of-slots (#(procedure #:clean #:foldable) chicken.memory.representa…
1922 (chicken.process-context.posix#create-session (#(procedure #:clean) chicken.process-context.posix#c…
1940 (chicken.file.posix#create-fifo (#(procedure #:clean #:enforce) chicken.file.posix#create-fifo (str…
1941 (chicken.file.posix#create-symbolic-link (#(procedure #:clean #:enforce) chicken.file.posix#create-…
2068 (chicken.process#create-pipe (procedure chicken.process#create-pipe (#!optional fixnum) fixnum fixn…
2161 (srfi-4#blob->s8vector/shared (#(procedure #:clean #:enforce) srfi-4#blob->s8vector/shared (blob) (…
2169 (srfi-4#blob->u8vector/shared (#(procedure #:clean #:enforce) srfi-4#blob->u8vector/shared (blob) (…
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Deieio.texi88 use @eieio{} to create classes, methods for those classes, and
264 To create a new class, use the @code{defclass} macro:
476 values for each object. Slots stored per class have shared values for
644 It is now possible to create objects of that class type.
869 @var{method} is the name of the function to create.
1022 Now that we know how to create classes, access slots, and define
1476 @var{menu} is an easy menu vector representing menu items specific to your
1555 @code{shared-initialize}.
1562 @code{shared-initialize}, as these are used by @code{make-instance} to
1569 @code{shared-initialize}.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Deieio.texi88 use @eieio{} to create classes, methods for those classes, and
264 To create a new class, use the @code{defclass} macro:
476 values for each object. Slots stored per class have shared values for
644 It is now possible to create objects of that class type.
878 @var{method} is the name of the function to create.
1031 Now that we know how to create classes, access slots, and define
1479 @var{menu} is an easy menu vector representing menu items specific to your
1558 @code{shared-initialize}.
1565 @code{shared-initialize}, as these are used by @code{make-instance} to
1572 @code{shared-initialize}.
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/swindle/
H A Dtiny-clos.rkt232 ;; slots: applicable, class, function, slots-vector
242 (defsubst (%instance-ref o f) (vector-ref (instance-slots o) f))
243 (defsubst (%instance-set! o f n) (vector-set! (instance-slots o) f n))
258 (make-vector nfields ???))])
274 ;;> instance for all shared slot names. Finally, the new instance's set
1633 "slot-set!: wrong type for shared slot ~
1712 ;; the object and then call `initialize' with all arguments to actually create
1741 ;;; create the generic function and the method instances, then change make.
1925 ;;>> <vector>
2143 [(vector? x) <vector>]
[all …]
/dports/cad/freehdl/freehdl-0.0.7/doc/
H A Dfire.info980 function for each node type that it should be able to create.
1079 platforms with all shared library implementations. So, you might want
1089 those chunks that you create nodes from, whose generic functions you
1194 You create new nodes by calling `new' on the appropriate struct type
1799 vector is determined by an explicit count so that the vector can
1801 of the vector is read only and `IR_String's are allowed to share the
1802 memory of this vector. In fact, copying a `IR_String' does not copy
1803 the vector but merely makes a new reference to it. When the last
1804 reference to the vector goes away, it is finally freed.
1810 allocates new memory for its vector and copies the contents of
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dmop.tst1535 ;; testclass18b should now have a shared slot, X, and a local slot, Y.
1549 ;; Check that it's possible to add additional shared slots.
1560 ;; testclass19b should now have two shared slots, X and Y.
1847 ;; Check that it's possible to create subclasses of generic-function
1867 ;; Check that it's possible to create uncounted subclasses of counted classes.
2502 (let ((struct (defstruct (struct04v (:type vector)) slot1)))
2617 ;; Check that it's possible to create custom method classes.
2631 (defmethod shared-initialize ((method custom-method) situation &rest args
3055 ;; Here we represent the virtual function table as a per-subclass shared slot.
3074 :type vector ; with this base class
[all …]
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/docs/
H A Dapplied.rst28 slots within PKCS #11, but no physical device exists. These devices can
29 also feature physical slots and `accelerator slots`.
475 This will generate unique domain parameters for a key. If you want to create
555 You can create a DSA key directly from freshly generated domain parameters
809 supply an initialisation vector of 128-bits of good random.
859 We recommend using :meth:`pkcs11.Session.generate_random` to create a
915 which is the size of the initialization vector.
1195 DH lets us derive a shared key using shared domain parameters, our private
1249 # This is our shared secret key
1261 * a shared value; and
[all …]
/dports/sysutils/freeipmi/freeipmi-1.6.8/
H A DTODO66 - inventec mac/shared nic stuff
103 example, the initialization vector and data offsets could be
106 initialization vector had been noticed to change (or data offset
110 vector was dropped on the network, the client would need to send a
218 - useful for shared sensor output?
219 - how to select specific shared sensor on commad line, can't do normally (***)
223 - remove shared sensor option
225 - this really ties to many other shared sensor issues
250 - i.e. on myhost+[0-3]. Simultaneous power off slots 0-3.
252 - Will require larger re-architecture, create additional sockets per
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/docs/
H A Dir.md24 multiple functions, and the programmatic API can create multiple function
219 ### SIMD vector types
221 A SIMD vector type represents a vector of values from one of the scalar types
251 A boolean SIMD vector.
282 Any SIMD vector type.
518 allocated in the [function preamble]. Stack slots are not typed, they
637 heap accesses with a shared base pointer. They are [addressable] but
882 are assigned to registers or stack slots.
888 `regmove` instruction, and to and from stack slots by `regspill`
893 All of the shared instructions are part of the `base` instruction
[all …]
/dports/www/wt/wt-4.6.1/doc/
H A Dmain211 callback function to create a new WApplication object for that
235 deployment) and <b>shared processes</b>. The first mechanism forks
303 implementations to create a treelist widget that does all node
398 %Wt provides a vector graphics painting system which depending on
561 <tt>wthttp</tt> adapter, this will create a listening socket
585 <dt><strong>shared-process</strong></dt>
589 tags exist, Wt defaults to the shared process strategy.</dd>
597 URL rewriting in combination with a shared cookie between
1337 We create the label and child count text widgets:
1347 and collapse slots.
[all …]

12345678910>>...145