HomeSort by relevance Sort by last modified time
    Searched refs:log2f (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 124 /// float log2f(float x);
125 log2f, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 78 "log2f",
193 TLI.setUnavailable(LibFunc::log2f);
  /external/libvpx/vp8/encoder/
encodemv.c 138 //#define log2f(x) (log (x) / (float) M_LOG2_E)
153 double z = 256 * (2 * (log2f(2 * i) + .6));
onyx_if.c 1790 #define log2f macro
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 137 #define log2f(f) ((float) log2(f))
152 static INLINE float log2f(float x) { return logf(x) * 1.442695041f; } function
  /external/clang/lib/Headers/
tgmath.h 966 __tg_log2(float __x) {return log2f(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 966 __tg_log2(float __x) {return log2f(__x);}
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 171 milliseconds