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

  /src/external/lgpl3/mpc/dist/tests/
read_description.c 169 int nbin = 0; local
255 param->T[nbout+nbin] = description_findtype (buffer);
256 if (param->T[nbout+nbin] == MPC_RND || param->T[nbout+nbin] == MPFR_RND)
258 nbin++;
263 param->nbin = nbin;
269 MPC_ASSERT (nbout + nbin + j < PARAMETER_ARRAY_SIZE);
270 param->T[nbout + nbin + j] = param->T[j];
mpc-tests.h 277 int nbin; /* number of input parameters, including rounding member in struct:__anon23591

Completed in 24 milliseconds