Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/libm/
A De_log10.c91 double log10(double x) in log10() function
104 strong_alias(__ieee754_log10, log10)
106 libm_hidden_def(log10)
/AliOS-Things-master/components/py_engine/tests/float/
A Dcmath_fun_special.py6 log10
25 ("log10", log10, test_values_non_zero),
A Dmath_fun_special.py33 ("log10", log10, test_values),
A Dmath_domain_special.py18 ("log10", math.log10, (-1, 0)),
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dlog10.c5 double log10(double x) { in log10() function
A DREADME4 The files lgamma.c, log10.c and tanh.c are too small to have a meaningful
/AliOS-Things-master/components/amp-utility/python/
A Dcmath.py34 def log10(z): function
A Dmath2.py171 def log10(x): function
/AliOS-Things-master/components/uvoice/audio/
A Daudio_common.c71 decibel = (int)(20.0 * log10(ampl_sum)); in pcm_to_decibel()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A Dtiff-grayscale.c82 gray[i] = (uint16) (-log10((double) i / (cmsize - 1)) * 1000); in main()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodcmath.c84 …return mp_obj_new_complex(MICROPY_FLOAT_CONST(0.5) * MICROPY_FLOAT_C_FUN(log10)(real * real + imag… in mp_cmath_log10()
A Dmodmath.c122 MATH_FUN_1(log10, log10) in MATH_FUN_2()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c129 return (v < 1.) ? -10.0 * log10(1. - v) : kMinDistortion_dB; in GetLogSSIM()
A Dwebp_enc.c268 return (err > 0 && size > 0) ? 10. * log10(255. * 255. * size / err) : 99.; in GetPSNR()
A Dframe_enc.c552 return (mse > 0 && size > 0) ? 10. * log10(255. * 255. * size / mse) : 99; in GetPSNR()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c331 return log10(x); in SDL_log10()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js2506 function log10(a) function
2513 return log10(a) * 10;
A Dquickjs.c41241 JS_CFUNC_SPECIAL_DEF("log10", 1, f_f, log10),
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2435 #define DUK_LOG10 log10
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf
830 exp expf fabs fabsf floor floorf fmod fmodf log logf log10 log10f

Completed in 423 milliseconds