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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gm20b.c 497 u32 nmin, nsafe; local
506 nmin = DIV_ROUND_UP(pll->m * clk->base.params->min_vco, parent_rate);
509 if (nsafe < nmin) {
510 pll->pl = DIV_ROUND_UP(nmin * parent_rate, pll->m * rate);
511 nsafe = nmin;
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 74 int nmin, int ndays, int badsig,
140 {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
467 nmin = opt_int_arg();
725 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays,
1033 int nmin, int ndays, int badsig,
1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 99 int nmin, int ndays, int badsig);
209 {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
257 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
459 opt_int(opt_arg(), &nmin); local
684 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, badsig);
1138 int nmin, int ndays, int badsig)
1158 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 2149 wide_int nmin
2152 result = wi::min (wi::max (op0, nmin, sgn), nmax, sgn);
2141 wide_int nmin local
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 68 int nmin, int ndays, int badsig,
178 { "nmin", OPT_NMIN, 'p', "Number of minutes before next update" },
292 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
510 nmin = opt_int_arg();
769 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays,
1079 int nmin, int ndays, int badsig,
1103 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1781 /* (including Nmin), otherwise let all status through */
3508 /* returns 1 if |dn| is finite and >=Nmin, 0 otherwise */
3528 /* returns 1 if |dn| is finite, non-zero, and <Nmin, 0 otherwise */
7278 /* round as the result could be rounded to Nmin or 0. */
7281 decNumber nmin; local
7282 /* A very nasty case here is dn == Nmin and residue<0 */
7288 /* Equals case: only subnormal if dn=Nmin and negative residue */
7289 decNumberZero(&nmin);
7290 nmin.lsu[0]=1;
7291 nmin.exponent=set->emin
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1781 /* (including Nmin), otherwise let all status through */
3508 /* returns 1 if |dn| is finite and >=Nmin, 0 otherwise */
3528 /* returns 1 if |dn| is finite, non-zero, and <Nmin, 0 otherwise */
7278 /* round as the result could be rounded to Nmin or 0. */
7281 decNumber nmin; local
7282 /* A very nasty case here is dn == Nmin and residue<0 */
7288 /* Equals case: only subnormal if dn=Nmin and negative residue */
7289 decNumberZero(&nmin);
7290 nmin.lsu[0]=1;
7291 nmin.exponent=set->emin
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1781 /* (including Nmin), otherwise let all status through */
3508 /* returns 1 if |dn| is finite and >=Nmin, 0 otherwise */
3528 /* returns 1 if |dn| is finite, non-zero, and <Nmin, 0 otherwise */
7278 /* round as the result could be rounded to Nmin or 0. */
7281 decNumber nmin; local
7282 /* A very nasty case here is dn == Nmin and residue<0 */
7288 /* Equals case: only subnormal if dn=Nmin and negative residue */
7289 decNumberZero(&nmin);
7290 nmin.lsu[0]=1;
7291 nmin.exponent=set->emin
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1781 /* (including Nmin), otherwise let all status through */
3508 /* returns 1 if |dn| is finite and >=Nmin, 0 otherwise */
3528 /* returns 1 if |dn| is finite, non-zero, and <Nmin, 0 otherwise */
7278 /* round as the result could be rounded to Nmin or 0. */
7281 decNumber nmin; local
7282 /* A very nasty case here is dn == Nmin and residue<0 */
7288 /* Equals case: only subnormal if dn=Nmin and negative residue */
7289 decNumberZero(&nmin);
7290 nmin.lsu[0]=1;
7291 nmin.exponent=set->emin
    [all...]

Completed in 61 milliseconds