Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/
Dw_hypot.c40 double hypot(double x, double y) in hypot() function
/picolibc-3.5.0-3.4.0/newlib/libm/complex/
Dcabs.c83 return hypot( creal(z), cimag(z) ); in cabs()
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dsf_hypot.c92 _MATH_ALIAS_f_ff(hypot)
Ds_hypot.c141 _MATH_ALIAS_d_dd(hypot)
Dmath.tex57 * hypot:: Distance from origin
/picolibc-3.5.0-3.4.0/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.c723 float hypotf(a,b) float a,b; { return hypot(a,b); }
/picolibc-3.5.0-3.4.0/test/
Dmath_errhandling_tests.c255 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 …]
Dlong_double_gen.5c406 real hypot(real x, real y) { return sqrt(x*x + y*y); }
488 { .f = hypot, .name = "hypotl" },
Dmath-funcs.c163 d1 = hypot (d1, d2); in main()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dmath.h457 extern double hypot (double, double);
/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dmath_config.h1187 #define hypot64 _NAME_64(hypot)
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/
DCOPYING.picolibc2426 newlib/libm/machine/spu/headers/hypot.h