HomeSort by relevance Sort by last modified time
    Searched refs:tabRI (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/misc/math/float/exp_log/
genmodf.c 43 * 1 double which is the integral part of the input: tabRI
50 double tabR[20000], Inc, tabRI[20000];
63 tabR[i] = modf(TestInputValue, &tabRI[i]);
64 // tabR[i] = modf( ((Inc*i) + Inc), &tabRI[i]);
65 if ((TestChkSum = tabR[i] + tabRI[i]) != TestInputValue) {
81 write(fp1, &tabRI[i], sizeof(double));
genfrexp.c 41 int i, nbVal, tabRI[20000];
54 tabR[i] = frexp(Val, &(tabRI[i]));
67 write(fp1, &tabRI[i], sizeof(int));

Completed in 388 milliseconds