Searched refs:sinh (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | math_fun_special.py | 35 ("sinh", sinh, test_values),
|
A D | math_domain_special.py | 19 ("sinh", math.sinh, ()),
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | sinh.c | 7 double sinh(double x) in sinh() function
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | modcmath.c | 103 …ICROPY_FLOAT_C_FUN(cosh)(imag), -MICROPY_FLOAT_C_FUN(sin)(real) * MICROPY_FLOAT_C_FUN(sinh)(imag)); in mp_cmath_cos() 111 …MICROPY_FLOAT_C_FUN(cosh)(imag), MICROPY_FLOAT_C_FUN(cos)(real) * MICROPY_FLOAT_C_FUN(sinh)(imag)); in mp_cmath_sin()
|
A D | modmath.c | 126 MATH_FUN_1(sinh, sinh) in MATH_FUN_2()
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | math2.py | 208 def sinh(x): function
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afscript.h | 96 SCRIPT( sinh, SINH,
|
A D | afstyles.h | 129 STYLE_DEFAULT_INDIC( sinh, SINH, "Sinhala" )
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 2592 function sinh(a) function
|
A D | quickjs.c | 41233 JS_CFUNC_SPECIAL_DEF("sinh", 1, f_f, sinh),
|
Completed in 96 milliseconds