Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dtanh.c9 x = expm1(-2 * x); in tanh()
A Dcosh.c25 t = expm1(x); in cosh()
A Dsinh.c23 t = expm1(absx); in sinh()
A Dexpm1.c121 double expm1(double x) in expm1() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcppmath.h37 DECLARE_STD_GLOBAL_SWITCH1(TfLiteExpm1, expm1);
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_fun_special.py31 ("expm1", expm1, test_values),
/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py100 def expm1(x): function
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c118 MATH_FUN_1(expm1, expm1) in MATH_FUN_2()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c41238 JS_CFUNC_SPECIAL_DEF("expm1", 1, f_f, expm1),

Completed in 97 milliseconds