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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Datan.c198 int comparaison, inexact; local
251 comparaison = mpfr_cmp_ui (xp, 1);
252 if (MPFR_UNLIKELY (comparaison == 0))
322 if (comparaison > 0) /* use atan(xp) = Pi/2 - atan(1/xp) */
339 if (red == 0 && comparaison > 0)
409 if (comparaison > 0)

Completed in 49 milliseconds