Searched defs:exp2f (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h134 #define exp2f(f) ((float) exp2(f))
151 static INLINE float exp2f(float x) { return powf(2.0f, x); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h136 /// float exp2f(float x);
137 exp2f, enumerator in enum:llvm::LibFunc::Func
380 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:

Completed in 321 milliseconds