Home | History | Annotate | Download | only in X86

Lines Matching full:double

9 declare double @sin(double) readonly
18 define double @test2(double %X) {
19 %Y = call double @sin(double %X) readonly
20 ret double %Y
30 declare double @cos(double) readonly
39 define double @test5(double %X) {
40 %Y = call double @cos(double %X) readonly
41 ret double %Y