Home
last modified time | relevance | path

Searched refs:most_negative_fixnum (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dtypes.h250 #define FIXRANGE(x) ((uptr)((x) - most_negative_fixnum) <= (uptr)(most_positive_fixnum - most_negat…
H A Dnumber.c145 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
181 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
377 if (i > most_negative_fixnum && i <= most_positive_fixnum)
400 if (i > most_negative_fixnum && i <= most_positive_fixnum)
733 if (x == FIX(most_negative_fixnum) && y == FIX(-1)) {
734 iptr m = most_negative_fixnum /* pull out to avoid bogus Sun C warning */;
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dtypes.h310 #define FIXRANGE(x) ((uptr)((x) - most_negative_fixnum) <= (uptr)(most_positive_fixnum - most_negat…
H A Dnumber.c145 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
181 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
377 if (i > most_negative_fixnum && i <= most_positive_fixnum)
400 if (i > most_negative_fixnum && i <= most_positive_fixnum)
736 if (x == FIX(most_negative_fixnum) && y == FIX(-1)) {
737 iptr m = most_negative_fixnum /* pull out to avoid bogus Sun C warning */;
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dtypes.h310 #define FIXRANGE(x) ((uptr)((x) - most_negative_fixnum) <= (uptr)(most_positive_fixnum - most_negat…
H A Dnumber.c145 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
181 if (n <= -most_negative_fixnum) return FIX(-(iptr)n);
377 if (i > most_negative_fixnum && i <= most_positive_fixnum)
400 if (i > most_negative_fixnum && i <= most_positive_fixnum)
736 if (x == FIX(most_negative_fixnum) && y == FIX(-1)) {
737 iptr m = most_negative_fixnum /* pull out to avoid bogus Sun C warning */;
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/a6le/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/i3nt/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/i3osx/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/a6osx/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ti3le/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ti3nt/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ti3fb/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ta6fb/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ta6le/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ta6osx/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/a6nt/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/i3le/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ta6nt/
H A Dequates.h396 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/chez-scheme/ChezScheme-9.5.4/boot/ti3osx/
H A Dequates.h397 #define most_negative_fixnum (iptr)-0x20000000 macro
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dnumber.c92 static Scheme_Object *most_negative_fixnum(int argc, Scheme_Object *argv[]);
774 p = scheme_make_prim_w_arity(most_negative_fixnum, "most-negative-fixnum", 0, 0); in scheme_init_flfxnum_number()
5306 static Scheme_Object *most_negative_fixnum(int argc, Scheme_Object *argv[]) in most_negative_fixnum() function
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dnumber.c92 static Scheme_Object *most_negative_fixnum(int argc, Scheme_Object *argv[]);
774 p = scheme_make_prim_w_arity(most_negative_fixnum, "most-negative-fixnum", 0, 0); in scheme_init_flfxnum_number()
5306 static Scheme_Object *most_negative_fixnum(int argc, Scheme_Object *argv[]) in most_negative_fixnum() function
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/boot/pb/
H A Dequates.h474 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/racket/racket-8.3/src/ChezScheme/boot/pb/
H A Dequates.h474 #define most_negative_fixnum (iptr)-0x1000000000000000 macro
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlisparit.d1990 define_constant(S(most_negative_fixnum),Fixnum_mneg); in init_arith()

12