Searched refs:acos (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/amp-utility/python/ |
A D | math2.py | 12 def acos(x): function
|
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | math_domain.py | 24 ("acos", math.acos, (-1.1, 1, 1.1)),
|
A D | math_fun.py | 29 ("acos", acos, unit_range_test_values),
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | acos.c | 60 double acos(double x) in acos() function
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | modmath.c | 143 MATH_FUN_1(acos, acos) in MATH_FUN_2()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_bignum.js | 197 assert(BigFloat.acos(0.4l) === 1.1592794807274085998465837940224159l);
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 78 return acos(val); in SDL_acos()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 2557 function acos(a) function 2559 return Float.acos(Float(a));
|
A D | quickjs.c | 41219 JS_CFUNC_SPECIAL_DEF("acos", 1, f_f, acos),
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 2391 #define DUK_ACOS acos
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 261 @item acos(x[, e])
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 771 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