HomeSort by: relevance | last modified time | path
    Searched defs:zq (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
sum.c 931 mpfr_prec_t zq; /* size of the TMD accumulator, in bits */ local
943 zq = (mpfr_prec_t) zs * GMP_NUMB_BITS;
951 " zq=%Pd\n",
953 (mpfr_prec_t) zs, zq));
1002 MPFR_ASSERTD (minexp2 == err + 2 - zq);
1014 /* Compute minexp2 = maxexp - (zq - cq) safely. */
1015 SAFE_SUB (minexp2, maxexp, zq - cq);
1016 MPFR_ASSERTD (minexp2 == err + 1 - zq);
1026 cancel2 = sum_raw (zp, zs, zq, x, n, minexp2, maxexp, tp, ts,
  /src/external/lgpl3/mpfr/dist/tests/
tmul.c 968 int xq, yq, zq; local
992 zq = i * GMP_NUMB_BITS + 1 + randlimb () % (GMP_NUMB_BITS-1);
993 mpfr_set_prec (z1, zq);
994 mpfr_set_prec (z2, zq);
1041 printf ("r = 0x%x, xq = %d, yq = %d, zq = %d, rnd = %s\n",
1042 r, xq, yq, zq, mpfr_print_rnd_mode (rnd));
  /src/external/public-domain/sqlite/dist/
shell.c 18730 static const char *zq = "\""; local
18735 oputz(zq);
18764 oputz(zq);
18772 static const char *zq = "\""; local
18781 oputz(zq);
18813 oputz(zq);

Completed in 85 milliseconds