Searched refs:b_double (Results 1 – 2 of 2) sorted by relevance
34 %b_double = fpext float %b to double35 %mul = fmul double %a_double, %b_double
401 double b_double = ToDouble(b); in test_mul() local402 double ab_double = a_double * b_double; in test_mul()