Searched refs:res (Results 1 – 2 of 2) sorted by relevance
/misc/ |
A D | tst-efgcvt-template.c | 167 int decpt, sign, res; in test_r() local 173 res = efcvt_r (tests[no].value, tests[no].ndigit, &decpt, &sign, in test_r() 175 if (res != 0 in test_r() 182 buf, decpt, sign, res); in test_r() 190 int decpt, sign, res; in special() local 208 res = ECVT_R (123.456, 10, &decpt, &sign, buf, 1); in special() 209 if (res == 0) in special() 214 res = FCVT_R (123.456, 10, &decpt, &sign, buf, 1); in special() 215 if (res == 0) in special()
|
A D | bug18240.c | 30 int res = hcreate (size); in test_size() local 31 if (res == 0) in test_size()
|
Completed in 4 milliseconds