Home | History | Annotate | Download | only in ARM

Lines Matching full:double

3 define double @t(double %x, double %y) nounwind optsize {
5 %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
6 ret double %0
9 declare double @llvm.pow.f64(double, double) nounwind readonly