Searched refs:tan (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | s_tan.c | 45 double tan(double x) in tan() function 67 libm_hidden_def(tan)
|
A D | math_private.h | 49 #define tan SDL_uclibc_tan macro
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | sf_tan.c | 57 double tan(double x) in tan() function 59 double tan(x) in tan()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | tan.c | 44 double tan(double x) in tan() function
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | math2.py | 220 def tan(x): function
|
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | math_domain.py | 22 ("tan", math.tan, ()),
|
A D | math_fun.py | 28 ("tan", tan, test_values),
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 82 d2 = tan( i*SPI ); in test_tan()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | modmath.c | 141 MATH_FUN_1(tan, tan) in MATH_FUN_2()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_qjscalc.js | 199 assert(tan(X+O(X^8)) == X+1/3*X^3+2/15*X^5+17/315*X^7+O(X^8));
|
A D | test_bignum.js | 194 assert(BigFloat.tan(0.1l) === 0.10033467208545054505808004578111154l);
|
/AliOS-Things-master/components/jsoncpp/ |
A D | AUTHORS | 53 Gaëtan Lehmann <gaetan.lehmann@gmail.com>
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 437 return tan(x); in SDL_tan()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 2543 function tan(a) function 2548 return Float.tan(Float(a));
|
A D | quickjs.c | 41228 JS_CFUNC_SPECIAL_DEF("tan", 1, f_f, tan),
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 2409 #define DUK_TAN tan
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 259 @item tan(x[, e])
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 773 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 116 milliseconds