Searched defs:log2f (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h137 #define log2f(f) ((float) log2(f))
152 static INLINE float log2f(float x) { return logf(x) * 1.442695041f; } function
/external/libvpx/vp8/encoder/
H A Donyx_if.c1790 #define log2f(x) (log (x) / (float) M_LOG2_E) macro
1800 double z = 256 * (2 * (log2f(2 * i) + .6));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h197 /// float log2f(float x);
198 log2f, enumerator in enum:llvm::LibFunc::Func
379 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l:

Completed in 81 milliseconds