Searched refs:atan2_sgnY (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_atan2.S | 283 atan2_sgnY = f115 define 386 fmerge.s atan2_sgnY = atan2_Y,f1 578 (p9) fma.d.s0 f8 = atan2_sgnY, atan2_pi_by_2, f0 // +-pi/2 if x !inf, y inf 790 (p10) fma.d.s0 f8 = atan2_sgnY, atan2_pi_by_4, f0 // x=+inf, y=inf 798 (p14) fmerge.s f8 = atan2_sgnY, f0 // x=+inf, y !inf, result +-0 804 (p11) fma.d.s0 f8 = atan2_sgnY, atan2_3pi_by_4, f0 // x=-inf, y=inf 828 (p9) fma.d.s0 f8 = atan2_sgnY, atan2_pi_by_2, f0 // x=0, y not 0 847 (p10) fmerge.s f8 = atan2_sgnY, f0 // +-0 if x>0, y=0 852 (p11) fma.d.s0 f8 = atan2_sgnY, atan2_pi, f0 // +-pi if x<0, y=0 893 (p15) fma.d.s0 f8 = atan2_sgnY, atan2_pi, f0 [all …]
|
D | s_atan.S | 221 atan2_sgnY = f115 define 296 fmerge.s atan2_sgnY = atan2_Y,f1 456 (p9) fma.d.s0 f8 = atan2_sgnY, atan2_pi_by_2, f0 // +-pi/2 if y inf 670 (p8) fmerge.s f8 = atan2_sgnY, f0 // +-0 if y=0 707 fma.s1 atan2_sgn_pi_by_2 = atan2_pi_by_2, atan2_sgnY, f0
|