Searched refs:rettype (Results 1 - 2 of 2) sorted by relevance
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 73 } rettype; member 141 int is_double_rettype(int rettype) { in is_double_rettype() argument 142 switch(rettype) { in is_double_rettype() 152 int is_single_rettype(int rettype) { in is_single_rettype() argument 153 switch(rettype) { in is_single_rettype() 175 int is_complex_rettype(int rettype) { in is_complex_rettype() argument 176 switch(rettype) { in is_complex_rettype() 488 static long long calc_error(unsigned a[2], unsigned b[3], int shift, int rettype) { in calc_error() argument 498 if (is_double_rettype(rettype)) { in calc_error() 537 if (is_double_rettype(rettype)) { in calc_error() 715 int argtype=2, rettype=2; /* for do_op */ parsetest() local 956 print_error(int rettype, unsigned *result, char* text, char** failp) print_error() argument 986 print_ulps(int rettype, long long ulpsr, long long ulpsi, char** failp) print_ulps() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 3583 struct symbol *fntype, *rettype; in evaluate_return_expression() local 3587 rettype = fntype->ctype.base_type; in evaluate_return_expression() 3588 if (!rettype || rettype == &void_ctype) { in evaluate_return_expression() 3590 expression_error(expr, "return expression in %s function", rettype?"void":"typeless"); in evaluate_return_expression() 3602 compatible_assignment_types(expr, rettype, &stmt->expression, "return expression"); in evaluate_return_expression()
|
Completed in 6 milliseconds