Home
last modified time | relevance | path

Searched defs:bignump (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sbcl/sbcl-1.3.13/src/compiler/generic/
H A Dvm-typetran.lisp21 (define-type-predicate bignump bignum) unknown
/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/src/
H A Dclmacs.lisp175 (defun bignump (x) function
/dports/editors/emacs/emacs-27.2/lisp/
H A Dsubr.el447 (defun bignump (object) function
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dsubr.el484 (defun bignump (object) function
/dports/lang/eisl/eisl-2.35/
H A Ddata.c52 bignump(int x) in bignump() function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d10962 #define bignump(obj) ((typecode(obj) & ~bit(sign_bit_t)) == bignum_type) macro
10964 #define bignump(obj) \ macro