Symbol: CHECKL_EQ
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
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
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
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_log.c
221
CHECKL_EQ(0, log10l, +0., -HUGE_VALL);
tests/lib/libm/t_log.c
225
CHECKL_EQ(1, log10l, -0., -HUGE_VALL);
tests/lib/libm/t_log.c
247
CHECKL_EQ(i, log10l, x, y);
tests/lib/libm/t_log.c
305
CHECKL_EQ(0, log10l, INFINITY, INFINITY);
tests/lib/libm/t_log.c
347
CHECKL_EQ(0, log1pl, -1., -HUGE_VALL);
tests/lib/libm/t_log.c
360
CHECKL_EQ(01, log1pl, -LDBL_MIN, -LDBL_MIN);
tests/lib/libm/t_log.c
364
CHECKL_EQ(1, log1pl, -0., 0);
tests/lib/libm/t_log.c
368
CHECKL_EQ(2, log1pl, +0., 0);
tests/lib/libm/t_log.c
379
CHECKL_EQ(3, log1pl, 1, logl(2));
tests/lib/libm/t_log.c
405
CHECKL_EQ(0, log1pl, -LDBL_DENORM_MIN, -LDBL_DENORM_MIN);
tests/lib/libm/t_log.c
436
CHECKL_EQ(0, log1pl, INFINITY, INFINITY);
tests/lib/libm/t_log.c
524
CHECKL_EQ(0, log2l, +0., -HUGE_VALL);
tests/lib/libm/t_log.c
528
CHECKL_EQ(1, log2l, -0., -HUGE_VALL);
tests/lib/libm/t_log.c
550
CHECKL_EQ(i, log2l, x, y);
tests/lib/libm/t_log.c
558
CHECKL_EQ(i, log2l, x, y);
tests/lib/libm/t_log.c
565
CHECKL_EQ(i, log2l, x, y);
tests/lib/libm/t_log.c
623
CHECKL_EQ(0, log2l, INFINITY, INFINITY);
tests/lib/libm/t_log.c
665
CHECKL_EQ(0, logl, +0., -HUGE_VALL);
tests/lib/libm/t_log.c
669
CHECKL_EQ(1, logl, -0., -HUGE_VALL);
tests/lib/libm/t_log.c
682
CHECKL_EQ(0, logl, 1, 0);
tests/lib/libm/t_log.c
753
CHECKL_EQ(0, logl, INFINITY, INFINITY);