Home
last modified time | relevance | path

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

/sysdeps/m68k/m680x0/fpu/
A De_atan2.c37 float_type pi, pi_2, z; in s() local
41 __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()
A Ds_cexp_template.c72 long double remainder, pi_2; in s() local
79 __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