Searched refs:check_float (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/test/ |
D | printf_scanf.c | 254 check_float(const char *test_name, float_type a, const char *buf, const char *head, int zeros, cons… in check_float() function 504 errors += check_float(">= 0.5", a, buf, "1", x, ""); in main() 506 errors += check_float(">= 0.5", a, buf, "0.", x-1, "1"); in main() 513 errors += check_float(">= 0.5", a, buf, "0.", x, "5"); in main() 521 errors += check_float("< 0.5", b, buf, "0", x, ""); in main() 523 errors += check_float("< 0.5", b, buf, "0.", x, ""); in main() 530 errors += check_float("< 0.5", b, buf, "0.", x, "5"); in main() 538 errors += check_float("< 1", c, buf, "1", x, ""); in main() 540 errors += check_float("< 1", c, buf, "0.", x-1, "1"); in main()
|