Home
last modified time | relevance | path

Searched defs:rettype (Results 1 – 4 of 4) sorted by relevance

/third_party/optimized-routines/math/test/
Dmathtest.c73 } 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()
/third_party/libffi/testsuite/libffi.bhaible/
Dtest-call.c79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument
81 #define FFI_PREP_CIF_NOARGS(cif,rettype) \ argument
Dtest-callback.c79 #define FFI_PREP_CIF(cif,argtypes,rettype) \ argument
81 #define FFI_PREP_CIF_NOARGS(cif,rettype) \ argument
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c3583 struct symbol *fntype, *rettype; in evaluate_return_expression() local