View | Details | Raw Unified | Return to bug 3268 | Differences between
and this patch

Collapse All | Expand All

(-)libc25-cvstip-20070117/math/libm-test.inc (+6 lines)
Lines 2766-2771 Link Here
2766
2766
2767
  TEST_fff_f (fma, 1.25L, 0.75L, 0.0625L, 1.0L);
2767
  TEST_fff_f (fma, 1.25L, 0.75L, 0.0625L, 1.0L);
2768
2768
2769
  TEST_fff_f (fma, 8388609.0L, 8388609.0L, -70368752566272.0L, 8388609.0L);
2770
2771
#ifdef TEST_DOUBLE
2772
  TEST_fff_f (fma, 0x1.0000000000001p+52, 0x1.0000000000001p+52, -0x1.0000000000001p+104, 0x1.0000000000001p+52);
2773
#endif
2774
2769
  END (fma);
2775
  END (fma);
2770
}
2776
}
2771
2777

Return to bug 3268