blob: ebf3be4eb6be9ee2d2840f236497540cb87e9136 [file] [log] [blame]
Mike Truty3743a312012-06-10 21:56:43 -07001--- /dev/null
2+++ b/testcases/misc/math/float/power/genpow.c
3@@ -104,7 +104,7 @@
4
5 for (i=0; i<nbVal; i++)
6 {
7- tabD_pow[nbVal-i] = Inc_pow*i +Inc_pow;
8+ tabD_pow[nbVal-(i+1)] = Inc_pow*i +Inc_pow;
9 tabD[i] = (Inc * i) + Inc;
10 }