Home
last modified time | relevance | path

Searched defs:log_2 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/av/media/libeffects/loudness/common/core/
H A Dmath.h40 const int log_2 = ((x >> 23) & 255) - 128; in fast_log2() local
/aosp_15_r20/external/mtools/
H A Dllong.c111 unsigned int log_2(unsigned int size) in log_2() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dmath.hpp215 const int log_2 = int((x >> 23) & 255) - 128; in fast_log2() local
/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_enc_mips32.c67 double log_2; in FastLog2Slow_MIPS32() local
H A Dlossless_enc.c373 double log_2; in FastLog2Slow_C() local
/aosp_15_r20/external/lua/src/
H A Dlobject.c36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_base.h483 const T log_2 = T(std::log(2.0)); in log2() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dcommon.h683 const FixedPoint0 log_2 = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( in log_x_for_x_greater_than_or_equal_to_1_impl() local
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_decomp_pre_intra_pass.c831 float log_2 = (float)(((u.x >> 23) & 255) - 128); in fast_log2() local