Home
last modified time | relevance | path

Searched refs:NCONS (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/maxima/maxima-5.43.2/share/misc/
H A Dfoptim.lisp25 (DEFUN $FOPTIMIZE FEXPR (X) (CONS (NCONS 'MLIST) (MAPCAR 'FOPTIMIZE X)))
65 (LIST (NCONS 'LAMBDA)
67 ($OPTIMIZE (LIST* (NCONS 'MPROG)
68 (NCONS (NCONS 'MLIST))
/dports/devel/z88dk/z88dk/examples/clisp/
H A Dclisp.c147 #define NCONS 150 macro
150 #define NCONS LARGEMEM macro
152 #define NCONS 1024 macro
157 long t_cons_car[NCONS]; /* "car" part of cell */
158 long t_cons_cdr[NCONS]; /* "cdr" part of cell */
628 for (i = 0; i != NCONS-1; i++) in init()
630 t_cons_car[NCONS-1] = NCONS-1; /* self-loop (this is very important) */ in init()
1572 for (i = 0, n = 0; i != NCONS; i++){
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/
H A Dclisp.c75 #define NCONS LARGEMEM macro
77 #define NCONS 1024 macro
81 long t_cons_car[NCONS]; /* "car" part of cell */
82 long t_cons_cdr[NCONS]; /* "cdr" part of cell */
339 for (i = 0; i != NCONS-1; i++) in init()
341 t_cons_car[NCONS-1] = NCONS-1; /* self-loop (this is very important) */ in init()
1202 for (i = 0, n = 0; i != NCONS; i++){ in gcollect()
/dports/lang/ruby26/ruby-2.6.9/
H A Dregparse.h83 #define NCONS(node) (&((node)->u.cons)) macro
86 #define NCAR(node) (NCONS(node)->car)
87 #define NCDR(node) (NCONS(node)->cdr)
/dports/lang/mosh/mosh-0.2.7/extlibs/onig-5.9.2/
H A Dregparse.h76 #define NCONS(node) (&((node)->u.cons)) macro
79 #define NCAR(node) (NCONS(node)->car)
80 #define NCDR(node) (NCONS(node)->cdr)
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/
H A Dregparse.h83 #define NCONS(node) (&((node)->u.cons)) macro
86 #define NCAR(node) (NCONS(node)->car)
87 #define NCDR(node) (NCONS(node)->cdr)
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/
H A Dcompsupport.sl49 % NCONS, XCONS are defined in CONS-MKVECT.
H A Derror-eset.sl40 % Changed LIST to NCONS in ERRORSET to avoid error message coming from
H A Dcons-mkvect.sl69 % Optimized CONS, XCONS and NCONS
78 % XCONS and NCONS need changing.
/dports/math/reduce/Reduce-svn5758-src/jslisp/lib/build_scripts/
H A Dopcodes.red122 CONS NCONS XCONS ACONS LENGTH
H A Dunbyte.red452 %-- CONS NCONS XCONS ACONS LENGTH
1353 symbolic procedure h!:NCONS(pc, code, env);
H A Dunbyte.lsp418 CDDR CONS NCONS XCONS ACONS LENGTH LIST2 LIST2STAR LIST3 PLUS2 ADD1
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dopcodes.red142 CONS NCONS XCONS ACONS LENGTH
H A D0notes385 0.3659 NCONS
H A Dunbyte.red828 %-- CONS NCONS XCONS ACONS LENGTH
1723 symbolic procedure h!:NCONS(pc, code, env);
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/Fist/regtest-8/
H A Dala-wat.gtop363 # NCONS: number of constraints
/dports/science/cp2k-data/cp2k-7.1.0/tests/Fist/regtest-8/
H A Dala-wat.gtop363 # NCONS: number of constraints
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DBytecode.java985 case NCONS: in interpret()
H A DInstrumentedBytecode.java990 case NCONS: in interpret()
H A DBytecodeCore.java671 static final int NCONS = 0xe6 - 0x100; field in BytecodeCore
H A DBytecode.java.base1012 case NCONS:
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/functionwithenvironment/
H A DBytecode.java901 static final int NCONS = 0xe6 - 0x100; field in Bytecode
2848 case NCONS: in interpret()
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DBytecode.java689 static final int NCONS = 0xe6 - 0x100; field in Bytecode
2141 case NCONS: in interpret()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/
H A Dpass-1.sl723 % Convert NEXPR LIST into special cases NCONS, LISTn or
/dports/misc/fortune-mod-freebsd-classic/fortune-mod-freebsd-classic-b029e87/datfiles/
H A Dfortunes.sp.ok2873 NCONS

12