Searched refs:atan2 (Results 1 – 17 of 17) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | w_atan2.c | 40 double atan2(double y, double x) in atan2() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/complex/ |
D | carg.c | 83 return atan2( cimag(z) , creal(z) ); in carg()
|
D | clog.c | 87 rr = atan2(cimag(z), creal(z)); in clog()
|
D | clog10.c | 44 rr = atan2(cimag(z), creal(z)) * M_IVLN10; in clog10()
|
D | catan.c | 109 t = 0.5 * atan2(2.0 * x, a); in __weak_alias()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/ |
D | fastmath.h | 13 __extension__ double atan2(double, double) 79 #define atan2(__y,__x) _f_atan2((__y),(__x)) macro
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_atan2.c | 111 _MATH_ALIAS_f_ff(atan2)
|
D | s_atan2.c | 141 _MATH_ALIAS_d_dd(atan2)
|
D | math.tex | 36 * atan2:: Arctangent of y/x 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/ |
D | math.h | 129 extern double atan2 (double, double);
|
/picolibc-3.7.0-3.6.0/test/ |
D | math-funcs.c | 91 d1 = atan2 (d1, d2); in main()
|
D | math_errhandling_tests.c | 113 FLOAT_T makemathname(test_atan2_qnanx)(void) { return makemathname(atan2)(makemathname(one), makema… in makemathname() 114 FLOAT_T makemathname(test_atan2_qnany)(void) { return makemathname(atan2)(makemathname(qnanval), ma… in makemathname() 115 FLOAT_T makemathname(test_atan2_snanx)(void) { return makemathname(atan2)(makemathname(one), makema… in makemathname() 116 FLOAT_T makemathname(test_atan2_snany)(void) { return makemathname(atan2)(makemathname(snanval), ma… in makemathname() 117 FLOAT_T makemathname(test_atan2_tiny)(void) { return makemathname(atan2)(makemathname(min_val), mak… in makemathname() 118 FLOAT_T makemathname(test_atan2_nottiny)(void) { return makemathname(atan2)(makemathname(min_val), … in makemathname()
|
D | long_double_gen.5c | 557 { .f = atan2, .name = "atan2l" },
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | atan2_vec.c | 1645 void test_atan2(int m) {run_vector_1(m,atan2_vec,(char *)(atan2),"atan2","ddd"); } in test_atan2()
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | math_config.h | 1216 #define atan264 _NAME_64(atan2)
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 9267 * libm/machine/spu/headers/atan2.h: Ditto. 10329 * libm/math/w_atan2.c: Fix atan2 to be consistent with glibc 10330 (atan2(+0,-0), atan2(-0,-0) and atan(-0,+0)) 20921 * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS. 22022 * libm/mathfp/s_atan2.c (atan2): New file. 22225 * libm/math/w_atan2f.c (atan2): ditto 22827 * libm/math/w_atan2.c (atan2): Likewise.
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2488 newlib/libm/machine/spu/headers/atan2.h
|