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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_q.c28 mp_size_t ql; local
37 ql = nl - dl + 1;
42 if (ql <= 0)
48 MPZ_REALLOC (quot, ql);
79 ql -= qp[ql - 1] == 0;
81 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
H A Dtdiv_qr.c35 mp_size_t ql; local
44 ql = nl - dl + 1;
51 if (ql <= 0)
67 MPZ_REALLOC (quot, ql);
100 ql -= qp[ql - 1] == 0;
103 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
H A Dtdiv_r.c27 mp_size_t ql; local
36 ql = nl - dl + 1;
43 if (ql <= 0)
57 qp = TMP_ALLOC_LIMBS (ql);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dsbpi1_bdiv_qr.c51 mp_limb_t ql; local
62 ql = 1;
75 ql = mpn_add_1 (qp, qp, dn, ql);
92 ql = mpn_add_1 (qp, qp, qn, ql);
94 if (UNLIKELY (ql > 0))
H A Ddcpi1_divappr_q.c37 mp_limb_t cy, qh, ql; local
60 ql = mpn_sbpi1_divappr_q (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
62 ql = mpn_dcpi1_divappr_q_n (qp, np + hi, dp + hi, lo, dinv, tp);
64 if (UNLIKELY (ql != 0))
H A Ddcpi1_div_qr.c37 mp_limb_t cy, qh, ql; local
60 ql = mpn_sbpi1_div_qr (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
62 ql = mpn_dcpi1_div_qr_n (qp, np + hi, dp + hi, lo, dinv, tp);
67 if (ql != 0)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Ddivrem_1.asm124 subfc r0, r0, r31 C r >= ql
125 subfe r0, r0, r0 C r0 = -(r >= ql)
127 add r10, r7, r10 C qh -= (r >= ql)
146 subfc r0, r0, r31 C r >= ql
147 subfe r0, r0, r0 C r0 = -(r >= ql)
149 add r8, r7, r8 C qh -= (r >= ql)
172 subfe r0, r0, r0 C r0 = -(r >= ql)
174 add r10, r7, r10 C qh -= (r >= ql)
238 subfc r0, r7, r31 C r >= ql
239 subfe r0, r0, r0 C r0 = -(r >= ql)
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h51 | | pm1 = ql * dh
57 | | pl = ql * dl (not calculated)
70 mp_limb_t ql, qh, ph, pm1, pm2, pm_l; \
75 ql = LOW32 (q); \
78 pm1 = ql * dh; \
99 | | pl = ql * dl (not calculated)
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dexp_2.c308 mpfr_prec_t ql; local
356 ql = q; /* precision used for current giant step */
359 /* all R[i] must have exponent 1-ql */
362 expR[i] = mpz_normalize2 (R[i], R[i], expR[i], 1 - ql);
364 expt = mpz_normalize2 (t, R[m-1], expR[m-1], 1 - ql);
394 expr += mpz_normalize (rr, t, ql); /* err_rr(l+1) <= err_rr(l) + 2m+1 */
400 ql = q - *exps - sbit + expr + rrbit;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c323 struct tlist *ql; local
324 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) {
325 if (strcmp(ql->name, name) == 0)
326 return ql;
335 struct tlist *ql = tlist_find_by_name(qname); local
336 return tlist_cmp(tl, ql);
340 tlist_cmp(const struct tlist *tl, const struct tlist *ql) argument
345 ret = strcmp(tl->header, ql->header);
348 q = ASN1_TAILQ_FIRST(&ql->template);
376 struct tlist *ql; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c1188 NODE *ql, *qr; local
1207 ql = q->n_left;
1217 if( (r=base(ql))>=0 && (i=offset(qr, tlen(p)))>=0) {
1218 makeor2(p, ql, r, i);
1220 } else if((r=base(qr))>=0 && (i=offset(ql, tlen(p)))>=0) {
1231 (ql->n_op==REG || (ql->n_op==TEMP && !sharp)) &&
1233 (ql->n_rval == DECRA(ql->n_reg, 0) ||
1235 ql
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_div.c385 BN_ULONG ql, qh;
387 ql =LBITS(q); qh =HBITS(q);
388 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c740 NODE *ql, *qr; local
746 qr = ccopy(ql = tempnode(0, PTR|ty, 0, 0));
747 p = buildtree(ASSIGN, ql, p);
749 ql = movtoreg(buildtree(UMUL, ccopy(qr), NIL), r);
750 p = buildtree(COMOP, p, ql);
752 ql = buildtree(UMUL, buildtree(PLUS, qr, bcon(1)), NIL);
754 ql = movtoreg(ql, r);
756 p = buildtree(COMOP, p, ql);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_4.asm152 pmuludq %mm7, %mm1 C qh,ql
153 paddq %mm2, %mm1 C qh-1,ql
154 movd %mm1, %ecx C ql
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm155 C ql = low (c * il + sil) quotient low limb
159 C cl = high (ql * d + c) carry out of low

Completed in 260 milliseconds