Searched refs:need_P (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dconst_log2.c39 Compute P[0] only when need_P is non-zero.
43 S (mpz_t *T, mpz_t *P, mpz_t *Q, unsigned long n1, unsigned long n2, int need_P) argument
71 S (T + 1, P + 1, Q + 1, m, n2, need_P);
75 if (need_P)
86 if (need_P)
97 if (need_P)
H A Dconst_euler.c99 unsigned long a, unsigned long b, int need_P)
122 if (need_P)
98 mpfr_const_euler_S2_aux(mpz_t P, mpz_t Q, mpz_t T, unsigned long n, unsigned long a, unsigned long b, int need_P) argument

Completed in 106 milliseconds