Searched refs:cq (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031204-1.c16 char *cp, *cq; local
18 cp = cq = name;
22 if (cp == cq || cp - cq > 3)
28 cq = cp;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr55023.c18 int64_t bar(int64_t a, struct foo bq, struct foo cq) argument
21 int64_t c = cq.x + cq.y;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dmath.f9026 complex(kind=8) cq variable in program:testmath
96 cq = log ((-1.0_8, -1.0_8))
97 call dotestc (21, cr, cq, (0.3466, -2.3562))
/haiku-buildtools/gcc/mpfr/src/
H A Dmul.c43 mpfr_prec_t bq, cq; local
97 cq = MPFR_PREC (c);
99 MPFR_ASSERTN ((mpfr_uprec_t) bq + cq <= MPFR_PREC_MAX);
102 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */
104 tn = MPFR_PREC2LIMBS (bq + cq);
128 cc = mpfr_round_raw (MPFR_MANT (a), tmp, bq + cq,
219 mpfr_prec_t bq, cq; local
293 cq = MPFR_PREC (c);
295 MPFR_ASSERTN ((mpfr_uprec_t) bq + cq <= MPFR_PREC_MAX);
298 cn = MPFR_PREC2LIMBS (cq); /* numbe
[all...]
H A Dadd1.c31 mpfr_prec_t aq, bq, cq, aq2; local
45 cq = MPFR_PREC(c);
52 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */

Completed in 56 milliseconds