Home | History | Annotate | Download | only in X86

Lines Matching full:double

8 define double @tst2(double %a, float %b, float %c) {
10 %tmp2 = fpext float %tmp1 to double
11 %tmp = tail call double @copysign( double %a, double %tmp2 )
12 ret double %tmp
16 declare double @copysign(double, double)