Home
last modified time | relevance | path

Searched refs:Scm_BitsLowest1 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dbits.h118 SCM_EXTERN int Scm_BitsLowest1(const ScmBits *bits, int start, int end);
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbits.c222 int Scm_BitsLowest1(const ScmBits *bits, int start, int end) in Scm_BitsLowest1() function
H A Dlibnum.scm802 (return (Scm_BitsLowest1 (& z) 0 SCM_WORD_BITS)))]
806 (return (Scm_BitsLowest1 z 0 (* k SCM_WORD_BITS))))]
H A Dnumber.c1324 *lo = Scm_BitsLowest1(&bi, 0, SCM_WORD_BITS-1); in double_precision()
1330 *lo = Scm_BitsLowest1(bits, 0, SCM_BIGNUM_SIZE(si)*SCM_WORD_BITS-1); in double_precision()
2841 int c = Scm_BitsLowest1(b, 0, l); in DEFINE_DUAL_API2()
H A Dlibnum.c6311 {SCM_RESULT=(Scm_BitsLowest1(&(z),0,SCM_WORD_BITS));goto SCM_STUB_RETURN;}}}else if( in libnumtwos_exponent_factor()
6315 {SCM_RESULT=(Scm_BitsLowest1(z,0,(k)*(SCM_WORD_BITS)));goto SCM_STUB_RETURN;}}} else { in libnumtwos_exponent_factor()
/dports/lang/gauche/Gauche-0.9.10/ext/srfi/
H A Dsrfi-178.scm707 (return (Scm_BitsLowest1 (SCM_BITVECTOR_BITS bv) 0 (SCM_BITVECTOR_SIZE bv)))