Home
last modified time | relevance | path

Searched +refs:compsplt +refs:eq (Results 1 – 1 of 1) sorted by relevance

/dports/math/maxima/maxima-5.43.2/src/
H A Dcompar.lisp332 (if (or (eq a t) (eq a nil))
404 (cond ((or (eq arg t) (eq arg '$true))
406 ((or (eq arg nil) (eq arg '$false))
1198 ((or (eq b t) (eq b nil)) (not b))
1235 `(multiple-value-bind (,lhs ,rhs) (compsplt ,expr)
1392 ((or (and (eq s '$pz) (eq sign '$nz))
1393 (and (eq s '$nz) (eq sign '$pz)))
1577 (and (eq s '$pos) (eq sign '$pz))
1779 ((or (eq s1 '$neg) (eq s2 '$neg)) '$neg)
1780 ((or (eq s1 '$nz) (eq s2 '$nz)) '$nz)
[all …]