Searched refs:tabRI (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/misc/math/float/exp_log/ |
D | genmodf.c | 50 double tabR[20000], Inc, tabRI[20000]; in create_Result_file() local 63 tabR[i] = modf(TestInputValue, &tabRI[i]); in create_Result_file() 65 if ((TestChkSum = tabR[i] + tabRI[i]) != TestInputValue) { in create_Result_file() 81 write(fp1, &tabRI[i], sizeof(double)); in create_Result_file()
|
D | genfrexp.c | 41 int i, nbVal, tabRI[20000]; in create_Result_file() local 54 tabR[i] = frexp(Val, &(tabRI[i])); in create_Result_file() 67 write(fp1, &tabRI[i], sizeof(int)); in create_Result_file()
|