Home
last modified time | relevance | path

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

/freebsd-src/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c73 } rettype; global() member
141 is_double_rettype(int rettype) is_double_rettype() argument
152 is_single_rettype(int rettype) is_single_rettype() argument
175 is_complex_rettype(int rettype) is_complex_rettype() argument
492 calc_error(unsigned a[2],unsigned b[3],int shift,int rettype) calc_error() argument
719 int argtype=2, rettype=2; /* for do_op */ parsetest() local
960 print_error(int rettype,unsigned * result,char * text,char ** failp) print_error() argument
990 print_ulps(int rettype,long long ulpsr,long long ulpsi,char ** failp) print_ulps() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument