HomeSort by: relevance | last modified time | path
    Searched refs:pmin (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 482 mpfr_prec_t pmin, pmax, p; local
485 pmin = p = pstart;
487 d = domeasure (threshold, func, pmin);
492 (unsigned long) pmin);
493 *threshold = pmin;
499 d = domeasure (threshold, func, pmin);
502 p = pmin;
503 pmin += pmin/2;
505 pmin = p
591 mpfr_prec_t pmin, pmax, p; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
acos.c 108 mpfr_uexp_t pmin = (mpfr_uexp_t) (-2 * MPFR_GET_EXP (x)) + 5;
109 MPFR_ASSERTN (pmin <= MPFR_PREC_MAX);
110 if (prec < pmin)
111 prec = pmin;
beta.c 32 mpfr_uexp_t pmin; local
227 pmin = (mpfr_uexp_t) emax - emin;
229 pmin += 1;
230 if (pmin > MPFR_PREC_MAX) /* FIXME: check if result can differ from NaN. */
236 MPFR_ASSERTN (pmin <= MPFR_PREC_MAX); /* detect integer overflow */
237 mpfr_init2 (z_plus_w, (mpfr_prec_t) pmin);
  /src/tests/lib/librt/
t_sched.c 79 int pmax, pmin; local
97 pmin = sched_get_priority_min(pol[i]);
100 ATF_REQUIRE(pmin == PRI_NONE);
103 ATF_REQUIRE(pmin != -1);
104 ATF_REQUIRE(pmax > pmin);
  /src/external/lgpl3/mpfr/dist/tests/
tset_sj.c 47 check_set_uj (mpfr_prec_t pmin, mpfr_prec_t pmax, int N)
56 for (p = pmin ; p < pmax ; p++)
tgmpop.c 246 test_cmp_z (mpfr_prec_t pmin, mpfr_prec_t pmax, int nmax)
271 for (p = pmin ; p < pmax ; p++)
298 test_cmp_q (mpfr_prec_t pmin, mpfr_prec_t pmax, int nmax)
346 for (p = pmin ; p < pmax ; p++)
422 test_cmp_f (mpfr_prec_t pmin, mpfr_prec_t pmax, int nmax)
447 for (p = pmin ; p < pmax ; p += 3)
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 860 access_ref::size_remaining (offset_int *pmin /* = NULL */) const
863 if (!pmin)
864 pmin = &minbuf;
870 *pmin = 0;
884 *pmin = 0;
892 As a special case, if it's equal, set *PMIN to -1 to let
894 *pmin = sizrng[1] == offrng[0] ? -1 : 0;
901 *pmin = sizrng[0] - or0;
911 *pmin = 0;
917 *pmin = sizrng[0] - or0
    [all...]
gimple-ssa-sprintf.cc 1031 /* Determine the range [*PMIN, *PMAX] that the expression ARG is
1041 HOST_WIDE_INT *pmin, HOST_WIDE_INT *pmax,
1052 *pmin = tree_to_shwi (TYPE_MIN_VALUE (type));
1061 *pmin = tree_fits_shwi_p (arg) ? tree_to_shwi (arg) : tree_to_uhwi (arg);
1062 *pmax = *pmin;
1097 *pmin = TREE_INT_CST_LOW (tmin);
1100 if (*pmin < *pmax)
1104 be less than *PMIN when the argument is unsigned
1108 knownrange = type_min < *pmin || *pmax < type_max;
1118 return get_int_range (NULL_TREE, NULL, pmin, pmax, absolute
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 858 access_ref::size_remaining (offset_int *pmin /* = NULL */) const
861 if (!pmin)
862 pmin = &minbuf;
868 *pmin = 0;
882 *pmin = 0;
890 As a special case, if it's equal, set *PMIN to -1 to let
892 *pmin = sizrng[1] == offrng[0] ? -1 : 0;
899 *pmin = sizrng[0] - or0;
909 *pmin = 0;
915 *pmin = sizrng[0] - or0
    [all...]
gimple-ssa-sprintf.cc 1029 /* Determine the range [*PMIN, *PMAX] that the expression ARG is
1039 HOST_WIDE_INT *pmin, HOST_WIDE_INT *pmax,
1050 *pmin = tree_to_shwi (TYPE_MIN_VALUE (type));
1059 *pmin = tree_fits_shwi_p (arg) ? tree_to_shwi (arg) : tree_to_uhwi (arg);
1060 *pmax = *pmin;
1095 *pmin = TREE_INT_CST_LOW (tmin);
1098 if (*pmin < *pmax)
1102 be less than *PMIN when the argument is unsigned
1106 knownrange = type_min < *pmin || *pmax < type_max;
1116 return get_int_range (NULL_TREE, NULL, pmin, pmax, absolute
    [all...]
  /src/sys/dev/scsipi/
scsipi_cd.h 143 uint8_t pmin; member in struct:scsipi_toc_rawtoc
cd.c 2912 uint8_t control, tmin, tsec, tframe, pmin, psec, pframe; local
2990 pmin = rawtoc->pmin;
2995 lba = hmsf2lba(0, pmin, psec, pframe);
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 506 int pmax, pmin; local
512 pmin = sched_get_priority_min(SCHED_FIFO);
515 else if ( config_priority < pmin )
516 sched.sched_priority = pmin;
  /src/external/bsd/openpam/dist/
config.sub 865 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/lib/librumpuser/build-aux/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 615 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/sys/external/isc/libsodium/dist/
config.sub 594 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/crypto/external/bsd/netpgp/dist/buildaux/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/crypto/external/cpl/tpm-tools/dist/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/crypto/external/cpl/trousers/dist/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/external/apache2/llvm/autoconf/autoconf/
config.sub 585 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/external/bsd/am-utils/dist/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/external/bsd/byacc/dist/
config.sub 360 decstation | pmax | pmin | dec3100 | decstatn)
  /src/external/bsd/flex/dist/build-aux/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /src/external/bsd/iscsi/dist/buildaux/
config.sub 613 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 37 milliseconds

1 2 3