Searched refs:gotf (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/test/ |
D | rounding-mode.c | 171 float valuef = value, wantf, gotf; in check() local 179 gotf = nearbyintf(valuef); in check() 180 if (wantf != gotf) { in check() 181 …"ERROR float %s: value %g want %g got %g\n", name, (double) valuef, (double) wantf, (double) gotf); in check() 190 gotf = nearbyintf(-valuef); in check() 191 if (wantf != gotf) { in check() 192 …ERROR float %s: -value %g want %g got %g\n", name, (double) valuef, (double) wantf, (double) gotf); in check()
|