Lines Matching full:double
8 define double @tst2(double %a, float %b, float %c) {10 %tmp2 = fpext float %tmp1 to double11 %tmp = tail call double @copysign( double %a, double %tmp2 )12 ret double %tmp16 declare double @copysign(double, double)