--- testcases/misc/math/float/exp_log/genexp.c_org	2009-09-28 14:58:33.944827409 +0400
+++ testcases/misc/math/float/exp_log/genexp.c	2009-09-28 15:03:10.860101133 +0400
@@ -51,7 +51,7 @@
 	Inc = log( exp(1)/10 );
 
 	for (i=0; i<nbVal; i++)
-		tabR[i] = log ( (Inc*i) + Inc );
+		tabR[i] = exp ( (Inc*i) + Inc );
 
 
 	fp = open(F_name,O_RDWR|O_CREAT|O_TRUNC,0777);
