Symbol: hypotl
include/math.h
396
long double hypotl(long double, long double);
lib/libm/complex/cabsl.c
15
return hypotl(__real__ z, __imag__ z);
lib/libm/complex/catrigl.c
141
R = hypotl(x, y+1);
lib/libm/complex/catrigl.c
142
S = hypotl(x, y-1);
lib/libm/complex/catrigl.c
336
return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, atan2l(y, x)));
lib/libm/complex/catrigl.c
339
return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x)));
lib/libm/complex/csqrtl.c
102
t = sqrtl((a + hypotl(a, b)) * 0.5L);
lib/libm/complex/csqrtl.c
105
t = sqrtl((-a + hypotl(a, b)) * 0.5L);
lib/libm/src/e_hypotl.c
23
__weak_alias(hypotl, _hypotl)
lib/libm/src/s_clogl.c
102
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/libm/src/s_clogl.c
106
RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) +
lib/libm/src/s_clogl.c
111
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/libm/src/s_clogl.c
84
RETURNI(CMPLXL(logl(hypotl(x, y)), v));
lib/libm/src/s_clogl.c
99
RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) +
tests/lib/libm/t_hypot.c
331
CHECKL_EQ(i, hypotl, x, +0.L, x);
tests/lib/libm/t_hypot.c
332
CHECKL_EQ(i, hypotl, x, -0.L, x);
tests/lib/libm/t_hypot.c
333
CHECKL_EQ(i, hypotl, +0.L, x, x);
tests/lib/libm/t_hypot.c
334
CHECKL_EQ(i, hypotl, -0.L, x, x);
tests/lib/libm/t_hypot.c
335
CHECKL_EQ(i, hypotl, -x, +0.L, x);
tests/lib/libm/t_hypot.c
336
CHECKL_EQ(i, hypotl, -x, -0.L, x);
tests/lib/libm/t_hypot.c
337
CHECKL_EQ(i, hypotl, +0.L, -x, x);
tests/lib/libm/t_hypot.c
338
CHECKL_EQ(i, hypotl, -0.L, -x, x);
tests/lib/libm/t_hypot.c
341
CHECKL_EQ(i, hypotl, x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
342
CHECKL_EQ(i, hypotl, x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
343
CHECKL_EQ(i, hypotl, +INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
344
CHECKL_EQ(i, hypotl, -INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
345
CHECKL_EQ(i, hypotl, -x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
346
CHECKL_EQ(i, hypotl, -x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
347
CHECKL_EQ(i, hypotl, +INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
348
CHECKL_EQ(i, hypotl, -INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
353
CHECKL_EQ(i, hypotl, x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
354
CHECKL_EQ(i, hypotl, NAN, x, INFINITY);
tests/lib/libm/t_hypot.c
355
CHECKL_EQ(i, hypotl, -x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
356
CHECKL_EQ(i, hypotl, NAN, -x, INFINITY);
tests/lib/libm/t_hypot.c
358
CHECKL_NAN(i, hypotl, x, NAN);
tests/lib/libm/t_hypot.c
359
CHECKL_NAN(i, hypotl, NAN, x);
tests/lib/libm/t_hypot.c
360
CHECKL_NAN(i, hypotl, -x, NAN);
tests/lib/libm/t_hypot.c
361
CHECKL_NAN(i, hypotl, NAN, -x);
tests/lib/libm/t_hypot.c
369
CHECKL_EQ(i, hypotl, x, +0.L, x);
tests/lib/libm/t_hypot.c
370
CHECKL_EQ(i, hypotl, x, -0.L, x);
tests/lib/libm/t_hypot.c
371
CHECKL_EQ(i, hypotl, +0.L, x, x);
tests/lib/libm/t_hypot.c
372
CHECKL_EQ(i, hypotl, -0.L, x, x);
tests/lib/libm/t_hypot.c
373
CHECKL_EQ(i, hypotl, -x, +0.L, x);
tests/lib/libm/t_hypot.c
374
CHECKL_EQ(i, hypotl, -x, -0.L, x);
tests/lib/libm/t_hypot.c
375
CHECKL_EQ(i, hypotl, +0.L, -x, x);
tests/lib/libm/t_hypot.c
376
CHECKL_EQ(i, hypotl, -0.L, -x, x);
tests/lib/libm/t_hypot.c
379
CHECKL_EQ(i, hypotl, x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
380
CHECKL_EQ(i, hypotl, x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
381
CHECKL_EQ(i, hypotl, +INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
382
CHECKL_EQ(i, hypotl, -INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
383
CHECKL_EQ(i, hypotl, -x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
384
CHECKL_EQ(i, hypotl, -x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
385
CHECKL_EQ(i, hypotl, +INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
386
CHECKL_EQ(i, hypotl, -INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
391
CHECKL_EQ(i, hypotl, x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
392
CHECKL_EQ(i, hypotl, NAN, x, INFINITY);
tests/lib/libm/t_hypot.c
393
CHECKL_EQ(i, hypotl, -x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
394
CHECKL_EQ(i, hypotl, NAN, -x, INFINITY);
tests/lib/libm/t_hypot.c
396
CHECKL_NAN(i, hypotl, x, NAN);
tests/lib/libm/t_hypot.c
397
CHECKL_NAN(i, hypotl, NAN, x);
tests/lib/libm/t_hypot.c
398
CHECKL_NAN(i, hypotl, -x, NAN);
tests/lib/libm/t_hypot.c
399
CHECKL_NAN(i, hypotl, NAN, -x);
tests/lib/libm/t_hypot.c
407
CHECKL_EQ(i, hypotl, x, +0.L, x);
tests/lib/libm/t_hypot.c
408
CHECKL_EQ(i, hypotl, x, -0.L, x);
tests/lib/libm/t_hypot.c
409
CHECKL_EQ(i, hypotl, +0.L, x, x);
tests/lib/libm/t_hypot.c
410
CHECKL_EQ(i, hypotl, -0.L, x, x);
tests/lib/libm/t_hypot.c
411
CHECKL_EQ(i, hypotl, -x, +0.L, x);
tests/lib/libm/t_hypot.c
412
CHECKL_EQ(i, hypotl, -x, -0.L, x);
tests/lib/libm/t_hypot.c
413
CHECKL_EQ(i, hypotl, +0.L, -x, x);
tests/lib/libm/t_hypot.c
414
CHECKL_EQ(i, hypotl, -0.L, -x, x);
tests/lib/libm/t_hypot.c
417
CHECKL_EQ(i, hypotl, x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
418
CHECKL_EQ(i, hypotl, x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
419
CHECKL_EQ(i, hypotl, +INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
420
CHECKL_EQ(i, hypotl, -INFINITY, x, INFINITY);
tests/lib/libm/t_hypot.c
421
CHECKL_EQ(i, hypotl, -x, +INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
422
CHECKL_EQ(i, hypotl, -x, -INFINITY, INFINITY);
tests/lib/libm/t_hypot.c
423
CHECKL_EQ(i, hypotl, +INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
424
CHECKL_EQ(i, hypotl, -INFINITY, -x, INFINITY);
tests/lib/libm/t_hypot.c
429
CHECKL_EQ(i, hypotl, x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
430
CHECKL_EQ(i, hypotl, NAN, x, INFINITY);
tests/lib/libm/t_hypot.c
431
CHECKL_EQ(i, hypotl, -x, NAN, INFINITY);
tests/lib/libm/t_hypot.c
432
CHECKL_EQ(i, hypotl, NAN, -x, INFINITY);
tests/lib/libm/t_hypot.c
434
CHECKL_NAN(i, hypotl, x, NAN);
tests/lib/libm/t_hypot.c
435
CHECKL_NAN(i, hypotl, NAN, x);
tests/lib/libm/t_hypot.c
436
CHECKL_NAN(i, hypotl, -x, NAN);
tests/lib/libm/t_hypot.c
437
CHECKL_NAN(i, hypotl, NAN, -x);
tests/lib/libm/t_hypot.c
602
CHECKL_EQ(i, hypotl, a, b, c);
tests/lib/libm/t_hypot.c
603
CHECKL_EQ(i, hypotl, b, a, c);
tests/lib/libm/t_hypot.c
604
CHECKL_EQ(i, hypotl, a, -b, c);
tests/lib/libm/t_hypot.c
605
CHECKL_EQ(i, hypotl, b, -a, c);
tests/lib/libm/t_hypot.c
606
CHECKL_EQ(i, hypotl, -a, b, c);
tests/lib/libm/t_hypot.c
607
CHECKL_EQ(i, hypotl, -b, a, c);
tests/lib/libm/t_hypot.c
608
CHECKL_EQ(i, hypotl, -a, -b, c);
tests/lib/libm/t_hypot.c
609
CHECKL_EQ(i, hypotl, -b, -a, c);
tests/lib/libm/t_hypot.c
623
CHECKL_EQ(i, hypotl, a, b, c);
tests/lib/libm/t_hypot.c
624
CHECKL_EQ(i, hypotl, b, a, c);
tests/lib/libm/t_hypot.c
625
CHECKL_EQ(i, hypotl, a, -b, c);
tests/lib/libm/t_hypot.c
626
CHECKL_EQ(i, hypotl, b, -a, c);
tests/lib/libm/t_hypot.c
627
CHECKL_EQ(i, hypotl, -a, b, c);
tests/lib/libm/t_hypot.c
628
CHECKL_EQ(i, hypotl, -b, a, c);
tests/lib/libm/t_hypot.c
629
CHECKL_EQ(i, hypotl, -a, -b, c);
tests/lib/libm/t_hypot.c
630
CHECKL_EQ(i, hypotl, -b, -a, c);
tests/lib/libm/t_hypot.c
645
CHECKL_EQ(i, hypotl, a, b, c);
tests/lib/libm/t_hypot.c
646
CHECKL_EQ(i, hypotl, b, a, c);
tests/lib/libm/t_hypot.c
647
CHECKL_EQ(i, hypotl, a, -b, c);
tests/lib/libm/t_hypot.c
648
CHECKL_EQ(i, hypotl, b, -a, c);
tests/lib/libm/t_hypot.c
649
CHECKL_EQ(i, hypotl, -a, b, c);
tests/lib/libm/t_hypot.c
650
CHECKL_EQ(i, hypotl, -b, a, c);
tests/lib/libm/t_hypot.c
651
CHECKL_EQ(i, hypotl, -a, -b, c);
tests/lib/libm/t_hypot.c
652
CHECKL_EQ(i, hypotl, -b, -a, c);
tests/lib/libm/t_hypot.c
668
CHECKL_NAN(2, hypotl, NAN, NAN);