Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dw_hypot.c40 double hypot(double x, double y) in hypot() function
/picolibc-latest/newlib/libm/complex/
Dcabs.c83 return hypot( creal(z), cimag(z) ); in cabs()
/picolibc-latest/newlib/libm/math/
Dsf_hypot.c92 _MATH_ALIAS_f_ff(hypot)
Ds_hypot.c141 _MATH_ALIAS_d_dd(hypot)
Dmath.tex57 * Function hypot:: Distance from origin
/picolibc-latest/newlib/libm/test/
Dhypot_vec.c305 void test_hypot(int m) {run_vector_1(m,hypot_vec,(char *)(hypot),"hypot","ddd"); } in test_hypot()
Dmath.c783 float hypotf(a,b) float a,b; { return hypot(a,b); }
/picolibc-latest/test/
Dmath_errhandling_tests.c288 static FLOAT_T makemathname(test_hypot_big)(void) { return makemathname(hypot)(makemathname(big), m… in makemathname()
289 static FLOAT_T makemathname(test_hypot_1_qnan)(void) { return makemathname(hypot)(makemathname(one)… in makemathname()
290 static FLOAT_T makemathname(test_hypot_qnan_1)(void) { return makemathname(hypot)(makemathname(qnan… in makemathname()
291 static FLOAT_T makemathname(test_hypot_inf_qnan)(void) { return makemathname(hypot)(makemathname(in… in makemathname()
292 static FLOAT_T makemathname(test_hypot_neginf_qnan)(void) { return makemathname(hypot)(-makemathnam… in makemathname()
293 static FLOAT_T makemathname(test_hypot_qnan_inf)(void) { return makemathname(hypot)(makemathname(qn… in makemathname()
294 static FLOAT_T makemathname(test_hypot_qnan_neginf)(void) { return makemathname(hypot)(makemathname… in makemathname()
296 static FLOAT_T makemathname(test_hypot_snan_inf)(void) { return makemathname(hypot)(makemathname(sn… in makemathname()
297 static FLOAT_T makemathname(test_hypot_snan_neginf)(void) { return makemathname(hypot)(makemathname… in makemathname()
299 static FLOAT_T makemathname(test_hypot_1_inf)(void) { return makemathname(hypot)(makemathname(one),… in makemathname()
[all …]
Dlong_double_gen.5c483 real hypot(real x, real y) { return sqrt(x*x + y*y); }
565 { .f = hypot, .name = "hypotl" },
Dmath-funcs.c171 d1 = hypot (d1, d2); in main()
/picolibc-latest/newlib/libc/include/
Dmath.h483 extern double hypot (double, double);
/picolibc-latest/newlib/libm/common/
Dmath_config.h1243 #define hypot64 _NAME_64(hypot)
/picolibc-latest/newlib/
DChangeLog-20159309 * 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-latest/
DCOPYING.picolibc2591 newlib/libm/machine/spu/headers/hypot.h