• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/

Lines Matching refs:item

32 \item integers (on the implementation level we distinguish small integers\index{integers}
34 \item floats (double\index{double} precisions, older versions supported single and double)
35 \item rationals\index{rationals}
36 \item bounded reals\index{bounded reals} (reals represented by an enclosing interval)
69 \item[breal/1] type test
70 \item[breal/2] conversion to breal
71 \item[breal_min/2, breal_max/2, breal_bounds/3] get the bounds
72 \item[breal_from_bounds/3] construct from float bounds
100 \item Syntactic comparison (identity, unification, term order): here
108 \item For arithmetic equality (and consequently for arithmetic constraints)
161 \item The name of the atom or functor in the form of a string buffer on the heap.
162 \item The arity of the functor (or 0 for atoms)
163 \item References to properties that may be attached (macros, operators, etc)
164 \item References to predicate definitions for this functor.
256 \item[Event Handler] The predicate that acts as event handler for the event
258 \item[Store] The store object named by functor F/N. See store/1 declaration.
260 \item[Shelf] The shelf object named by functor F/N. See shelf/1 declaration.
262 \item[Nonlogical Variable] The nonlogical variable or reference
265 \item[Nonlogical Array] The nonlogical array object named by functor F/N.
267 \item[Db-reference] The record object named by functor F/N.
269 \item[Module] The module with name A. This is a global name space.
270 \item[Stream] The I/O stream with name A. Global across module boundaries.
271 \item[Operator] The operator property as declared with the op/3 declaration.
278 \item[Macros] Macros define transformations that are applied to terms when
311 \item dictionary entries (allowing lookup via functor and module)
312 \item abstract machine code (allowing control transfer between procedures)
313 \item suspension descriptors (to speed up access to the corresponding code)
314 \item handler settings (e.g.\ event handler property)
318 \item the procedure's functor
319 \item pointer to the procedure's abstract machine code
320 \item the name of the procedure's definition module
321 \item the name of the module to which the descriptor belongs
322 \item various flags describing the procedure's properties (see get_flag/3)
323 \item links to other descriptors
329 \item lookup the visible procedure by functor and module
330 \item lookup a qualified procedure by functor and module
331 \item create/lookup an entry for a local procedure
332 \item create/lookup an entry for a exported procedure
333 \item create/lookup an entry for a imported procedure
334 \item create/lookup an entry for a reexported procedure
338 \item a descriptor in the module where it is defined (LOCAL\index{LOCAL}, EXPORT\index{EXPORT}),
340 \item a descriptor in every module where it is visible (IMPORT\index{IMPORT}, IMPEXP\index{IMPEXP}).
341 \item a qualified\index{qualified} access descriptor (QUALI\index{QUALI}) in every module where
344 \item a DEFAULT descriptor in every module where it is referenced but the
353 \item the module to which the descriptor belongs (always set)
354 \item the module where the corresponding procedure definition
382 \item DEFAULT -> LOCAL -> EXPORT
383 \item DEFAULT -> IMPORT -> IMPEXP
451 \item struct/1 and domain/1 declarations\index{struct/1}\index{domain/1}
452 \item initialization/1 and finalization/1 declarations\index{initialization/1}\index{finalization/1}