Home
last modified time | relevance | path

Searched refs:bignump (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/eisl/eisl-2.35/
H A Dcompute.c63 else if (bignump(x) && bignump(y)) { in numeqp()
104 else if (longnump(x1) && bignump(x2)) in smallerp()
111 } else if (bignump(x1) && bignump(x2)) { in smallerp()
134 else if (longnump(x1) && bignump(x2)) in eqsmallerp()
141 } else if (bignump(x1) && bignump(x2)) { in eqsmallerp()
653 else if (integerp(x) && bignump(y)) in divide()
655 else if (longnump(x) && bignump(y)) in divide()
663 else if (bignump(x) && integerp(y)) in divide()
667 else if (bignump(x) && bignump(y)) in divide()
697 } else if (bignump(x) && bignump(y)) in s_remainder()
[all …]
H A Dfunction.c307 init_f1(BIGNUMP_IDX, bignump); in dynamic_link()
1194 if ((integerp(arg1) || longnump(arg1) || bignump(arg1)) in f_expt()
1224 && (longnump(arg2) || bignump(arg2))) { in f_expt()
1243 if ((integerp(arg1) || longnump(arg1) || bignump(arg1)) in f_expt()
1259 && (integerp(arg2) || longnump(arg2) || bignump(arg2))) { in f_expt()
1271 if (floatp(arg1) && (longnump(arg2) || bignump(arg2))) { in f_expt()
1366 if ((integerp(arg1) || longnump(arg1) || bignump(arg1)) in f_sqrt()
1962 if (longnump(arg1) || bignump(arg1)) in f_create_list()
3376 if (longnump(car(x) || bignump(car(x)))) in inrangep()
4434 else if (longnump(car(ls)) || bignump(car(ls))) in check_dimension()
[all …]
/dports/math/cln/cln-1.3.6/src/integer/2adic/
H A Dcl_I_2adic_div.cc24 if (bignump(x) && TheBignum(x)->length >= len) in cl_div2adic()
33 if (bignump(y) && TheBignum(y)->length >= len) in cl_div2adic()
H A Dcl_I_2adic_recip.cc23 if (bignump(x) && TheBignum(x)->length >= len) in cl_recip2adic()
/dports/math/cln/cln-1.3.6/src/integer/bitwise/
H A Dcl_I_ash_I.cc38 if (bignump(y)) { in ash()
114 if (bignump(y)) { in ash()
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/generic/
H A Dvm-typetran.lisp21 (define-type-predicate bignump bignum) unknown
H A Dlate-type-vops.lisp58 (!define-type-vop bignump (bignum-widetag))
H A Dvm-fndb.lisp18 (defknown (fixnump bignump ratiop
/dports/math/cln/cln-1.3.6/src/integer/
H A Dcl_I.h84 inline bool bignump (const cl_I& x) in bignump() function
730 inline bool bignump (const cl_FN& x) in bignump() function
752 inline bool bignump (const cl_BN& x) in bignump() function
/dports/math/maxima/maxima-5.43.2/share/numeric/
H A Dexpense.lisp72 (let ((slow (bignump nth)))
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A DAMDasm.lsp67 (de intp (x) (and (fixp x) (not (bignump x))))
H A DWinasm.lsp67 (de intp (x) (and (fixp x) (not (bignump x))))
H A DMacasm.lsp64 (de intp (x) (and (fixp x) (not (bignump x))))
H A Dvsl.lsp766 (de numberp (u) (or (inumberp u) (bignump u)))
784 ((bignump n) (cdr n))
916 ((or (bignump u) (bignump v))
1131 ((bignump u) (!~bigfloat (cdr u)))
1142 ((bignump u) (!~biglognot (cdr u)))
1148 ((bignump u) (!~sizecheck (!~bigminus (cdr u))))
1154 ((bignump u) (and (cdr u) (iminusp (last (cdr u)))))
/dports/editors/emacs/emacs-27.2/test/src/
H A Dlread-tests.el183 …(should (bignump (read "#xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff…
H A Ddata-tests.el529 (should (bignump (+ most-positive-fixnum 1)))
598 (should (bignump (+ most-positive-fixnum 1))))
/dports/math/maxima/maxima-5.43.2/src/
H A Dclmacs.lisp170 (declaim (inline fixnump bignump posint negint memq firstn))
175 (defun bignump (x) function
/dports/editors/emacs-devel/emacs-4d1968b/test/src/
H A Dlread-tests.el163 …(should (bignump (read "#xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff…
H A Ddata-tests.el603 (should (bignump (+ most-positive-fixnum 1)))
672 (should (bignump (+ most-positive-fixnum 1))))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dshortdoc.el1086 (bignump
1087 :eval (bignump 4)
1088 :eval (bignump (expt 2 90)))
H A Dcomp-cstr.el1027 when (or (bignump l) (bignump h))
/dports/math/maxima/maxima-5.43.2/share/contrib/maximaMathML/
H A DCtMathML.lisp129 (cond ((or (fixnump a) (bignump a))
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dtarget-random.lisp422 ((and (bignump arg) (> arg 0))
H A Dpred.lisp110 (def-type-predicate-wrapper bignump)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dsocket.d356 || (bignump(arg) && positivep(arg) in resolve_host()

123