Home
last modified time | relevance | path

Searched refs:exp2f (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/FrontendC/
Dlibcalls.c9 float exp2f(float);
12 return exp2f(x); in t4()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dexp2.ll17 %tmp3 = tail call float @exp2f( float %tmp12 ) nounwind readonly ; <float> [#uses=1]
21 declare float @exp2f(float) nounwind readonly
/external/llvm/test/CodeGen/XCore/
Dexp2.ll2 ; RUN: grep "bl exp2f" %t1.s | count 1
/external/mesa3d/src/mesa/main/
Dimports.h151 static INLINE float exp2f(float x) { return powf(2.0f, x); } in exp2f() function
/external/clang/lib/Headers/
Dtgmath.h666 __tg_exp2(float __x) {return exp2f(__x);} in __tg_exp2()
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp337 data.f[c] = exp2f(op[0]->value.f[c]); in constant_expression_value()