Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dintlog.d6 if (I_fixnump(obj)) in I_to_DS_need()
68 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logior_I()
93 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logxor_I()
118 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logand_I()
161 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logeqv_I()
187 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_lognand_I()
232 if (I_fixnump(x) && I_fixnump(y)) { # both fixnums -> very simple: in I_I_lognor_I()
257 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logandc2_I()
303 if (I_fixnump(x) && I_fixnump(y)) { /* both fixnums -> very simple: */ in I_I_logorc2_I()
442 if (I_fixnump(x)) { in I_I_logtest()
[all …]
H A Dintcomp.d31 if (I_fixnump(x)) in I_I_comp()
33 if (I_fixnump(y)) { in I_I_comp()
46 if (I_fixnump(y)) in I_I_comp()
73 if (I_fixnump(x)) in I_I_comp()
75 if (I_fixnump(y)) { in I_I_comp()
88 if (I_fixnump(y)) in I_I_comp()
H A Dintplus.d63 if (I_fixnump(x)) { in I_1_plus_I()
88 if (I_fixnump(x)) { in I_minus1_plus_I()
124 if (I_fixnump(x)) { in I_I_plus_I()
126 if (I_fixnump(y)) { in I_I_plus_I()
150 if (I_fixnump(y)) in I_I_plus_I()
243 if (I_fixnump(x)) { in I_minus_I()
299 if (I_fixnump(x)) { in I_I_minus_I()
301 if (I_fixnump(y)) { in I_I_minus_I()
367 if (I_fixnump(y)) { in I_I_minus_I()
H A Dflo_rest.d994 if (I_fixnump(delta) in SF_I_scale_float_SF()
1004 if (I_fixnump(delta) in SF_I_scale_float_SF()
1033 if (I_fixnump(delta) in FF_I_scale_float_FF()
1043 if (I_fixnump(delta) in FF_I_scale_float_FF()
1078 if (I_fixnump(delta) in DF_I_scale_float_DF()
1092 if (I_fixnump(delta) in DF_I_scale_float_DF()
H A Dcomptran.d392 if (I_fixnump(y)) /* |y| small ? */ in N_N_expt_N()
429 if (I_fixnump(TheRatio(y)->rt_num) /* |m| small */ in N_N_expt_N()
430 && I_fixnump(TheRatio(y)->rt_den) /* n small */ in N_N_expt_N()
H A Dintelem.d1366 if (I_fixnump(obj_from_I_to_NDS_nocopy)) \
1379 if (I_fixnump(obj_from_I_to_NDS)) \
1393 if (I_fixnump(obj_from_I_to_NDS)) \
H A Dintbyte.d7 if (!(I_fixnump(size) && !R_minusp(size))) { in I_I_Byte()
15 } else if (!(I_fixnump(position) && !R_minusp(position))) { in I_I_Byte()
H A Dintmal.d259 if (I_fixnump(x)) { in I_square_I()
727 if (I_fixnump(x) && I_fixnump(y)) { in I_I_mult_I()
H A Drealtran.d424 {var uintC m = I_fixnump(x) ? (as_oint(x) >> oint_data_shift) & (bit(2)-1) in F_pi2_round_I_F()
817 if (I_fixnump(x)) in I_ln_F()
H A Dintdiv.d287 if (I_fixnump(x)) { in I_I_divide_I_I()
289 if (I_fixnump(y)) { in I_I_divide_I_I()
H A Dlispbibl.d11475 #define I_fixnump(obj) (!wbit_test(as_oint(obj),bignum_bit_o)) macro
11477 #define I_fixnump(obj) (wbit_test(as_oint(obj),bignum_bit_o)) macro
H A DChangeLog61429 (RA_integerp, RA_ratiop, I_bignump, I_fixnump): Provide alternative