Home
last modified time | relevance | path

Searched refs:fixnump (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/math/cln/cln-1.3.6/src/integer/bitwise/
H A Dcl_I_logand.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logand()
30 if (fixnump(x)) in logand()
36 if (fixnump(y)) in logand()
H A Dcl_I_lognand.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in lognand()
30 if (fixnump(x)) in lognand()
36 if (fixnump(y)) in lognand()
H A Dcl_I_logandc2.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logandc2()
30 if (fixnump(x)) in logandc2()
H A Dcl_I_logtest.cc26 if (fixnump(x)) in logtest()
27 if (fixnump(y)) in logtest()
51 if (fixnump(y)) in logtest()
H A Dcl_I_logxor.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logxor()
H A Dcl_I_logior.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logior()
H A Dcl_I_logeqv.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logeqv()
H A Dcl_I_lognor.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in lognor()
H A Dcl_I_logorc2.cc26 { if (fixnump(x) && fixnump(y)) // Beides Fixnums -> ganz einfach: in logorc2()
/dports/math/cln/cln-1.3.6/src/integer/elem/
H A Dcl_I_equal.cc28 if (fixnump(x)) in equal()
30 if (fixnump(y)) in equal()
40 if (fixnump(y)) in equal()
H A Dcl_I_compare.cc39 if (fixnump(x)) in compare()
41 if (fixnump(y)) in compare()
58 if (fixnump(y)) in compare()
H A Dcl_I_mul.cc28 if (fixnump(x) && fixnump(y)) in operator *()
H A Dcl_I_minus.cc30 if (fixnump(x)) in operator -()
32 if (fixnump(y)) in operator -()
97 if (fixnump(y)) in operator -()
H A Dcl_I_plus.cc30 if (fixnump(x)) in operator +()
32 if (fixnump(y)) in operator +()
95 if (fixnump(y)) in operator +()
H A Dcl_I_div.cc22 { if (fixnump(x)) in cl_divide()
24 { if (fixnump(y)) in cl_divide()
/dports/math/maxima/maxima-5.43.2/share/misc/
H A Dseqopt.lisp243 (cond ((and (fixnump coeff) (minusp coeff))
255 (cond ((and (fixnump sign) (minusp sign))
312 (cond ((fixnump tmp)
442 (and (not (fixnump expon))
448 (and (not (fixnump expon-2))
533 (and (not (fixnump expon))
543 (if (fixnump current-gcd)
656 (and (fixnump expon)
662 (and (fixnump expon-2)
741 (and (fixnump expon)
[all …]
/dports/math/cln/cln-1.3.6/src/float/sfloat/elem/
H A Dcl_SF_scale_I.cc32 if (fixnump(delta) in scale_float()
44 if (fixnump(delta) in scale_float()
/dports/math/cln/cln-1.3.6/src/float/ffloat/elem/
H A Dcl_FF_scale_I.cc32 if (fixnump(delta) in scale_float()
44 if (fixnump(delta) in scale_float()
/dports/math/cln/cln-1.3.6/src/complex/transcendental/
H A Dcl_C_expt_C.cc120 if (fixnump(y)) // |y| klein ? in expt()
168 if (fixnump(m) && fixnump(n)) { // |m| und n klein? in expt()
/dports/math/cln/cln-1.3.6/src/float/dfloat/elem/
H A Dcl_DF_scale_I.cc38 if (fixnump(delta) in scale_float()
54 if (fixnump(delta) in scale_float()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dcompiler-types.lisp99 (fixnump (integer-type-low compiler-type))
100 (fixnump (integer-type-high compiler-type))))
107 (when (fixnump low)
109 (when (and (fixnump high) (= high low))
/dports/math/cln/cln-1.3.6/src/integer/conv/
H A Dcl_I_to_digits.cc102 { if (fixnump(X) && erg->LSBptr-erg_ptr>=cl_value_len) in I_to_digits()
122 else if (fixnump(X) || TheBignum(X)->length < cl_digits_div_threshold in I_to_digits()
138 if (fixnump(X) && count>cl_value_len-1) in I_to_digits()
/dports/math/maxima/maxima-5.43.2/share/contrib/unit/
H A Dunit-functions.lisp26 ((or (not (fixnump y)) (< y 2) (> y 35)) (mseterr x y))
30 (if (not (fixnump y)) (mseterr x y))
62 (if (and y (not (fixnump y))) (mseterr x y))
115 ((and (fixnump x) (not (< x 0))) (remlabels x))
117 ((and (eq (caar x) 'mlist) (fixnump (cadr x))
120 (and (fixnump (caddr x)) (not (> (cadr x) (caddr x))))))
/dports/math/cln/cln-1.3.6/src/integer/
H A Dcl_I.h82 inline bool fixnump (const cl_I& x) in fixnump() function
92 if (fixnump(x)) in minusp()
614 if (fixnump(obj_from_I_to_NDS_nocopy)) \
628 if (fixnump(obj_from_I_to_NDS)) \
643 if (fixnump(obj_from_I_to_NDS)) \
728 inline bool fixnump (const cl_FN& x) in fixnump() function
750 inline bool fixnump (const cl_BN& x) in fixnump() function
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calc/
H A Dcalc-bin.el220 (math-reject-arg w 'fixnump))
272 (math-reject-arg w 'fixnump))
287 (math-reject-arg w 'fixnump))
302 (math-reject-arg w 'fixnump))
321 (math-reject-arg w 'fixnump))
335 (math-reject-arg w 'fixnump))
366 (math-reject-arg w 'fixnump))
399 (math-reject-arg w 'fixnump))
421 (math-reject-arg w 'fixnump))

12345678910