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

  /src/external/lgpl3/mpfr/dist/src/
gamma_inc.c 197 mpfr_exp_t decay = 0; local
260 decay = MPFR_GET_EXP(s_abs) - MPFR_GET_EXP(s);
268 corresponding to the decay of exponent between s_abs and s. */
286 the error on s is at most 2^(decay+1)*(2k+7) ulps. */
300 + 2^(decay+1)*(2k+7) ulps * 2^(e1-e2) # for the error in gamma(a,x) */
302 e1 += decay + 1 + MPFR_INT_CEIL_LOG2 (2*k+7);
  /src/external/bsd/jemalloc/dist/test/unit/
decay.c 3 #include "jemalloc/internal/decay.h"
6 decay_t decay; local
7 memset(&decay, 0, sizeof(decay));
15 expect_false(decay_init(&decay, &curtime, decay_ms),
16 "Failed to initialize decay");
17 expect_zd_eq(decay_ms_read(&decay), decay_ms,
19 expect_u64_ne(decay_epoch_duration_ns(&decay), 0,
26 "Misclassified negative decay as valid");
28 "Misclassified -1 (never decay) as invalid decay")
40 decay_t decay; local
71 decay_t decay; local
101 decay_t decay; local
142 decay_t decay; local
213 decay_t decay; local
    [all...]
  /src/external/bsd/jemalloc/dist/src/
pac.c 283 pac_ns_until_purge(tsdn_t *tsdn, decay_t *decay, size_t npages) {
284 if (malloc_mutex_trylock(tsdn, &decay->mtx)) {
285 /* Use minimal interval if decay is contended. */
288 uint64_t result = decay_ns_until_purge(decay, npages,
291 malloc_mutex_unlock(tsdn, &decay->mtx);
363 pac_decay_stashed(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
428 * npages_limit: Decay at most npages_decay_max pages without violating the
432 * current decay run, so that the purging thread never finishes.
435 pac_decay_to_limit(tsdn_t *tsdn, pac_t *pac, decay_t *decay,
441 if (decay->purging || npages_decay_max == 0)
522 decay_t *decay; local
551 decay_t *decay; local
    [all...]

Completed in 32 milliseconds