Searched refs:halfpi (Results 1 – 1 of 1) sorted by relevance
319 mpfr_t halfpi; in test_rred() local342 mpfr_init2(halfpi, MPFR_PREC + 1024 + 64); in test_rred()343 mpfr_const_pi(halfpi, GMP_RNDN); in test_rred()344 mpfr_div_ui(halfpi, halfpi, 2, GMP_RNDN); in test_rred()346 status = mpfr_remquo(ret, &quo, x, halfpi, GMP_RNDN); in test_rred()349 mpfr_clear(halfpi); in test_rred()