Searched refs:tocheck_t (Results 1 – 2 of 2) sorted by relevance
/sysdeps/powerpc/ |
A D | test-arith.c | 29 typedef double tocheck_t; typedef 45 tocheck_t tc; 46 unsigned char c[sizeof (tocheck_t)]; 160 static tocheck_t 183 static tocheck_t 184 delta(tocheck_t x, int direction) in delta() 223 check_result(int line, const char *rm, tocheck_t expected, tocheck_t actual) in check_result() 463 tocheck_t r, a, b, x; in check_op() 497 fail_xr(int line, const char *rm, tocheck_t x, tocheck_t r, tocheck_t xx, in fail_xr() 520 check_sqrt(tocheck_t a) in check_sqrt() [all …]
|
A D | test-arithf.c | 1 typedef float tocheck_t; typedef
|
Completed in 5 milliseconds