Searched refs:hypot (Results 1 – 14 of 14) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/ |
D | w_hypot.c | 40 double hypot(double x, double y) in hypot() function
|
/picolibc-3.5.0-3.4.0/newlib/libm/complex/ |
D | cabs.c | 83 return hypot( creal(z), cimag(z) ); in cabs()
|
/picolibc-3.5.0-3.4.0/newlib/libm/math/ |
D | sf_hypot.c | 92 _MATH_ALIAS_f_ff(hypot)
|
D | s_hypot.c | 141 _MATH_ALIAS_d_dd(hypot)
|
D | math.tex | 57 * hypot:: Distance from origin
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | hypot_vec.c | 305 void test_hypot(int m) {run_vector_1(m,hypot_vec,(char *)(hypot),"hypot","ddd"); } in test_hypot()
|
D | math.c | 723 float hypotf(a,b) float a,b; { return hypot(a,b); }
|
/picolibc-3.5.0-3.4.0/test/ |
D | math_errhandling_tests.c | 255 FLOAT_T makemathname(test_hypot_big)(void) { return makemathname(hypot)(makemathname(big), makemath… in makemathname() 256 FLOAT_T makemathname(test_hypot_1_qnan)(void) { return makemathname(hypot)(makemathname(one), makem… in makemathname() 257 FLOAT_T makemathname(test_hypot_qnan_1)(void) { return makemathname(hypot)(makemathname(qnanval), m… in makemathname() 258 FLOAT_T makemathname(test_hypot_inf_qnan)(void) { return makemathname(hypot)(makemathname(infval), … in makemathname() 259 FLOAT_T makemathname(test_hypot_neginf_qnan)(void) { return makemathname(hypot)(-makemathname(infva… in makemathname() 260 FLOAT_T makemathname(test_hypot_qnan_inf)(void) { return makemathname(hypot)(makemathname(qnanval),… in makemathname() 261 FLOAT_T makemathname(test_hypot_qnan_neginf)(void) { return makemathname(hypot)(makemathname(qnanva… in makemathname() 262 FLOAT_T makemathname(test_hypot_snan_inf)(void) { return makemathname(hypot)(makemathname(snanval),… in makemathname() 263 FLOAT_T makemathname(test_hypot_snan_neginf)(void) { return makemathname(hypot)(makemathname(snanva… in makemathname() 264 FLOAT_T makemathname(test_hypot_1_inf)(void) { return makemathname(hypot)(makemathname(one), makema… in makemathname() [all …]
|
D | long_double_gen.5c | 406 real hypot(real x, real y) { return sqrt(x*x + y*y); } 488 { .f = hypot, .name = "hypotl" },
|
D | math-funcs.c | 163 d1 = hypot (d1, d2); in main()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | math.h | 457 extern double hypot (double, double);
|
/picolibc-3.5.0-3.4.0/newlib/libm/common/ |
D | math_config.h | 1187 #define hypot64 _NAME_64(hypot)
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 9309 * libm/machine/spu/headers/hypot.h: Ditto. 21830 * libm/mathfp/e_hypot.c hypot(): New file. 22219 * libm/math/w_hypot.c (hypot): ditto 22815 * libm/math/w_hypot.c (hypot): Likewise. 25208 wrappers for hypot() and remainder() for BSD libm compatibility. 26808 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 2426 newlib/libm/machine/spu/headers/hypot.h
|