Home
last modified time | relevance | path

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

/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenmodf.c43 * 1 double which is the integral part of the input: tabRI
50 double tabR[20000], Inc, tabRI[20000]; in create_Result_file() local
63 tabR[i] = modf(TestInputValue, &tabRI[i]); in create_Result_file()
64 // tabR[i] = modf( ((Inc*i) + Inc), &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()
H A Dgenfrexp.c41 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()

Completed in 1 milliseconds