Searched refs:Testable (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | main.c | 18 void gencases(Testable *fn, int number); 19 void docase(Testable *fn, uint32 *args); 20 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in); 28 int nargs_(Testable* f) { in nargs_() 51 static int isdouble(Testable *f) in isdouble() 87 Testable *find_function(const char *func) in find_function() 98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() 202 Testable *f = 0; in dofile()
|
H A D | intern.h | 75 typedef struct __testable Testable; typedef 85 extern Testable functions[]; 90 int nargs_(Testable* f);
|
H A D | dotest.c | 458 Testable functions[] = { 1521 void vet_for_decline(Testable *fn, uint32 *args, uint32 *result, int got_errno_in) { in vet_for_decline() 1630 void docase(Testable *fn, uint32 *args) { in docase() 2140 void gencases(Testable *fn, int number) { in gencases()
|