Lines Matching full:floor
8 declare float @llvm.floor.f32(float) #0
17 %floor.x = call float @llvm.floor.f32(float %x)
18 %fract = fsub float %x, %floor.x
30 %floor.x.neg = call float @llvm.floor.f32(float %x.neg)
31 %fract = fsub float %x.neg, %floor.x.neg
44 %floor.neg.abs.x = call float @llvm.floor.f32(float %neg.abs.x)
45 %fract = fsub float %neg.abs.x, %floor.neg.abs.x
51 ; GCN-DAG: v_floor_f32_e32 [[FLOOR:v[0-9]+]], [[INPUT:v[0-9]+]]
54 ; GCN: buffer_store_dword [[FLOOR]]
58 %floor.x = call float @llvm.floor.f32(float %x)
59 %fract = fsub float %x, %floor.x
60 store volatile float %floor.x, ptr addrspace(1) %out