Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 25 of 68) sorted by relevance

123

/third_party/musl/src/math/i386/
Dlog2.s1 .global log2 symbol
3 log2: label
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Drun_cpuctl_latency_test.sh82 log2() function
/third_party/optimized-routines/math/
Dlog2.c32 log2 (double x) in log2() function
138 strong_alias (log2, __log2_finite) in strong_alias() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFontMath.java29 public static int log2(int a) { in log2() method in FontMath
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.inl108 GLM_FUNC_QUALIFIER genType log2(genType x) function
114 GLM_FUNC_QUALIFIER vecType<T, P> log2(vecType<T, P> const & x) function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x) in log2() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h31 inline int log2(int x) in log2() function
/third_party/ninja/src/
Dbuild_log_test.cc60 BuildLog log2; in TEST_F() local
150 BuildLog log2; in TEST_F() local
349 BuildLog log2; in TEST_F() local
Dclean_test.cc504 BuildLog log2; in TEST_F() local
567 BuildLog log2; in TEST_F() local
Ddeps_log_test.cc71 DepsLog log2; in TEST_F() local
117 DepsLog log2; in TEST_F() local
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/bbox_head/
Droi_extractor.py51 def log2(self, value): member in RoIExtractor
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DTaggedRecord.java56 int log2 = Utility.highBit(count); in search() local
DClassTable.java70 int log2 = Utility.highBit(table.length); in search() local
/third_party/jerryscript/jerry-libm/
Dlog2.c53 log2 (double x) in log2() function
/third_party/ffmpeg/libavcodec/
Dxsubdec.c139 int log2 = ff_log2_tab[show_bits(&gb, 8)]; in decode_frame() local
/third_party/optimized-routines/math/aarch64/sve/
Dlog2f.c50 svfloat32_t SV_NAME_F1 (log2) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
Dlog2.c47 svfloat64_t SV_NAME_D1 (log2) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/third_party/musl/src/math/
Dlog2.c28 double log2(double x) in log2() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog2.c28 double log2(double x) in log2() function
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxFontBuilder.java135 static int log2(int x) { in log2() method in MtxFontBuilder
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_server_table.py32 def log2(value): function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp157 inline unsigned long log2(int x) in log2() function
175 inline float log2(float x) in log2() function
/third_party/optimized-routines/math/aarch64/advsimd/
Dlog2f.c55 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (log2) (float32x4_t x) in V_NAME_F1() argument
Dlog2.c74 float64x2_t VPCS_ATTR V_NAME_D1 (log2) (float64x2_t x) in V_NAME_D1() argument
/third_party/rust/crates/minimal-lexical/src/
Dbellerophon.rs359 pub log2: i64, field

123