Lines Matching full:double
17 define double @test2(double %x) nounwind {
18 %call = tail call double @floor(double %x) nounwind readnone
19 ret double %call
28 declare double @floor(double) nounwind readnone
43 define double @test4(double %x) nounwind {
44 %call = tail call double @nearbyint(double %x) nounwind readnone
45 ret double %call
54 declare double @nearbyint(double) nounwind readnone
69 define double @test6(double %x) nounwind {
70 %call = tail call double @ceil(double %x) nounwind readnone
71 ret double %call
80 declare double @ceil(double) nounwind readnone
95 define double @test8(double %x) nounwind {
96 %call = tail call double @rint(double %x) nounwind readnone
97 ret double %call
106 declare double @rint(double) nounwind readnone
121 define double @test10(double %x) nounwind {
122 %call = tail call double @trunc(double %x) nounwind readnone
123 ret double %call
132 declare double @trunc(double) nounwind readnone