Searched refs:fExp (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_coshf.S | 196 fExp = f43 define 495 fma.s1 fExp = fP, fT, fT // exp(x)/2 509 fma.s.s0 f8 = fExp, f1, fExp_neg // result = (exp(x)+exp(-x))/2
|
D | e_sinhf.S | 201 fExp = f43 define 500 fma.s1 fExp = fP, fT, fT // exp(x)/2 514 fms.s.s0 f8 = fExp, f1, fExp_neg // result = (exp(x)-exp(-x))/2
|
D | e_cosh.S | 218 fExp = f60 define 630 fma.s1 fExp = fS, fP, fS 642 fma.d.s0 f8 = fExp, f1, fExp_neg
|
D | e_sinh.S | 222 fExp = f60 define 636 fma.s1 fExp = fS, fP, fS 648 fms.d.s0 f8 = fExp, f1, fExp_neg
|