Home
last modified time | relevance | path

Searched refs:hypotl (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libm/complex/
Dcsqrtl.c95 t = sqrtl((a + hypotl(a, b)) * 0.5L); in csqrtl()
98 t = sqrtl((-a + hypotl(a, b)) * 0.5L); in csqrtl()
Dcabsl.c16 return hypotl (creall (z), cimagl (z)); in cabsl()
/picolibc-latest/newlib/libm/math/
Dsl_hypot.c12 hypotl(long double x, long double y) in hypotl() function
/picolibc-latest/newlib/libm/ld/ld128/
De_hypotl.c48 hypotl(long double x, long double y) in hypotl() function
/picolibc-latest/newlib/libm/ld/ld80/
De_hypotl.c48 hypotl(long double x, long double y) in hypotl() function
/picolibc-latest/test/
Dmath-funcs.c245 l1 = hypotl (l1, l2); in main()
261 l1 = hypotl (l1, l2); in main()
Dlong_double_vec.h10930 long double y = hypotl(hypotl_vec[i].x0, hypotl_vec[i].x1); in test_hypotl()
/picolibc-latest/newlib/libc/include/
Dmath.h560 extern long double hypotl (long double, long double);
/picolibc-latest/newlib/
DChangeLog-20151023 (hypotl): Add prototype.
1028 * libm/common/hypotl.c (hypotl): Add implementation for when long
6402 * libm/common/hypotl.c: Likewise.
6495 (sqrtl, fmodl, hypotl, copysignl, nanl, ilogbl, asinhl, cbrt): Ditto.
6518 * libm/common/hypotl.c: Likewise.