Home
last modified time | relevance | path

Searched refs:acos (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py12 def acos(x): function
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_domain.py24 ("acos", math.acos, (-1.1, 1, 1.1)),
A Dmath_fun.py29 ("acos", acos, unit_range_test_values),
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dacos.c60 double acos(double x) in acos() function
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c143 MATH_FUN_1(acos, acos) in MATH_FUN_2()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_bignum.js197 assert(BigFloat.acos(0.4l) === 1.1592794807274085998465837940224159l);
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c78 return acos(val); in SDL_acos()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js2557 function acos(a) function
2559 return Float.acos(Float(a));
A Dquickjs.c41219 JS_CFUNC_SPECIAL_DEF("acos", 1, f_f, acos),
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2391 #define DUK_ACOS acos
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi261 @item acos(x[, e])
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt771 acos acosf asin asinf atan atanf atan2 atan2f ceil ceilf
831 pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf acos acosf

Completed in 112 milliseconds