Home
last modified time | relevance | path

Searched refs:bernoulli_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dbernoulli.c204 static MPFR_THREAD_ATTR mpz_t *bernoulli_table = NULL; variable
218 bernoulli_table = (mpz_t *) in mpfr_bernoulli_cache()
224 bernoulli_table = (mpz_t *) mpfr_reallocate_func in mpfr_bernoulli_cache()
225 (bernoulli_table, bernoulli_alloc * sizeof (mpz_t), in mpfr_bernoulli_cache()
232 mpfr_bernoulli_internal (bernoulli_table, i); in mpfr_bernoulli_cache()
236 return bernoulli_table[n]; in mpfr_bernoulli_cache()
244 if (bernoulli_table != NULL) in mpfr_bernoulli_freecache()
248 mpz_clear (bernoulli_table[i]); in mpfr_bernoulli_freecache()
250 mpfr_free_func (bernoulli_table, bernoulli_alloc * sizeof (mpz_t)); in mpfr_bernoulli_freecache()
251 bernoulli_table = NULL; in mpfr_bernoulli_freecache()