Searched refs:tocheck_t (Results 1 – 2 of 2) sorted by relevance
29 typedef double tocheck_t; typedef45 tocheck_t tc;46 unsigned char c[sizeof (tocheck_t)];160 static tocheck_t173 for (i = 0; i < sizeof (tocheck_t); i++) in pattern()183 static tocheck_t184 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 …]
1 typedef float tocheck_t; typedef