Lines Matching full:double
6 define double @test1(double %x) nounwind readnone {
10 %1 = tail call double @foo(double %x) nounwind readnone
11 ret double %1
14 declare double @foo(double) readnone
16 define double @test2(double %x) nounwind readnone {
20 %1 = tail call double @sin(double %x) nounwind readnone
21 ret double %1
24 declare double @sin(double) readnone