t_fe_round.c | 194 double received, ipart, fpart; local in function:ATF_TC_BODY 286 fpart = modf(received, &ipart); 291 values[i].input, received, fpart, ipart); 352 long double received, ipart, fpart; local in function:ATF_TC_BODY 418 fpart = modfl(received, &ipart); 423 valuesl[i].input, received, fpart, ipart);
|