Searched refs:tabInpi (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/misc/math/float/exp_log/
H A Dgenldexp.c51 int i, nbVal, tabInpi[20000]; local
73 read(fpi, &(tabInpi[i]), sizeof(int));
75 tabR[i] = ldexp(tabInpd[i], tabInpi[i]);

Completed in 439 milliseconds