Searched refs:Testable (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | main.c | 17 void gencases(Testable *fn, int number); 18 void docase(Testable *fn, uint32 *args); 19 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in); 27 int nargs_(Testable* f) { in nargs_() 50 static int isdouble(Testable *f) in isdouble() 86 Testable *find_function(const char *func) in find_function() 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() 201 Testable *f = 0; in dofile()
|
H A D | intern.h | 74 typedef struct __testable Testable; typedef 84 extern Testable functions[]; 89 int nargs_(Testable* f);
|
H A D | dotest.c | 487 Testable functions[] = { 1563 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { in vet_for_decline() 1672 void docase(Testable *fn, uint32 *args) { in docase() 2182 void gencases(Testable *fn, int number) { in gencases()
|