Home | History | Annotate | Download | only in SystemZ

Lines Matching full:double

6 define double @foo(double %a, double %b) nounwind {
9 %0 = tail call double @copysign(double %a, double %b) nounwind readnone
10 ret double %0
21 declare double @copysign(double, double) nounwind readnone