Home
last modified time | relevance | path

Searched refs:SG_INT_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dlib_fixnums.stub74 (result (+ SG_INT_SIZE 1)))
326 (if (>= fx2 SG_INT_SIZE)
341 (check-fixnum-range fxcopy-bit fx2 0 SG_INT_SIZE <= <=)
348 (check-fixnum-range fxbit-field fx2 0 SG_INT_SIZE <= <=)
349 (check-fixnum-range fxbit-field fx3 0 SG_INT_SIZE <= <=)
362 (check-fixnum-range fxbit-field fx2 0 SG_INT_SIZE <= <=)
363 (check-fixnum-range fxbit-field fx3 0 SG_INT_SIZE <= <=)
376 (when (> (labs fx2) SG_INT_SIZE)
387 (check-fixnum-range fxbit-field fx2 0 SG_INT_SIZE <= <=)
393 (check-fixnum-range fxbit-field fx2 0 SG_INT_SIZE <= <=)
[all …]
H A Dlib_fixnums.c930 SG_RESULT=((SG_INT_SIZE)+(1)); in sagittarius_fixnums_fixnum_width()
1979 if ((fx2)>=(SG_INT_SIZE)){ in sagittarius_fixnums_fxbit_setP()
2020 if ((!(((0)<=(fx2))&&((fx2)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[51],… in sagittarius_fixnums_fxcopy_bit()
2066 if ((!(((0)<=(fx2))&&((fx2)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxbit_field()
2069 if ((!(((0)<=(fx3))&&((fx3)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxbit_field()
2127 if ((!(((0)<=(fx2))&&((fx2)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxcopy_bit_field()
2130 if ((!(((0)<=(fx3))&&((fx3)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxcopy_bit_field()
2175 if ((labs(fx2))>(SG_INT_SIZE)){{ in sagittarius_fixnums_fxarithmetic_shift()
2216 if ((!(((0)<=(fx2))&&((fx2)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxarithmetic_shift_left()
2252 if ((!(((0)<=(fx2))&&((fx2)<=(SG_INT_SIZE))))){{{Sg_AssertionViolation(sg__rc_cgen10978.d11195[53],… in sagittarius_fixnums_fxarithmetic_shift_right()
[all …]
H A Dnumber.c197 if (n + 1 <= SG_INT_SIZE) return SG_MAKE_INT(1UL << n); in oprtr_expt()
1751 } else if (count < SG_INT_SIZE) { in Sg_Ash()
1911 if (n >= SG_INT_SIZE) { in Sg_BitSetP()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h375 #define SG_INT_SIZE (SIZEOF_LONG * 8 - 3) macro
376 #define SG_INT_MAX ((1L << SG_INT_SIZE) - 1)