Searched refs:ql (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_qr.c39 mp_size_t ql; local
48 ql = nl - dl + 1;
55 if (ql <= 0)
69 qp = MPZ_REALLOC (quot, ql);
100 ql -= qp[ql - 1] == 0;
103 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
H A Dtdiv_q.c38 mp_size_t ql; local
47 ql = nl - dl + 1;
52 if (ql <= 0)
58 qp = MPZ_REALLOC (quot, ql);
83 ql -= qp[ql - 1] == 0;
85 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
H A Dtdiv_r.c38 mp_size_t ql; local
46 ql = nl - dl + 1;
51 if (ql <= 0)
66 qp = TMP_ALLOC_LIMBS (ql);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitauth.c862 char* pdup, *qdup, *pl, *ql; local
868 ql=qdup;
870 while(pl && ql && *pl && *ql) {
872 char* eq = strchr(ql, '\n');
877 if(strcmp(pl, ql) == 0) {
881 printf("%3d > %s\n", line, ql);
887 if(eq) ql = eq+1;
888 else ql = NULL;
894 if(ql
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Ddivrem_1.asm137 subfc r0, r31, r0 C r <= ql
138 subfe r0, r0, r0 C r0 = -(r <= ql)
141 add r10, r0, r10 C qh -= (r >= ql)
158 subfc r0, r0, r31 C r >= ql
159 subfe r0, r0, r0 C r0 = -(r >= ql)
161 add r8, r7, r8 C qh -= (r >= ql)
184 subfe r0, r0, r0 C r0 = -(r >= ql)
186 add r10, r7, r10 C qh -= (r >= ql)
249 subfc r0, r31, r0 C r <= ql
250 subfe r0, r0, r0 C r0 = -(r <= ql)
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h62 | | pm1 = ql * dh
68 | | pl = ql * dl (not calculated)
81 mp_limb_t ql, qh, ph, pm1, pm2, pm_l; \
86 ql = LOW32 (q); \
89 pm1 = ql * dh; \
110 | | pl = ql * dl (not calculated)
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddcpi1_divappr_q.c47 mp_limb_t cy, qh, ql; local
70 ql = mpn_sbpi1_divappr_q (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
72 ql = mpn_dcpi1_divappr_q_n (qp, np + hi, dp + hi, lo, dinv, tp);
74 if (UNLIKELY (ql != 0))
H A Ddcpi1_div_qr.c47 mp_limb_t cy, qh, ql; local
70 ql = mpn_sbpi1_div_qr (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
72 ql = mpn_dcpi1_div_qr_n (qp, np + hi, dp + hi, lo, dinv, tp);
77 if (ql != 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c333 struct tlist *ql; local
334 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) {
335 if (strcmp(ql->name, name) == 0)
336 return ql;
345 struct tlist *ql = tlist_find_by_name(qname); local
348 if (ql == NULL)
350 return tlist_cmp(tl, ql);
354 tlist_cmp(const struct tlist *tl, const struct tlist *ql) argument
359 ret = strcmp(tl->header, ql->header);
362 q = ASN1_TAILQ_FIRST(&ql
390 struct tlist *ql; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dexp_2.c351 mpfr_prec_t ql; local
398 ql = q; /* precision used for current giant step */
401 /* all R[i] must have exponent 1-ql */
404 expR[i] = mpz_normalize2 (R[i], R[i], expR[i], 1 - ql);
406 expt = mpz_normalize2 (t, R[m-1], expR[m-1], 1 - ql);
436 expr += mpz_normalize (rr, t, ql); /* err_rr(l+1) <= err_rr(l) + 2m+1 */
442 ql = q - *exps - sbit + expr + rrbit;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c924 NODE *q, *ql; local
986 ql = tempnode(0, PTR|ty, 0, 0);
987 rn = regno(ql);
988 p = buildtree(ASSIGN, ql, p);
989 ql = tempnode(rn, PTR|ty, 0, 0);
990 ql = movtoreg(buildtree(UMUL, ql, NIL), r);
991 p = buildtree(COMOP, p, ql);
1002 ql = tempnode(rn, PTR|ty, 0, 0);
1003 ql
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c1424 NODE *ql, *qr; local
1443 ql = q->n_left;
1453 if( (r=base(ql))>=0 && (i=offset(qr, tlen(p)))>=0) {
1454 makeor2(p, ql, r, i);
1456 } else if((r=base(qr))>=0 && (i=offset(ql, tlen(p)))>=0) {
1467 (ql->n_op==REG || (ql->n_op==TEMP && !sharp)) &&
1469 (ql->n_rval == DECRA(ql->n_reg, 0) ||
1471 ql
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_1.asm102 pmuludq %mm7, %mm1 C qh,ql
103 paddq %mm2, %mm1 C qh-1,ql
104 movd %mm1, %ecx C ql
H A Dmod_1_4.asm161 pmuludq %mm7, %mm1 C qh,ql
162 paddq %mm2, %mm1 C qh-1,ql
163 movd %mm1, %ecx C ql
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \
94 : "=r" (ql), "=r" (qh), "=r" (r) \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \
94 : "=r" (ql), "=r" (qh), "=r" (r) \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_div.c398 BN_ULONG ql, qh; local
401 ql = LBITS(q);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_div.c398 BN_ULONG ql, qh; local
401 ql = LBITS(q);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dmod_1_4.asm227 addq r8, rl, r8 C ql
233 cmpult r8, rl, r0 C rl > ql
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm168 C ql = low (c * il + sil) quotient low limb
172 C cl = high (ql * d + c) carry out of low
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c780 mp_limb_t p, ql;
827 ql = floor ( (b r + b-1) / u1).
834 work, it is essential that ql is a full mp_limb_t. */
835 ql = (p >> (GMP_LIMB_BITS / 2)) + 1;
838 r = (r << (GMP_LIMB_BITS / 2)) + GMP_LLIMB_MASK - ql * u1;
842 ql--;
845 m = ((mp_limb_t) qh << (GMP_LIMB_BITS / 2)) + ql;
776 mp_limb_t p, ql; local
/netbsd-current/external/bsd/jemalloc/dist/
H A DMakefile.in196 $(srcroot)test/unit/ql.c \

Completed in 164 milliseconds