Searched refs:tabInpd (Results 1 – 1 of 1) sorted by relevance
52 double tabR[20000], tabInpd[20000]; in create_Result_file() local74 read(fpd, &(tabInpd[i]), sizeof(double)); in create_Result_file()75 tabR[i] = ldexp(tabInpd[i], tabInpi[i]); in create_Result_file()