Home
last modified time | relevance | path

Searched refs:LONG_BIT (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/devel/global/global-6.6.7/libutil/
H A Didset.c34 #undef LONG_BIT
36 #define LONG_BIT (sizeof(long) * CHAR_BIT) macro
97 for (i = 0; i < LONG_BIT; i++) in idset_open()
100 …idset->set = (unsigned long *)check_calloc(sizeof(unsigned long), (size + LONG_BIT - 1) / LONG_BIT in idset_open()
133 idset->set[id / LONG_BIT] |= bit[id % LONG_BIT]; in idset_add()
155 return (idset->set[id / LONG_BIT] & bit[id % LONG_BIT]) != 0; in idset_contains()
188 limit = idset->max / LONG_BIT + 1; in idset_next()
189 index0 = idset->lastid / LONG_BIT; in idset_next()
190 index1 = idset->lastid % LONG_BIT; in idset_next()
191 for (i = ++index1; i < LONG_BIT; i++) in idset_next()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmodredc_15ul.c17 …^%d + %lu; Mod(u, m) * X == a << %d /* PARIC %d */\n", a[1], LONG_BIT, a[0], u[1], LONG_BIT, u[0],…
19 …%d + %lu; -Mod(v, m) * X == b << %d /* PARIC %d */\n", b[1], LONG_BIT, b[0], v[1], LONG_BIT, v[0],…
63 t = -LONG_BIT; in modredc15ul_inv()
77 t += LONG_BIT; in modredc15ul_inv()
110 t += LONG_BIT; in modredc15ul_inv()
148 t += LONG_BIT; in modredc15ul_inv()
174 if (t >= LONG_BIT) in modredc15ul_inv()
177 t -= LONG_BIT; in modredc15ul_inv()
180 ASSERT (t < LONG_BIT); in modredc15ul_inv()
214 A[0], LONG_BIT, A[1], m[0].m[0], LONG_BIT, m[0].m[1], in modredc15ul_inv()
[all …]
H A Dmodredc_2ul2.c14 printf ("x = (%lu << %d) + %lu; /* PARI %d */\n", a[1], LONG_BIT, a[0], __LINE__);
18 …^%d + %lu; Mod(u, m) * X == a << %d /* PARIC %d */\n", a[1], LONG_BIT, a[0], u[1], LONG_BIT, u[0],…
20 …%d + %lu; -Mod(v, m) * X == b << %d /* PARIC %d */\n", b[1], LONG_BIT, b[0], v[1], LONG_BIT, v[0],…
64 t = -LONG_BIT; in modredc2ul2_inv()
78 t += LONG_BIT; in modredc2ul2_inv()
111 t += LONG_BIT; in modredc2ul2_inv()
149 t += LONG_BIT; in modredc2ul2_inv()
175 while (t >= LONG_BIT) in modredc2ul2_inv()
178 t -= LONG_BIT; in modredc2ul2_inv()
213 A[0], LONG_BIT, A[1], m[0].m[0], LONG_BIT, m[0].m[1], in modredc2ul2_inv()
[all …]
H A Dmodredc_2ul2.h134 a[1], LONG_BIT, a[0], b, LONG_BIT, m[0].m[1], LONG_BIT, m[0].m[0]); in _modredc2ul2_mul_ul()
287 #if (LONG_BIT == 32) in modredc2ul2_intget_double()
289 #elif (LONG_BIT == 64) in modredc2ul2_intget_double()
407 if (i >= 2 * LONG_BIT) { in modredc2ul2_intshr()
409 } else if (i >= LONG_BIT) { in modredc2ul2_intshr()
424 if (i >= 2 * LONG_BIT) { in modredc2ul2_intshl()
426 } else if (i >= LONG_BIT) { in modredc2ul2_intshl()
919 a[1], LONG_BIT, a[0], b[1], LONG_BIT, b[0], 2 * LONG_BIT, in modredc2ul2_mul()
1006 a[1], LONG_BIT, a[0], b[1], LONG_BIT, b[0], 2 * LONG_BIT, in modredc2ul2_mul()
1062 a[1], LONG_BIT, a[0], a[1], LONG_BIT, a[0], 2 * LONG_BIT, in modredc2ul2_sqr()
[all …]
H A Dmodredc_15ul.h36 #define MODREDC15UL_MAXBITS (LONG_BIT + LONG_BIT/2)
203 #if (LONG_BIT == 32) in modredc15ul_intget_double()
205 #elif (LONG_BIT == 64) in modredc15ul_intget_double()
323 if (i >= 2 * LONG_BIT) { in modredc15ul_intshr()
325 } else if (i >= LONG_BIT) { in modredc15ul_intshr()
340 if (i >= 2 * LONG_BIT) { in modredc15ul_intshl()
342 } else if (i >= LONG_BIT) { in modredc15ul_intshl()
840 a[1], LONG_BIT, a[0], b[1], LONG_BIT, b[0], 2 * LONG_BIT, in modredc15ul_mul()
948 a[1], LONG_BIT, a[0], b[1], LONG_BIT, b[0], 2 * LONG_BIT, in modredc15ul_mul()
1008 a[1], LONG_BIT, a[0], 2 * LONG_BIT, m[0].m[1], LONG_BIT, m[0].m[0]); in modredc15ul_sqr()
[all …]
H A Dmodredc_2ul_common.c64 #if LONG_BIT == 32 in mod_div3()
66 #elif LONG_BIT == 64 in mod_div3()
91 #if LONG_BIT == 32 in mod_div5()
93 #elif LONG_BIT == 64 in mod_div5()
111 #if LONG_BIT == 32 in mod_div7()
113 #elif LONG_BIT == 64 in mod_div7()
131 #if LONG_BIT == 32 in mod_div11()
133 #elif LONG_BIT == 64 in mod_div11()
151 #if LONG_BIT == 32 in mod_div13()
580 #if LONG_BIT == 32 in mod_isprime()
[all …]
H A Dularith.h23 #ifndef LONG_BIT
26 #define LONG_BIT 32 macro
28 #define LONG_BIT 64 macro
32 #define LONG_BIT 32 macro
34 #define LONG_BIT 64 macro
474 #elif LONG_BIT == 32 in ularith_mul_ul_ul_2ul()
484 const int half = LONG_BIT / 2; in ularith_mul_ul_ul_2ul()
531 #elif LONG_BIT == 32 in ularith_sqr_ul_2ul()
545 const int half = LONG_BIT / 2; in ularith_sqr_ul_2ul()
636 ASSERT_EXPENSIVE (i < LONG_BIT); in ularith_shrd()
[all …]
H A Dmod_ul_common.c44 #if LONG_BIT == 32 in mod_div3()
46 #elif LONG_BIT == 64 in mod_div3()
49 #error LONG_BIT is neither 32 nor 64 in mod_div3()
95 #if LONG_BIT == 32 in mod_div5()
97 #elif LONG_BIT == 64 in mod_div5()
149 #if LONG_BIT == 32 in mod_div7()
151 #elif LONG_BIT == 64 in mod_div7()
206 #if LONG_BIT == 32 in mod_div11()
208 #elif LONG_BIT == 64 in mod_div11()
251 #if LONG_BIT == 32 in mod_div13()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/
H A Dstrspn.c10 #ifndef LONG_BIT
11 #define LONG_BIT (CHAR_BIT*sizeof(long)) macro
16 bitmap[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in set_bit()
21 return (int)(bitmap[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1; in test_bit()
26 unsigned long matchmap[((1 << CHAR_BIT) + LONG_BIT - 1) / LONG_BIT]; in strxspn()
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dxopen_lim.h127 # define LONG_BIT 32 macro
130 # define LONG_BIT 64 macro
134 # define LONG_BIT 32 macro
137 # define LONG_BIT 64 macro
142 # define LONG_BIT 64 macro
144 # define LONG_BIT 32 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dxopen_lim.h127 # define LONG_BIT 32 macro
130 # define LONG_BIT 64 macro
134 # define LONG_BIT 32 macro
137 # define LONG_BIT 64 macro
142 # define LONG_BIT 64 macro
144 # define LONG_BIT 32 macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/common/config/
H A Dncbiconf_universal.h41 # ifndef LONG_BIT /* <machine/limits.h>'s definition is conditional */
43 # define LONG_BIT 64 macro
45 # define LONG_BIT 32 macro
48 # define NCBI_PLATFORM_BITS LONG_BIT
63 # if LONG_BIT == 64
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/common/config/
H A Dncbiconf_universal.h41 # ifndef LONG_BIT /* <machine/limits.h>'s definition is conditional */
43 # define LONG_BIT 64 macro
45 # define LONG_BIT 32 macro
48 # define NCBI_PLATFORM_BITS LONG_BIT
63 # if LONG_BIT == 64
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dsignal.h67 return (int)((local_set[signum/LONG_BIT] >> (signum%LONG_BIT)) & 1); in sigismember()
75 local_set[signum/LONG_BIT] |= 1UL << (signum%LONG_BIT); in sigaddset()
84 local_set[signum/LONG_BIT] &= ~(1UL << (signum%LONG_BIT)); in sigdelset()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dsignal.h67 return (int)((local_set[signum/LONG_BIT] >> (signum%LONG_BIT)) & 1); in sigismember()
75 local_set[signum/LONG_BIT] |= 1UL << (signum%LONG_BIT); in sigaddset()
84 local_set[signum/LONG_BIT] &= ~(1UL << (signum%LONG_BIT)); in sigdelset()
/dports/www/squid/squid-4.15/compat/
H A Dtempnam.c37 #ifndef LONG_BIT
38 #define LONG_BIT (CHAR_BIT * 4) /* assume sizeof(long) == 4 */ macro
44 #if (L_tmpnam > L_tmpmin + LONG_BIT / 6) /* base 64 */
61 #if (L_tmpnam >= L_tmpmin + LONG_BIT / 4) in _tmpnam()
/dports/math/cgal/CGAL-5.3/include/CGAL/CORE/
H A DCoreAux_impl.h57 return LONG_BIT - 1; in flrLg()
93 return LONG_BIT - 1; in clLg()
97 return (LONG_BIT - 1); // exclude the sign bit in clLg()
113 return LONG_BIT; in clLg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dninja26 LONG_BIT=$(getconf LONG_BIT)
30 exec "${THIS_DIR}/ninja-linux${LONG_BIT}" "$@";;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-altive.ads317 LONG_BIT : constant := 32; constant
321 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
322 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
323 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-altive.ads317 LONG_BIT : constant := 32; constant
321 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
322 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
323 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-altive.ads314 LONG_BIT : constant := 32; constant
318 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
319 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
320 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-altive.ads317 LONG_BIT : constant := 32; constant
321 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
322 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
323 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-altive.ads317 LONG_BIT : constant := 32; constant
321 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
322 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
323 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-altive.ads317 LONG_BIT : constant := 32; constant
321 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
322 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
323 ULONG_MAX : constant := 2 ** LONG_BIT - 1;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-altive.ads314 LONG_BIT : constant := 32; constant
318 SLONG_MIN : constant := -2 ** (LONG_BIT - 1);
319 SLONG_MAX : constant := 2 ** (LONG_BIT - 1) - 1;
320 ULONG_MAX : constant := 2 ** LONG_BIT - 1;

12345678910>>...24