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

  /src/external/gpl3/gcc/dist/libgomp/
oacc-async.c 256 goacc_aq aq2 = lookup_goacc_asyncqueue (thr, true, async2); local
258 if (aq1 == aq2)
261 if (aq2)
263 if (!thr->dev->openacc.async.serialize_func (aq1, aq2))
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-async.c 256 goacc_aq aq2 = lookup_goacc_asyncqueue (thr, true, async2); local
258 if (aq1 == aq2)
261 if (aq2)
263 if (!thr->dev->openacc.async.serialize_func (aq1, aq2))
  /src/external/lgpl3/mpfr/dist/src/
add1.c 32 mpfr_prec_t aq, bq, cq, aq2; local
60 aq2 = (mpfr_prec_t) an * GMP_NUMB_BITS;
61 sh = aq2 - aq; /* non-significant bits in low limb */
116 if (MPFR_UNLIKELY (MPFR_UEXP (aq2) <= diff_exp))
131 else /* aq2 > diff_exp */
141 dif = aq2 - diff_exp;
203 } /* aq2 > diff_exp */
457 else if (diff_exp > MPFR_UEXP (aq2))

Completed in 23 milliseconds