Searched refs:exp2f (Results 1 – 6 of 6) sorted by relevance
9 float exp2f(float);12 return exp2f(x); in t4()
17 %tmp3 = tail call float @exp2f( float %tmp12 ) nounwind readonly ; <float> [#uses=1]21 declare float @exp2f(float) nounwind readonly
2 ; RUN: grep "bl exp2f" %t1.s | count 1
151 static INLINE float exp2f(float x) { return powf(2.0f, x); } in exp2f() function
666 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2()
337 data.f[c] = exp2f(op[0]->value.f[c]); in constant_expression_value()