HomeSort by: relevance | last modified time | path
    Searched refs:inext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
trandom_deviate.c 167 int inexn, inexd, inexu, inexz, inexa, inext; local
186 inext = mpfr_set (t, xn, MPFR_RNDN);
188 if ( !( inexn != 0 && inext == 0 &&
193 inexn, inext, inexd, inexu, inexz, inexa, s);
209 inexn, inext, inexd, inexu, inexz, inexa, s);
tcompound.c 438 unsigned int inext; local
442 /* With a huge t, this case would yield inext != 0 and a
453 inext = mpfr_sub_ui (t, t, 1, MPFR_RNDN);
465 if (inext)
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 227 bfd *ibfd, *inext;
230 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
232 inext = ibfd->link.next;
225 bfd *ibfd, *inext; local
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 225 bfd *ibfd, *inext;
228 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
230 inext = ibfd->link.next;
223 bfd *ibfd, *inext; local

Completed in 29 milliseconds