Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/
Dtest-arith.c29 typedef double tocheck_t; typedef
45 tocheck_t tc;
46 unsigned char c[sizeof (tocheck_t)];
160 static tocheck_t
173 for (i = 0; i < sizeof (tocheck_t); i++) in pattern()
183 static tocheck_t
184 delta(tocheck_t x, int direction) in delta()
196 if (memcmp (tx.c, xx.c, sizeof (tocheck_t)) == 0) in delta()
199 for (i = sizeof (tocheck_t)-1; i > 0; i--) in delta()
223 check_result(int line, const char *rm, tocheck_t expected, tocheck_t actual) in check_result()
[all …]
Dtest-arithf.c1 typedef float tocheck_t; typedef