Home
last modified time | relevance | path

Searched defs:log2 (Results 26 - 50 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp157 inline unsigned long log2(int x) in log2() function
175 inline float log2(float x) in log2() function
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.c1308 int log2; /* log of sequence number */ in xfs_rtpick_extent() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h184 #undef log2 macro
247 #define log2(x) __tg_real(log2, (x)) macro
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.c1450 int log2; /* log of sequence number */ in xfs_rtpick_extent() local
[all...]
/third_party/decimal.js/
H A Ddecimal.js4573 function log2(x) { function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h185 #undef log2 macro
248 #define log2(x) __tg_real(log2, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h185 #undef log2 macro
248 #define log2(x) __tg_real(log2, (x)) macro
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c318 nir_ssa_def *log2 = nir_flog2(b, abs_srcx); in ptn_log() local
/third_party/musl/include/
H A Dtgmath.h185 #undef log2 macro
248 #define log2(x) __tg_real(log2, (x)) macro
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in GenMath
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in GenMath
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py172 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in GenMath
/kernel/linux/linux-5.10/drivers/edac/
H A Dskx_base.c235 u32 log0, log1, log2, log3, log4; in skx_show_retry_rd_err_log() local
/kernel/linux/linux-6.6/drivers/edac/
H A Di10nm_base.c211 u32 log0, log1, log2, log3, log4; in show_retry_rd_err_log() local
H A Dskx_base.c236 u32 log0, log1, log2, log3, log4; in skx_show_retry_rd_err_log() local
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c192 UINT32 i, log2; in GetValLog2() local
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_xcvr.c265 u32 i, div = 0, log2; in fsl_xcvr_en_phy_pll() local
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1811 ff_hevc_intra_pred_dc_msa(uint8_t *dst, const uint8_t *src_top, const uint8_t *src_left, ptrdiff_t stride, int log2, int c_idx) ff_hevc_intra_pred_dc_msa() argument
/third_party/ffmpeg/libavcodec/
H A Dsnow.h566 static inline void put_symbol2(RangeCoder *c, uint8_t *state, int v, int log2){ in put_symbol2() argument
586 static inline int get_symbol2(RangeCoder *c, uint8_t *state, int log2){ in get_symbol2() argument
[all...]
/third_party/gptfdisk/
H A Dgpt.cc36 #define log2(x) (log(x) / M_LN2) macro
40 #define log2(x) (log((double) x) / log(2.0)) macro
47 #undef log2 macro
49 #define log2(x) log2_32( x ) macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1969 double log2(double x) { in log2() function
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c997 nir_ssa_def *log2 = nir_flog2(b, abs_srcx); in ttn_log() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h44 inline int log2(T x) in log2() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1081 static Float log2(Float lod) in log2() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1373 Float SamplerCore::log2(Float lod) in log2() function in sw::SamplerCore

Completed in 53 milliseconds

123