Searched defs:rettype (Results 1 – 1 of 1) sorted by relevance
| /third_party/optimized-routines/math/test/ |
| D | mathtest.c | 73 } rettype; member 141 int is_double_rettype(int rettype) { in is_double_rettype() 152 int is_single_rettype(int rettype) { in is_single_rettype() 175 int is_complex_rettype(int rettype) { in is_complex_rettype() 488 static long long calc_error(unsigned a[2], unsigned b[3], int shift, int rettype) { in calc_error() 715 int argtype=2, rettype=2; /* for do_op */ in parsetest() local 956 void print_error(int rettype, unsigned *result, char* text, char** failp) { in print_error() 986 void print_ulps(int rettype, long long ulpsr, long long ulpsi, char** failp) { in print_ulps()
|