Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 13 of 13) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Ds_atan.c40 double atan(double x) in atan() function
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_atan.c107 _MATH_ALIAS_f_f(atan)
Ds_atan.c162 _MATH_ALIAS_d_d(atan)
Dmath.tex35 * atan:: Arctangent
135 @c atan2 after atan, exp2 after exp, log first in log list, and w_j0 to place
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h44 #define atan(x) fast_atan(x) macro
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Datan_vec.c305 void test_atan(int m) {run_vector_1(m,atan_vec,(char *)(atan),"atan","dd"); } in test_atan()
Dmath.c785 float atanf(a) float a; { return atan(a); }
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h116 extern double atan (double);
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c79 d1 = atan (d1); in main()
Dlong_double_gen.5c330 { .f = atan, .name = "atanl" },
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h1214 #define atan64 _NAME_64(atan)
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2487 newlib/libm/machine/spu/headers/atan.h
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20159266 * libm/machine/spu/headers/atan.h: Ditto.
10330 (atan2(+0,-0), atan2(-0,-0) and atan(-0,+0))
22021 * libm/mathfp/s_atan.c (atan): New file.