Home
last modified time | relevance | path

Searched refs:wantf (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/test/
Drounding-mode.c195 float valuef = value, wantf, gotf; in check() local
198 wantf = do_roundf_int(valuef, mode); in check()
215 if (wantf != gotf) { in check()
216 …printf("ERROR float %s: value %g want %g got %g\n", name, (double) valuef, (double) wantf, (double… in check()
220 wantf = do_roundf_int(-valuef, mode); in check()
226 if (wantf != gotf) { in check()
227 …printf("ERROR float %s: -value %g want %g got %g\n", name, (double) valuef, (double) wantf, (doubl… in check()