Searched refs:acosh_w_rs (Results 1 – 2 of 2) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | e_acosh.S | 206 acosh_w_rs = f44 define 655 frsqrta.s1 acosh_w_rs,p0 = log_w // t=1/sqrt(w) 888 fma.s1 acosh_w_iter1 = acosh_w_rs,log_w,f0 //t*w 900 fma.s1 acosh_w_iter2 = acosh_w_rs,NR1,f0 //t*0.5 905 fnma.s1 acosh_w_iter1 = acosh_w_iter1,acosh_w_rs,NR2 //3-t*t*w 926 fma.s1 acosh_w_rs = acosh_w_iter2,log_w,f0 //t*w 939 fnma.s1 acosh_w_iter1 = acosh_w_iter2,acosh_w_rs,NR2 965 fma.s1 acosh_w_rs = acosh_w_iter2,log_w,f0 //t*w 972 fnma.s1 acosh_w_iter1 = acosh_w_iter2,acosh_w_rs,NR2
|
A D | e_acoshf.S | 205 acosh_w_rs = f42 define 595 frsqrta.s1 acosh_w_rs,p0 = log_w // t=1/sqrt(w) 775 fma.s1 acosh_w_iter1 = acosh_w_rs,log_w,f0 //t*w 787 fma.s1 acosh_w_iter2 = acosh_w_rs,NR1,f0 //t*0.5 792 fnma.s1 acosh_w_iter1 = acosh_w_iter1,acosh_w_rs,NR2 //3-t*t*w 813 fma.s1 acosh_w_rs = acosh_w_iter2,log_w,f0 //t*w 820 fnma.s1 acosh_w_iter1 = acosh_w_iter2,acosh_w_rs,NR2
|
Completed in 7 milliseconds