Searched refs:pi_2 (Results 1 – 2 of 2) sorted by relevance
37 float_type pi, pi_2, z; in s() local41 __asm ("fscale%.w %#-1, %0" : "=f" (pi_2) : "0" (pi)); in s()68 z = y_cond & __M81_COND_NEG ? -pi_2 : pi_2; in s()76 z = -pi_2 - m81(__atan) (x / y); in s()83 z = pi_2 - m81(__atan) (x / y); in s()93 z = -pi_2 - m81(__atan) (x / y); in s()100 z = pi_2 - m81(__atan) (x / y); in s()
72 long double remainder, pi_2; in s() local79 __asm ("fmovecr %#0,%0\n\tfscale%.w %#-1,%0" : "=f" (pi_2)); in s()82 : "f" (pi_2), "0" (__imag__ x)); in s()
Completed in 4 milliseconds