Home
last modified time | relevance | path

Searched refs:WORD_MAX (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dbitfield.h52 #define WORD_MAX 0xFFFFFFFF macro
126 (v).n += ((v).data[w] == WORD_MAX); \
139 if ((word = (v).data[w]) != WORD_MAX) \
181 return WORD_MAX; in bf_find_next_set_bit()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dbitfield.h52 #define WORD_MAX 0xFFFFFFFF macro
126 (v).n += ((v).data[w] == WORD_MAX); \
139 if ((word = (v).data[w]) != WORD_MAX) \
181 return WORD_MAX; in bf_find_next_set_bit()
/dports/math/e-antic/flint2-ae7ec89/doc/source/
H A Dlong_extras.rst35 `\pm 1`, ``COEFF_MAX``, ``COEFF_MIN``, ``WORD_MAX`` and
47 ``limit``. If ``limit`` is zero or exceeds ``WORD_MAX``,
48 it is interpreted as ``WORD_MAX``.
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/doc/source/
H A Dlong_extras.rst35 `\pm 1`, ``COEFF_MAX``, ``COEFF_MIN``, ``WORD_MAX`` and
47 ``limit``. If ``limit`` is zero or exceeds ``WORD_MAX``,
48 it is interpreted as ``WORD_MAX``.
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/long_extras/
H A Drandint.c23 if ((limit == UWORD(0)) || (limit > WORD_MAX)) in z_randint()
24 limit = WORD_MAX; in z_randint()
H A Drandtest.c42 case 5: z = WORD_MAX; break; in z_randtest()
/dports/math/e-antic/flint2-ae7ec89/long_extras/
H A Drandint.c23 if ((limit == UWORD(0)) || (limit > WORD_MAX)) in z_randint()
24 limit = WORD_MAX; in z_randint()
H A Drandtest.c42 case 5: z = WORD_MAX; break; in z_randtest()
/dports/math/flint2/flint-2.8.4/long_extras/
H A Drandint.c23 if ((limit == UWORD(0)) || (limit > WORD_MAX)) in z_randint()
24 limit = WORD_MAX; in z_randint()
/dports/math/arb/arb-2.21.1/fmpz_extras/
H A Dsub_small_large.c29 return (sign > 0) ? WORD_MAX : -WORD_MAX; in _fmpz_sub_small_large()
/dports/math/flint2/flint-2.8.4/doc/source/
H A Dlong_extras.rst35 `\pm 1`, ``COEFF_MAX``, ``COEFF_MIN``, ``WORD_MAX`` and
47 ``limit``. If ``limit`` is zero or exceeds ``WORD_MAX``,
48 it is interpreted as ``WORD_MAX``.
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz/test/
H A Dt-fits_si.c52 fmpz_set_si(x, WORD_MAX); in main()
65 fmpz_set_si(x, WORD_MAX); in main()
/dports/math/e-antic/flint2-ae7ec89/fmpz/test/
H A Dt-fits_si.c52 fmpz_set_si(x, WORD_MAX); in main()
65 fmpz_set_si(x, WORD_MAX); in main()
/dports/math/flint2/flint-2.8.4/fmpz/test/
H A Dt-fits_si.c52 fmpz_set_si(x, WORD_MAX); in main()
65 fmpz_set_si(x, WORD_MAX); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/src/fmpz_poly_extra/
H A Ddescartes_bound_0_1.c79 return WORD_MAX; in _fmpz_poly_descartes_bound_0_1()
91 return WORD_MAX; in _fmpz_poly_descartes_bound_0_1()
/dports/math/arb/arb-2.21.1/acb_hypgeom/
H A Dpfq_choose_n.c113 n_terminating = WORD_MAX; in acb_hypgeom_pfq_choose_n_max()
187 FLINT_MIN(WORD_MAX / 2, 50 + 10.0 * prec)); in acb_hypgeom_pfq_choose_n()
222 n_max = FLINT_MIN(WORD_MAX / 2, 50 + 10.0 * prec); in acb_hypgeom_pfq_series_choose_n()
223 n_terminating = WORD_MAX; in acb_hypgeom_pfq_series_choose_n()
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/dports/archivers/sharutils/sharutils-4.15.2/libopts/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/dports/devel/autogen/autogen-5.18.16/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/dports/security/gnutls/gnutls-3.6.16/src/libopts/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DAPInt.h87 static const WordType WORD_MAX = ~WordType(0); variable
152 uint64_t mask = WORD_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
397 return U.VAL == WORD_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnesValue()
498 return U.VAL == (WORD_MAX >> (APINT_BITS_PER_WORD - numBits)); in isMask()
562 return APInt(numBits, WORD_MAX, true); in getAllOnesValue()
1385 U.VAL = WORD_MAX; in setAllBits()
1418 uint64_t mask = WORD_MAX >> (APINT_BITS_PER_WORD - (hiBit - loBit)); in setBits()
1472 U.VAL ^= WORD_MAX; in flipAllBits()
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/test/
H A Dt-factor.c125 check_omega(lower, WORD_MAX, a, ctx, "bivariate"); in main()
165 check_omega(lower, WORD_MAX, a, ctx, "multivariate"); in main()
/dports/math/e-antic/flint2-ae7ec89/
H A Dflint.h132 #define WORD_MAX LLONG_MAX macro
143 #define WORD_MAX LONG_MAX macro
454 if (hi != 0 || lo > WORD_MAX) in flint_mul_sizes()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dflint.h132 #define WORD_MAX LLONG_MAX macro
143 #define WORD_MAX LONG_MAX macro
454 if (hi != 0 || lo > WORD_MAX) in flint_mul_sizes()

12345678