Lines Matching full:round
3 declare float @llvm.round.f32(float) #0
4 declare double @llvm.round.f64(double) #0
9 %x = call float @llvm.round.f32(float 1.25) #0
16 %x = call float @llvm.round.f32(float -1.25) #0
23 %x = call float @llvm.round.f32(float 1.5) #0
30 %x = call float @llvm.round.f32(float -1.5) #0
37 %x = call float @llvm.round.f32(float 2.75) #0
44 %x = call float @llvm.round.f32(float -2.75) #0
51 %x = call double @llvm.round.f64(double 1.3) #0
58 %x = call double @llvm.round.f64(double -1.3) #0
65 %x = call double @llvm.round.f64(double 1.5) #0
72 %x = call double @llvm.round.f64(double -1.5) #0
79 %x = call double @llvm.round.f64(double 2.7) #0
86 %x = call double @llvm.round.f64(double -2.7) #0