Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c75 } rettype; member
143 int is_double_rettype(int rettype) { in is_double_rettype()
154 int is_single_rettype(int rettype) { in is_single_rettype()
177 int is_complex_rettype(int rettype) { in is_complex_rettype()
493 static long long calc_error(unsigned a[2], unsigned b[3], int shift, int rettype) { in calc_error()
720 int argtype=2, rettype=2; /* for do_op */ in parsetest() local
961 void print_error(int rettype, unsigned *result, char* text, char** failp) { in print_error()
991 void print_ulps(int rettype, long long ulpsr, long long ulpsi, char** failp) { in print_ulps()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument