HomeSort by relevance Sort by last modified time
    Searched defs:log_2 (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libeffects/loudness/common/core/
math.h 40 const int log_2 = ((x >> 23) & 255) - 128; local
45 return static_cast<float>(val + log_2);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 182 GLint log_2; local
184 log_2 = ((num.i >> 23) & 255) - 128;
188 return num.f + log_2;
  /external/mesa3d/src/mesa/main/
imports.h 182 GLint log_2; local
184 log_2 = ((num.i >> 23) & 255) - 128;
188 return num.f + log_2;
  /system/extras/ext4_utils/
ext4_utils.h 158 static inline int log_2(int j) function

Completed in 418 milliseconds