Searched refs:abits (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dhex-random.c163 unsigned long abits; local
169 abits = gmp_urandomb_ui (state, 32) % maxbits;
171 mpz_rrandomb (a, state, abits);
198 unsigned long abits, bbits; local
205 abits = gmp_urandomb_ui (state, 32) % maxbits;
208 mpz_rrandomb (a, state, abits);
277 unsigned long abits, bbits; local
288 abits = gmp_urandomb_ui (state, 32) % maxbits;
292 mpz_rrandomb (a, state, abits);
331 abits
377 unsigned long abits, bbits; local
442 unsigned long abits, bbits; local
479 unsigned long abits; local
553 unsigned long abits; local
560 mpz_rrandomb (mpq_numref (a), state, abits); local
561 mpz_rrandomb (mpq_denref (a), state, abits); local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dgcc_qadd.c29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
H A Dgcc_qsub.c29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dccp.c270 int rbits, abits; local
274 abits = rbits = strtol(str, &endp, 0);
277 abits = strtol(str, &endp, 0);
284 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
294 if (abits > 0) {
296 ccp_allowoptions[0].bsd_bits = abits;
300 rbits == abits? "%d": "%d,%d", rbits, abits);
308 int rbits, abits; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c407 mp_bitcnt_t dbits, abits, margin; local
491 abits = mpz_sizeinbase (t, 2);
492 if (abits < dbits)
510 if (verbose_flag && abits > dbits)
513 (unsigned) dbits, (unsigned) abits,
514 (int) (abits - s * GMP_NUMB_BITS), (unsigned) margin);
516 if (abits > s*GMP_NUMB_BITS + margin)
519 (unsigned) (abits - s*GMP_NUMB_BITS), (unsigned) margin);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h66 #define GASNBITS_PRESENT(abits) ((abits)->value.bits != NULL)
67 #define COMPONENTBITS_PRESENT(abits) ((abits)->value.bits != NULL)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_ctxgk104.c949 u32 abits, bbits, pmask; local
952 abits = atarget ? ppc_tpcs : 0;
953 bbits = ppc_tpcs - abits;
956 abits = ppc_tpcs - bbits;
960 while (ppc_tpcs-- > abits)
967 atarget -= min(abits, atarget);
969 if ((abits > 0) || (bbits > 0))
H A Dnouveau_nvkm_engine_gr_ctxgf100.c1284 u32 abits[GPC_MAX] = {}, amask = 0, bmask = 0; local
1293 if (abits[gpc] < gr->tpc_nr[gpc]) {
1294 abits[gpc]++;
1301 u32 bbits = gr->tpc_nr[gpc] - abits[gpc];
1302 amask |= ((1 << abits[gpc]) - 1) << (gpc * 8);
1303 bmask |= ((1 << bbits) - 1) << abits[gpc] << (gpc * 8);
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrtrem.c119 unsigned abits; local
129 abits = a0 >> (GMP_LIMB_BITS - 1 - 8); /* extract bits for table lookup */
130 x0 = 0x100 | invsqrttab[abits - 0x80]; /* initial 1/sqrt(a) */
/netbsd-current/lib/libc/gdtoa/
H A Dstrtodg.c328 int abe, abits, asub; local
953 ab = d2b(dval(&adj), &abe, &abits);
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_cv.c2527 uint32_t rbits, gbits, bbits, abits; local
2530 abits = 0;
2547 abits = 8;
2570 fbi->fbi_subtype.fbi_rgbmasks.alpha_size = abits;
H A Dgrf_cv3d.c2381 uint32_t rbits, gbits, bbits, abits; local
2384 abits = 0;
2401 abits = 8;
2424 fbi->fbi_subtype.fbi_rgbmasks.alpha_size = abits;

Completed in 145 milliseconds