Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dnumbers.c1195 if (NUMB_FIXNUM_P(x)) in fth_integer_ref()
1214 if (NUMB_FIXNUM_P(obj)) in fth_int_ref()
1251 if (NUMB_FIXNUM_P(obj)) in fth_int_ref_or_else()
1290 if (NUMB_FIXNUM_P(obj)) in fth_long_long_ref()
1323 if (NUMB_FIXNUM_P(obj)) in fth_unsigned_ref()
3916 if (NUMB_FIXNUM_P(m) && NUMB_FIXNUM_P(n)) in fth_number_equal_p()
3928 if (NUMB_FIXNUM_P(m) && NUMB_FIXNUM_P(n)) in fth_number_less_p()
3988 if (NUMB_FIXNUM_P(m) && NUMB_FIXNUM_P(n)) in fth_number_add()
3998 if (NUMB_FIXNUM_P(m) && NUMB_FIXNUM_P(n)) in fth_number_sub()
4012 if (NUMB_FIXNUM_P(m) && NUMB_FIXNUM_P(n)) in fth_number_mul()
[all …]