Searched refs:atan (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | s_atan.c | 40 double atan(double x) in atan() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_atan.c | 107 _MATH_ALIAS_f_f(atan)
|
D | s_atan.c | 162 _MATH_ALIAS_d_d(atan)
|
D | math.tex | 35 * 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/ |
D | fastmath.h | 44 #define atan(x) fast_atan(x) macro
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | atan_vec.c | 305 void test_atan(int m) {run_vector_1(m,atan_vec,(char *)(atan),"atan","dd"); } in test_atan()
|
D | math.c | 785 float atanf(a) float a; { return atan(a); }
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | math.h | 116 extern double atan (double);
|
/picolibc-3.7.0-3.6.0/test/ |
D | math-funcs.c | 79 d1 = atan (d1); in main()
|
D | long_double_gen.5c | 330 { .f = atan, .name = "atanl" },
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | math_config.h | 1214 #define atan64 _NAME_64(atan)
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2487 newlib/libm/machine/spu/headers/atan.h
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 9266 * 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.
|