Home
last modified time | relevance | path

Searched refs:bits0 (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-cofactor.cpp41 void cofactorization_statistics::call(int bits0, int bits1) in call() argument
46 if ((size_t) bits0 >= s0) { in call()
47 size_t news0 = std::max((size_t) bits0+1, s0 + s0/2); in call()
52 size_t s1 = cof_call[bits0].size(); in call()
55 cof_call[bits0].insert(cof_call[bits0].end(), news1-s1, 0); in call()
56 cof_success[bits0].insert(cof_success[bits0].end(), news1-s1, 0); in call()
65 cof_call[bits0][bits1]++; in call()
71 for(size_t bits0 = 0 ; bits0 < cof_call.size() ; ++bits0) { in print() local
74 bits0, bits1, in print()
75 cof_call[bits0][bits1], in print()
[all …]
H A Dlas-cofactor.hpp25 void call(int bits0, int bits1);
37 void success(int bits0, int bits1) in success() argument
40 cof_success[bits0][bits1]++; in success()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dalign.c73 unsigned long bits0; in main() local
83 bits0 = 0; in main()
94 if (!bits0 || bits1 < bits0) in main()
96 bits0 = bits1; in main()
102 for (bits1 = bits0; i < align1; i++) in main()
153 …define ALIGN_TRUNC1(x) ALIGN_POINTER(ALIGN_INTEGER((x)+%d)&0x%lx)\n", align1 - 1, ~(bits0|bits1)); in main()
181 printf("#define ALIGN_TRUNC2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x%lx)\n", ~(bits0|bits1|bits2)); in main()
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dalign.c73 unsigned long bits0; in main() local
83 bits0 = 0; in main()
94 if (!bits0 || bits1 < bits0) in main()
96 bits0 = bits1; in main()
102 for (bits1 = bits0; i < align1; i++) in main()
153 …define ALIGN_TRUNC1(x) ALIGN_POINTER(ALIGN_INTEGER((x)+%d)&0x%lx)\n", align1 - 1, ~(bits0|bits1)); in main()
181 printf("#define ALIGN_TRUNC2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x%lx)\n", ~(bits0|bits1|bits2)); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dalign.c73 unsigned long bits0; in main() local
83 bits0 = 0; in main()
94 if (!bits0 || bits1 < bits0) in main()
96 bits0 = bits1; in main()
102 for (bits1 = bits0; i < align1; i++) in main()
153 …define ALIGN_TRUNC1(x) ALIGN_POINTER(ALIGN_INTEGER((x)+%d)&0x%lx)\n", align1 - 1, ~(bits0|bits1)); in main()
181 printf("#define ALIGN_TRUNC2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x%lx)\n", ~(bits0|bits1|bits2)); in main()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dlos.cpp61 unsigned long bits0; member
177 unsigned long bits0 = BIT_MASK0; in LineOfSight() local
195 if ((bits0 & (p->bits0)) && (p->d <= radius)) in LineOfSight()
209 opaque, px + dx, py + dy, p->d, ((bits0 & p->bits0_c) == p->bits0_c)); in LineOfSight()
243 bits0 &= ~(p->bits0); in LineOfSight()
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Dg_ddfmt_p.c45 ULong *L, bits0[4], *bits, sign, *zx; local
86 bits0[0] = L[2+_1];
87 bits0[1] = (L[2+_0] & 0xfffff) | (L[_1] << 20);
88 bits0[2] = (L[_1] >> 12) | (L[_0] << 20);
89 bits0[3] = (L[_0] >> 12) & 0xff;
90 b = add_nanbits(b, bufsize - (b-buf), bits0, 4);
167 bits0[i] = bits[i];
169 bits0[i++] = 0;
170 bits = bits0;
H A Dg_ddfmt.c43 ULong *L, bits0[4], *bits, *zx; local
147 bits0[i] = bits[i];
149 bits0[i++] = 0;
150 bits = bits0;
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dmrdo_vidhrdw.c86 int bits0,bits2,r,g,b; in PALETTE_INIT() local
91 bits0 = (color_prom[a1] >> 0) & 0x03; in PALETTE_INIT()
93 r = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
94 bits0 = (color_prom[a1] >> 2) & 0x03; in PALETTE_INIT()
96 g = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
97 bits0 = (color_prom[a1] >> 4) & 0x03; in PALETTE_INIT()
99 b = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dmrdo_vidhrdw.c87 int bits0,bits2,r,g,b; in PALETTE_INIT() local
92 bits0 = (color_prom[a1] >> 0) & 0x03; in PALETTE_INIT()
94 r = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
95 bits0 = (color_prom[a1] >> 2) & 0x03; in PALETTE_INIT()
97 g = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
98 bits0 = (color_prom[a1] >> 4) & 0x03; in PALETTE_INIT()
100 b = weight[bits0 + (bits2 << 2)]; in PALETTE_INIT()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmrdo.cpp83 int bits0, bits2; in mrdo_palette() local
89 bits0 = (color_prom[a1] >> 0) & 0x03; in mrdo_palette()
91 int const r = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
94 bits0 = (color_prom[a1] >> 2) & 0x03; in mrdo_palette()
96 int const g = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
99 bits0 = (color_prom[a1] >> 4) & 0x03; in mrdo_palette()
101 int const b = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmrdo.cpp83 int bits0, bits2; in mrdo_palette() local
89 bits0 = (color_prom[a1] >> 0) & 0x03; in mrdo_palette()
91 int const r = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
94 bits0 = (color_prom[a1] >> 2) & 0x03; in mrdo_palette()
96 int const g = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
99 bits0 = (color_prom[a1] >> 4) & 0x03; in mrdo_palette()
101 int const b = weight[bits0 + (bits2 << 2)]; in mrdo_palette()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/qfb/
H A Dexponent_element.c140 mp_bitcnt_t bits0; in qfb_exponent_element() local
145 bits0 = FLINT_BIT_COUNT(B1); in qfb_exponent_element()
170 fmpz_pow_ui(pow2, pow2, bits0); in qfb_exponent_element()
219 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
225 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
234 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
243 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
265 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
/dports/math/e-antic/antic-f4e8a60/qfb/
H A Dexponent_element.c140 mp_bitcnt_t bits0; in qfb_exponent_element() local
145 bits0 = FLINT_BIT_COUNT(B1); in qfb_exponent_element()
170 fmpz_pow_ui(pow2, pow2, bits0); in qfb_exponent_element()
219 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
225 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
234 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
243 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
265 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
/dports/math/antic/antic-0.2.4/qfb/
H A Dexponent_element.c140 mp_bitcnt_t bits0; in qfb_exponent_element() local
145 bits0 = FLINT_BIT_COUNT(B1); in qfb_exponent_element()
170 fmpz_pow_ui(pow2, pow2, bits0); in qfb_exponent_element()
219 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
225 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
234 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
243 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
265 exp = bits0/FLINT_BIT_COUNT(pr); in qfb_exponent_element()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dfusion.c270bits0 = _mm_xor_si128(bits0, k); … in ptls_fusion_aesgcm_encrypt()
282bits0 = _mm_aesenc_si128(bits0, k); … in ptls_fusion_aesgcm_encrypt()
294bits0 = _mm_aesenclast_si128(bits0, k); … in ptls_fusion_aesgcm_encrypt()
302 __m128i ek0, bits0, bits1, bits2, bits3, bits4, bits5 = _mm_setzero_si128(); in ptls_fusion_aesgcm_encrypt() local
407 storen(dst, srclen, _mm_xor_si128(loadn(src, srclen), bits0)); in ptls_fusion_aesgcm_encrypt()
516 bits0 = _mm_xor_si128(_mm_shuffle_epi8(ctr, bswap8), ctx->ecb.keys[0]); in ptls_fusion_aesgcm_decrypt()
592bits0 = _mm_aesenc_si128(bits0, k); … in ptls_fusion_aesgcm_decrypt()
608 bits0 = _mm_aesenclast_si128(bits0, k); in ptls_fusion_aesgcm_decrypt()
633 ek0 = bits0; in ptls_fusion_aesgcm_decrypt()
660 _mm_storeu_si128(dst, _mm_xor_si128(_mm_loadu_si128(src_aes), bits0)); in ptls_fusion_aesgcm_decrypt()
[all …]
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Dg_ddfmt.c43 ULong *L, bits0[4], *bits, *zx; local
147 bits0[i] = bits[i];
149 bits0[i++] = 0;
150 bits = bits0;
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Dg_ddfmt.c45 ULong *L, bits0[4], *bits, *zx; local
162 bits0[i] = bits[i];
164 bits0[i++] = 0;
165 bits = bits0;
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/
H A DDual.cpp95 rawspeed::PUMP bits0(bs0); in LLVMFuzzerTestOneInput() local
103 decoded0 = ht0.decode<decltype(bits0), FULLDECODE>(bits0); in LLVMFuzzerTestOneInput()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/
H A DDual.cpp95 rawspeed::PUMP bits0(bs0); in LLVMFuzzerTestOneInput() local
103 decoded0 = ht0.decode<decltype(bits0), FULLDECODE>(bits0); in LLVMFuzzerTestOneInput()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/fuzz/librawspeed/decompressors/HuffmanTable/
H A DDual.cpp95 rawspeed::PUMP bits0(bs0); in LLVMFuzzerTestOneInput() local
103 decoded0 = ht0.decode<decltype(bits0), FULLDECODE>(bits0); in LLVMFuzzerTestOneInput()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++17/ryu/
H A Df2s_intrinsics.h70 const uint64_t bits0 = (uint64_t)m * factorLo; in mulShift32() local
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()
90 const uint64_t sum = (bits0 >> 32) + bits1; in mulShift32()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++17/ryu/
H A Df2s_intrinsics.h70 const uint64_t bits0 = (uint64_t)m * factorLo; in mulShift32() local
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()
90 const uint64_t sum = (bits0 >> 32) + bits1; in mulShift32()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++17/ryu/
H A Df2s_intrinsics.h70 const uint64_t bits0 = (uint64_t)m * factorLo; in mulShift32() local
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()
90 const uint64_t sum = (bits0 >> 32) + bits1; in mulShift32()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++17/ryu/
H A Df2s_intrinsics.h70 const uint64_t bits0 = (uint64_t)m * factorLo; in mulShift32() local
76 const uint32_t bits0Hi = (uint32_t)(bits0 >> 32); in mulShift32()
90 const uint64_t sum = (bits0 >> 32) + bits1; in mulShift32()

12345678910>>...17