Home
last modified time | relevance | path

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

/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c6578 inline static C_word maybe_negate_bignum_for_bitwise_op(C_word x, C_word size) function
6618 if (C_truep(nn = maybe_negate_bignum_for_bitwise_op(n, d))) n = nn;
6655 if (C_truep(nx = maybe_negate_bignum_for_bitwise_op(x, size))) x = nx;
6656 if (C_truep(ny = maybe_negate_bignum_for_bitwise_op(y, size))) y = ny;
6728 if (C_truep(nx = maybe_negate_bignum_for_bitwise_op(x, size))) x = nx;
6729 if (C_truep(ny = maybe_negate_bignum_for_bitwise_op(y, size))) y = ny;
6803 if (C_truep(nx = maybe_negate_bignum_for_bitwise_op(x, size))) x = nx;
6804 if (C_truep(ny = maybe_negate_bignum_for_bitwise_op(y, size))) y = ny;
6943 if (C_truep(nx = maybe_negate_bignum_for_bitwise_op(x, size))) {