Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/libm/
A Ds_tan.c45 double tan(double x) in tan() function
67 libm_hidden_def(tan)
A Dmath_private.h49 #define tan SDL_uclibc_tan macro
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dsf_tan.c57 double tan(double x) in tan() function
59 double tan(x) in tan()
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dtan.c44 double tan(double x) in tan() function
/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py220 def tan(x): function
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_domain.py22 ("tan", math.tan, ()),
A Dmath_fun.py28 ("tan", tan, test_values),
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_trig.c82 d2 = tan( i*SPI ); in test_tan()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c141 MATH_FUN_1(tan, tan) in MATH_FUN_2()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_qjscalc.js199 assert(tan(X+O(X^8)) == X+1/3*X^3+2/15*X^5+17/315*X^7+O(X^8));
A Dtest_bignum.js194 assert(BigFloat.tan(0.1l) === 0.10033467208545054505808004578111154l);
/AliOS-Things-master/components/jsoncpp/
A DAUTHORS53 Gaëtan Lehmann <gaetan.lehmann@gmail.com>
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c437 return tan(x); in SDL_tan()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js2543 function tan(a) function
2548 return Float.tan(Float(a));
A Dquickjs.c41228 JS_CFUNC_SPECIAL_DEF("tan", 1, f_f, tan),
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2409 #define DUK_TAN tan
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi259 @item tan(x[, e])
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf
831 pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf acos acosf

Completed in 135 milliseconds