Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dlog_scale.c52 const uint32_t log2 = (integer << kLogScaleLog2) + fraction; in Log() local
54 const uint32_t loge = (((uint64_t)kLogCoeff) * log2 + round) >> kLogScaleLog2; in Log()
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_fun_special.py32 ("log2", log2, test_values),
A Dmath_domain_special.py17 ("log2", math.log2, (-1, 0)),
/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py177 def log2(x): function
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c90 #undef log2
93 mp_float_t MICROPY_FLOAT_C_FUN(log2)(mp_float_t x) { in MICROPY_FLOAT_C_FUN() argument
120 MATH_FUN_1(log2, log2) in MATH_FUN_2()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/
A Dpi_bigfloat.js59 n_bits = Math.ceil(n_digits * Math.log2(10));
A Dpi_bigint.js100 n_bits = BigInt(Math.ceil(n_digits * Math.log2(10))) + 32n;
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_fft.py18 levels = int(math.log2(n))
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_luv.c740 #undef log2 /* Conflict with C'99 function */
741 #define log2(x) ((1./M_LN2)*log(x)) macro
775 return itrunc(256.*(log2(Y) + 64.), em); in LogL16fromY()
777 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em)); in LogL16fromY()
853 return itrunc(64.*(log2(Y) + 12.), em); in LogL10fromY()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dzlib.inc334 D windowBits 10I 0 value log2(window size)
381 D windowBits 10I 0 value log2(window size)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c4355 bf_t log2_s, *log2 = &log2_s; in check_exp_underflow_overflow() local
4367 bf_init(s, log2); in check_exp_underflow_overflow()
4368 bf_const_log2(log2, LIMB_BITS, BF_RNDU); in check_exp_underflow_overflow()
4369 bf_mul_ui(T, log2, e_max, LIMB_BITS, BF_RNDU); in check_exp_underflow_overflow()
4374 bf_delete(log2); in check_exp_underflow_overflow()
4378 bf_const_log2(log2, LIMB_BITS, BF_RNDD); in check_exp_underflow_overflow()
4379 bf_mul_si(T, log2, e_min - 2, LIMB_BITS, BF_RNDD); in check_exp_underflow_overflow()
4385 bf_delete(log2); in check_exp_underflow_overflow()
4395 bf_delete(log2); in check_exp_underflow_overflow()
A Dqjscalc.js2501 function log2(a) function
A Dquickjs.c41240 JS_CFUNC_SPECIAL_DEF("log2", 1, f_f, log2),
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2432 #define DUK_LOG2 log2
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi110 Return -1 if @math{a \leq 0} otherwise return @math{\lfloor \log2(a) \rfloor}.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3087 323dc4d9 remove use of log2(). Use VP8LFastLog2() instead.
3321 9b715026 histogram: add log2 wrapper
3655 992187a3 improve log2 test

Completed in 135 milliseconds