Home
last modified time | relevance | path

Searched refs:defmacro (Results 1 – 25 of 3098) sorted by relevance

12345678910>>...124

/dports/math/maxima/maxima-5.43.2/src/
H A Dmhayat.lisp55 (defmacro pszero (var pw)
67 (defmacro pslog-gvar (gvar)
133 (defmacro lt-poly (p)
209 (defmacro gvar->var (gvar)
221 (defmacro var-data (var)
262 (defmacro zero-warn (exp)
291 (defmacro extendablep (p)
322 (defmacro rczerop (r)
327 (defmacro rcpintegerp (c)
335 (defmacro rcmintegerp (c)
[all …]
H A Dstrmac.lisp22 (defmacro make-g-rep (operator . operands)
27 (defmacro g-rep-operator (exp) `(caar ,exp))
28 (defmacro g-rep-operands (exp) `(cdr ,exp))
29 (defmacro g-rep-first-operand (exp)
68 (defmacro rat-numer (rat) `(cadr ,rat))
69 (defmacro rat-denom (rat) `(caddr ,rat))
83 (defmacro mrat-body (mrat) `(cdr ,mrat))
84 (defmacro mrat-numer (mrat) `(cadr ,mrat))
85 (defmacro mrat-denom (mrat) `(cddr ,mrat))
113 (defmacro poly-var (poly) `(car ,poly))
[all …]
H A Dratmac.lisp95 (defmacro pzero () 0)
107 (defmacro ptzero () '())
112 (defmacro cminus (c) `(- ,c))
133 (defmacro valget (item)
140 (defmacro valput (item val)
172 (defmacro algv (v)
178 (defmacro rzero () ''(0 . 1))
221 (defmacro p-var (p) `(car ,p))
265 (defmacro r+ (r . l)
272 (defmacro r* (r . l)
[all …]
H A Drzmac.lisp19 (defmacro *bind* (bindings &body body)
58 (defmacro m1+ (x) `(add* 1 ,x))
60 (defmacro m1- (x) `(add* -1 ,x))
72 (defmacro m^ (b e) `(power* ,b ,e))
74 (defmacro m+l (l) `(addn ,l nil))
76 (defmacro m*l (l) `(muln ,l nil))
82 (defmacro m1+t (x) `(add 1 ,x))
84 (defmacro m1-t (x) `(add -1 ,x))
96 (defmacro m^t (b e) `(power ,b ,e))
98 (defmacro m+lt (l) `(addn ,l ,t))
[all …]
H A Dmopers.lisp32 (defmacro =0 (x) `(equal ,x 0))
33 (defmacro =1 (x) `(equal ,x 1))
81 (defmacro inv (x)
84 (defmacro inv* (x)
87 (defmacro ncmul (&rest factors)
100 (defmacro take (operator &rest args)
116 (defmacro take* (operator &rest args)
131 (defmacro mdo-from (x) `(third ,x))
133 (defmacro mdo-next (x) `(fifth ,x))
134 (defmacro mdo-thru (x) `(sixth ,x))
[all …]
H A Dmaxmac.lisp26 (defmacro tuchus (list object)
85 (defmacro matanp (x)
93 (defmacro real-infinityp (x)
99 (defmacro real-epsilonp (x)
102 (defmacro free-epsilonp (x)
105 (defmacro free-infp (x)
108 (defmacro inf-typep (x)
111 (defmacro epsilon-typep (x)
114 (defmacro hot-coef (p)
117 (defmacro defmspec (function . rest)
[all …]
/dports/lang/lfe/lfe-1.3/include/
H A Dclj.lfe3 (defmacro defn args `(clj:defn ,@args))
4 (defmacro defn- args `(clj:defn- ,@args))
5 (defmacro fn args `(clj:fn ,@args))
9 (defmacro -> args `(clj:-> ,@args))
10 (defmacro ->> args `(clj:->> ,@args))
11 (defmacro as-> args `(clj:as-> ,@args))
12 (defmacro cond-> args `(clj:cond-> ,@args))
13 (defmacro cond->> args `(clj:cond->> ,@args))
14 (defmacro some-> args `(clj:some-> ,@args))
15 (defmacro some->> args `(clj:some->> ,@args))
[all …]
H A Dcl.lfe3 (defmacro alivep (x)
6 (defmacro atomp (x)
9 (defmacro binaryp (x)
15 (defmacro boolp (x)
18 (defmacro booleanp (x)
24 (defmacro floatp (x)
27 (defmacro funcp (x)
39 (defmacro intp (x)
45 (defmacro listp (x)
48 (defmacro mapp (x)
[all …]
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dfoam_l.lisp209 (defmacro |BoolAnd| (x y)
211 (defmacro |BoolOr| (x y)
354 (defmacro |SIntBit| (x i)
357 (defmacro |SIntAnd| (a b)
359 (defmacro |SIntOr| (a b)
400 (defmacro |BIntQuo| (x y)
402 (defmacro |BIntRem| (x y)
508 (defmacro |FunProg| (x) x)
546 (defmacro |RNew| (name)
680 (defmacro ignore-var (var)
[all …]
/dports/math/fricas/fricas-1.3.7/src/lisp/
H A Dprimitives.lisp13 (defmacro QAREF1(v i)
16 (defmacro QSETAREF1(v i s)
21 (defmacro QAREF1O(v i o)
54 (defmacro ANROWS (v)
57 (defmacro ANCOLS (v)
67 (defmacro STR_ELT(s i)
424 (defmacro DELT(v i)
431 (defmacro DLEN(v)
483 (defmacro CDLEN(v)
565 (defmacro qcaar (x)
[all …]
/dports/databases/pgloader3/anaphora-20210124-git/
H A Danaphora.lisp19 (defmacro alet (form &body body)
23 (defmacro slet (form &body body)
28 (defmacro aand (first &rest rest)
33 (defmacro sor (first &rest rest)
58 (defmacro aprog1 (first &body rest)
63 (defmacro awhen (test &body body)
68 (defmacro swhen (test &body body)
73 (defmacro sunless (test &body body)
78 (defmacro acase (keyform &body cases)
140 (defmacro acond (&body clauses)
[all …]
/dports/textproc/unroff/unroff-1.0/scm/html/
H A Dms.scm180 (defmacro 'TL
190 (defmacro 'AU
195 (defmacro 'AI
200 (defmacro 'AB
211 (defmacro 'AE
272 (defmacro 'NH
328 (defmacro 'SM
414 (defmacro 'DS
423 (defmacro 'DE
465 (defmacro 'FA
[all …]
H A Dme.scm196 (defmacro '+c
214 (defmacro '++
280 (defmacro 'uh
286 (defmacro 'sh
325 (defmacro 'q
331 (defmacro 'bx
335 (defmacro 'sz "")
413 (defmacro left-paren-b
595 (defmacro 'pd
666 (defmacro 'xp
[all …]
H A Dman.scm85 (defmacro 'TH
94 (defmacro 'SH
102 (defmacro 'SS
140 (defmacro 'SM
194 (defmacro 'TP
218 (defmacro 'IP
240 (defmacro 'HP
308 (defmacro 'TX
313 (defmacro 'IX "")
314 (defmacro 'DT "")
[all …]
/dports/x11/cl-clx/clx-0.7.5-65-g8e07155/
H A Ddepdefs.lisp149 (defmacro resource-id-map-test ()
153 (defmacro atom-cache-map-test ()
286 (defmacro index-mod (number divisor)
289 (defmacro index-ash (number count)
297 (defmacro index> (&rest numbers)
299 (defmacro index= (&rest numbers)
301 (defmacro index< (&rest numbers)
303 (defmacro index>= (&rest numbers)
305 (defmacro index<= (&rest numbers)
352 (defmacro index-mod (number divisor)
[all …]
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/compat/
H A Dcommon-lisp-compatibility.lisp55 (defmacro define (defined-thing &rest body)
79 (defmacro set! (variable &rest body-forms)
90 (defmacro begin (&rest body-forms)
100 (defmacro set-car! (cons new-car)
103 (defmacro set-cdr! (cons new-car)
127 (defmacro null? (thing)
129 (defmacro zero? (thing)
131 (defmacro quotient (a b)
133 (defmacro remainder (a b)
142 (defmacro display (object)
[all …]
/dports/lang/eisl/eisl-2.35/verify/
H A Dmacro.lsp30 ($eval (defmacro my-first (x) `(car ,x)))
35 ($error (defmacro) <program-error>)
36 ($error (defmacro foo) <program-error>)
38 ($error (defmacro foo 2 . 3) <error>)
40 ($error1 (+ (defmacro foo (x))) <error>)
43 ($error (defmacro #\a ()) <domain-error>)
44 ($error (defmacro 1234()) <domain-error>)
46 ($error (defmacro 1.234 ()) <domain-error>)
47 ($error (defmacro "abc" ()) <domain-error>)
51 ($eval (defmacro foo (x) y))
[all …]
/dports/japanese/skkserv/skk-9.6/lisp/
H A Dstack-m.el52 (defmacro stack-create ()
57 (defmacro stack-p (stack)
62 (defmacro stack-push (stack element)
68 (defmacro stack-pop (stack)
76 (defmacro stack-empty (stack)
81 (defmacro stack-top (stack)
86 (defmacro stack-nth (stack n)
95 (defmacro stack-all (stack)
101 (defmacro stack-copy (stack)
107 (defmacro stack-length (stack)
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dmacros.lisp36 (defmacro in-package (name)
39 (defmacro when (test-form &rest body)
49 (defmacro return (&optional result)
62 (defmacro truly-the (type value)
65 (defmacro %car (x)
68 (defmacro %cdr (x)
71 (defmacro %cadr (x)
74 (defmacro %caddr (x)
152 (defmacro time (form)
175 (defmacro loop (&rest exps)
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/mit-clx/
H A Ddepdefs.lisp82 (defmacro resource-id-map-test ()
85 (defmacro atom-cache-map-test ()
88 (defmacro keysym->character-map-test ()
153 (defmacro index-floor (number divisor)
160 (defmacro index-mod (number divisor)
163 (defmacro index-ash (number count)
171 (defmacro index> (&rest numbers)
173 (defmacro index= (&rest numbers)
175 (defmacro index< (&rest numbers)
177 (defmacro index>= (&rest numbers)
[all …]
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dbinary_utils.ex4 defmacro int64 do
8 defmacro int32 do
12 defmacro int16 do
16 defmacro uint16 do
20 defmacro uint32 do
24 defmacro int8 do
28 defmacro float64 do
32 defmacro float32 do
36 defmacro binary(size) do
40 defmacro binary(size, unit) do
/dports/www/cl-lml/lml-2.5.7/
H A Dbase.lisp148 (defmacro with (tag &rest args)
188 (defmacro jscript (&body body)
192 (defmacro xhtml-prologue ()
203 (defmacro img (dest &rest args)
206 (defmacro input (&rest args)
209 (defmacro link (&rest args)
212 (defmacro meta (&rest args)
215 (defmacro br (&rest args)
218 (defmacro hr (&rest args)
221 (defmacro lml-tag-macro (tag)
[all …]
/dports/math/maxima/maxima-5.43.2/share/sym/
H A Dmacros.lisp26 (defmacro lgi (sym) (list 'caar sym)); longueur de la partition initiale
27 (defmacro moni (p) (list 'cddar p)); partition initiale
28 (defmacro coei (p)
30 (defmacro termi (p) (list 'car p)); terme partitionne initial
31 (defmacro chcoeterm (term coe); modification physique du coefficient d'un terme
33 (defmacro termrest (p)
35 (defmacro tmon (term) (list 'cddr term)); partition d'un terme partitionne
36 (defmacro tcoe (term) (list 'cadr term)); coefficient d'un terme partitionne
37 (defmacro tlg (term)
/dports/lang/eisl/eisl-2.35/library/
H A Dmacro.lsp8 (defmacro when (test &rest args)
12 (defmacro unless (test &rest args)
16 (defmacro prog1 (expr &rest args)
23 (defmacro prog2 (expr1 expr2 &rest args)
27 (defmacro incf (place &rest args)
32 (defmacro decf (place &rest args)
37 (defmacro push (x place)
41 (defmacro pop (place)
45 (defmacro loop (&rest body)
49 (defmacro return (&rest args)
[all …]
/dports/databases/pgloader3/cffi_0.23.0/uffi-compat/
H A Duffi-compat.lisp173 (defmacro def-type (name type)
189 (defmacro null-char-p (val)
276 (defmacro free-foreign-object (ptr)
297 (defmacro pointer-address (ptr)
301 (defmacro deref-pointer (ptr type)
329 (defmacro ensure-char-storable (obj)
333 (defmacro make-null-pointer (type)
343 (defmacro null-pointer-p (ptr)
374 (defmacro convert-from-cstring (s)
382 (defmacro convert-to-cstring (obj)
[all …]

12345678910>>...124