Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_q.c38 mp_size_t ql; in mpz_tdiv_q() local
47 ql = nl - dl + 1; in mpz_tdiv_q()
52 if (ql <= 0) in mpz_tdiv_q()
58 qp = MPZ_REALLOC (quot, ql); in mpz_tdiv_q()
83 ql -= qp[ql - 1] == 0; in mpz_tdiv_q()
85 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql; in mpz_tdiv_q()
H A Dtdiv_qr.c39 mp_size_t ql; in mpz_tdiv_qr() local
48 ql = nl - dl + 1; in mpz_tdiv_qr()
55 if (ql <= 0) in mpz_tdiv_qr()
69 qp = MPZ_REALLOC (quot, ql); in mpz_tdiv_qr()
100 ql -= qp[ql - 1] == 0; in mpz_tdiv_qr()
103 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql; in mpz_tdiv_qr()
H A Dtdiv_r.c38 mp_size_t ql; in mpz_tdiv_r() local
46 ql = nl - dl + 1; in mpz_tdiv_r()
51 if (ql <= 0) in mpz_tdiv_r()
66 qp = TMP_ALLOC_LIMBS (ql); in mpz_tdiv_r()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitauth.c862 char* pdup, *qdup, *pl, *ql; in line_diff() local
868 ql=qdup; in line_diff()
870 while(pl && ql && *pl && *ql) { in line_diff()
872 char* eq = strchr(ql, '\n'); in line_diff()
877 if(strcmp(pl, ql) == 0) { in line_diff()
881 printf("%3d > %s\n", line, ql); in line_diff()
887 if(eq) ql = eq+1; in line_diff()
888 else ql = NULL; in line_diff()
894 if(ql && *ql) { in line_diff()
895 printf("%3d > %s\n", line, ql); in line_diff()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c333 struct tlist *ql; in tlist_find_by_name() local
334 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) { in tlist_find_by_name()
335 if (strcmp(ql->name, name) == 0) in tlist_find_by_name()
336 return ql; in tlist_find_by_name()
345 struct tlist *ql = tlist_find_by_name(qname); in tlist_cmp_name() local
348 if (ql == NULL) in tlist_cmp_name()
350 return tlist_cmp(tl, ql); in tlist_cmp_name()
354 tlist_cmp(const struct tlist *tl, const struct tlist *ql) in tlist_cmp() argument
359 ret = strcmp(tl->header, ql->header); in tlist_cmp()
362 q = ASN1_TAILQ_FIRST(&ql->template); in tlist_cmp()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dexp_2.c351 mpfr_prec_t ql; in mpfr_exp2_aux2() local
398 ql = q; /* precision used for current giant step */ in mpfr_exp2_aux2()
404 expR[i] = mpz_normalize2 (R[i], R[i], expR[i], 1 - ql); in mpfr_exp2_aux2()
406 expt = mpz_normalize2 (t, R[m-1], expR[m-1], 1 - ql); in mpfr_exp2_aux2()
436 expr += mpz_normalize (rr, t, ql); /* err_rr(l+1) <= err_rr(l) + 2m+1 */ in mpfr_exp2_aux2()
442 ql = q - *exps - sbit + expr + rrbit; in mpfr_exp2_aux2()
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dwriteproxy.rtf11 …w-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\s1\ql \li0\ri0\sa220\sl220…
12 …rning20\cgrid\langnp1033\langfenp1033 \sbasedon27 \snext20 heading 1;}{\s2\ql \li0\ri0\sl220\slmul…
13 …rning20\cgrid\langnp1033\langfenp1033 \sbasedon27 \snext20 heading 2;}{\s3\ql \li0\ri0\sa220\sl220…
21 …33\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext19 Attention Line;}{\s19\ql \li0\ri0\sb220\sa220…
25 …angfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext23 Closing;}{\s23\ql \li0\ri0\sb880\sl220…
33 …grid\langnp1033\langfenp1033 \sbasedon0 \snext26 Reference Initials;}{\s32\ql \li0\ri0\sa220\sl220…
34 …33\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext30 Reference Line;}{\s33\ql \li0\ri0\sl160\slmul…
36ql \li0\ri0\sl220\slmult0\keepn\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f1\f…
38 \s37\ql \li0\ri0\sa220\sl220\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \…
54 \par }}{\headerf \pard\plain \s33\ql \li0\ri0\sl160\slmult0\keep\widctlpar\tx2160\pvpg\phmrg\posxr\…
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c924 NODE *q, *ql; in argput() local
986 ql = tempnode(0, PTR|ty, 0, 0); in argput()
987 rn = regno(ql); in argput()
988 p = buildtree(ASSIGN, ql, p); in argput()
989 ql = tempnode(rn, PTR|ty, 0, 0); in argput()
990 ql = movtoreg(buildtree(UMUL, ql, NIL), r); in argput()
991 p = buildtree(COMOP, p, ql); in argput()
1002 ql = tempnode(rn, PTR|ty, 0, 0); in argput()
1003 ql = buildtree(UMUL, buildtree(PLUS, ql, bcon(1)), NIL); in argput()
1004 ql = movtoreg(ql, r); in argput()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Ddcpi1_divappr_q.c47 mp_limb_t cy, qh, ql; in mpn_dcpi1_divappr_q_n() local
70 ql = mpn_sbpi1_divappr_q (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32); in mpn_dcpi1_divappr_q_n()
72 ql = mpn_dcpi1_divappr_q_n (qp, np + hi, dp + hi, lo, dinv, tp); in mpn_dcpi1_divappr_q_n()
74 if (UNLIKELY (ql != 0)) in mpn_dcpi1_divappr_q_n()
H A Ddcpi1_div_qr.c47 mp_limb_t cy, qh, ql; in mpn_dcpi1_div_qr_n() local
70 ql = mpn_sbpi1_div_qr (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32); in mpn_dcpi1_div_qr_n()
72 ql = mpn_dcpi1_div_qr_n (qp, np + hi, dp + hi, lo, dinv, tp); in mpn_dcpi1_div_qr_n()
77 if (ql != 0) in mpn_dcpi1_div_qr_n()
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h81 mp_limb_t ql, qh, ph, pm1, pm2, pm_l; \
86 ql = LOW32 (q); \
89 pm1 = ql * dh; \
/netbsd-src/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->n_rval == FPREG || ql->n_rval == STKREG)) {
1474 (ql->n_op==REG || (ql->n_op==TEMP && !sharp))) {
1478 r = ql->n_rval;
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_div.c398 BN_ULONG ql, qh; in bn_div_fixed_top() local
401 ql = LBITS(q); in bn_div_fixed_top()
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_div.c398 BN_ULONG ql, qh; in bn_div_fixed_top() local
401 ql = LBITS(q); in bn_div_fixed_top()
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
/netbsd-src/crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/
H A DWelcome.rtf5 \pard\tx1440\tx2880\tx4320\tx5760\tx7200\ql\qnatural
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \ argument
94 : "=r" (ql), "=r" (qh), "=r" (r) \
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \ argument
94 : "=r" (ql), "=r" (qh), "=r" (r) \
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dapache27 >>5 string org.apache.hadoop.hive.ql.io.RCFile$KeyBuffer Apache Hive RC file version 0
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c776 mp_limb_t p, ql; in mpn_invert_3by2() local
831 ql = (p >> (GMP_LIMB_BITS / 2)) + 1; in mpn_invert_3by2()
834 r = (r << (GMP_LIMB_BITS / 2)) + GMP_LLIMB_MASK - ql * u1; in mpn_invert_3by2()
838 ql--; in mpn_invert_3by2()
841 m = ((mp_limb_t) qh << (GMP_LIMB_BITS / 2)) + ql; in mpn_invert_3by2()
/netbsd-src/external/public-domain/xz/dist/
H A DChangeLog1924 The behavior of grep -ql varies:
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.117897 be {add,sub}ql. For other uses of {add,sub}q don't check for address
7898 register and always use {add,sub}ql.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.117897 be {add,sub}ql. For other uses of {add,sub}q don't check for address
7898 register and always use {add,sub}ql.