Searched refs:gotf (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/test/ |
D | rounding-mode.c | 195 float valuef = value, wantf, gotf; in check() local 214 gotf = nearbyintf(valuef); in check() 215 if (wantf != gotf) { in check() 216 …"ERROR float %s: value %g want %g got %g\n", name, (double) valuef, (double) wantf, (double) gotf); in check() 225 gotf = nearbyintf(-valuef); in check() 226 if (wantf != gotf) { in check() 227 …ERROR float %s: -value %g want %g got %g\n", name, (double) valuef, (double) wantf, (double) gotf); in check()
|