Searched refs:foo_float (Results 1 – 7 of 7) sorted by relevance
7 float foo_float(_Complex float x) { in foo_float() function56 foo_float(2.0f - 2.5fi); in bar_float()
8 _Complex float foo_float(_Complex float x) { in foo_float() function57 return crealf(foo_float(2.0f - 2.5fi)); in bar_float()
45 declare float @foo_float(float)49 %0 = call float @foo_float(float %r0)
59 define ghccc void @foo_float () nounwind {61 ; CHECK-LABEL: foo_float
88 define void @foo_float() #0 {89 ; CHECK-RV32-F-LABEL: foo_float: