Searched refs:hypotl (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libm/complex/ |
D | csqrtl.c | 95 t = sqrtl((a + hypotl(a, b)) * 0.5L); in csqrtl() 98 t = sqrtl((-a + hypotl(a, b)) * 0.5L); in csqrtl()
|
D | cabsl.c | 16 return hypotl (creall (z), cimagl (z)); in cabsl()
|
/picolibc-latest/newlib/libm/math/ |
D | sl_hypot.c | 12 hypotl(long double x, long double y) in hypotl() function
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | e_hypotl.c | 48 hypotl(long double x, long double y) in hypotl() function
|
/picolibc-latest/newlib/libm/ld/ld80/ |
D | e_hypotl.c | 48 hypotl(long double x, long double y) in hypotl() function
|
/picolibc-latest/test/ |
D | math-funcs.c | 245 l1 = hypotl (l1, l2); in main() 261 l1 = hypotl (l1, l2); in main()
|
D | long_double_vec.h | 10930 long double y = hypotl(hypotl_vec[i].x0, hypotl_vec[i].x1); in test_hypotl()
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 560 extern long double hypotl (long double, long double);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1023 (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.
|