Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/classes/
DComplex.py69 halfpi = math.pi/2.0 variable
174 return (fullcircle/twopi) * ((halfpi - math.atan2(self.re, self.im)) % twopi)
/external/arm-optimized-routines/test/rtest/
Ddotest.c290 mpfr_t halfpi; in test_rred() local
313 mpfr_init2(halfpi, MPFR_PREC + 1024 + 64); in test_rred()
314 mpfr_const_pi(halfpi, GMP_RNDN); in test_rred()
315 mpfr_div_ui(halfpi, halfpi, 2, GMP_RNDN); in test_rred()
317 status = mpfr_remquo(ret, &quo, x, halfpi, GMP_RNDN); in test_rred()
320 mpfr_clear(halfpi); in test_rred()