Searched refs:rettype (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 75 } rettype; member 143 int is_double_rettype(int rettype) { in is_double_rettype() argument 144 switch(rettype) { in is_double_rettype() 154 int is_single_rettype(int rettype) { in is_single_rettype() argument 155 switch(rettype) { in is_single_rettype() 177 int is_complex_rettype(int rettype) { in is_complex_rettype() argument 178 switch(rettype) { in is_complex_rettype() 493 static long long calc_error(unsigned a[2], unsigned b[3], int shift, int rettype) { in calc_error() argument 503 if (is_double_rettype(rettype)) { in calc_error() 542 if (is_double_rettype(rettype)) { in calc_error() [all …]
|
/freebsd/sys/tools/syscalls/core/ |
H A D | syscall.lua | 208 self.rettype = words[7] 227 if self.rettype == nil then 228 self.rettype = "int" 378 self.rettype ~= nil then
|
/freebsd/sys/tools/syscalls/scripts/ |
H A D | sysproto_h.lua | 151 v.rettype, sys_prefix, v.name, v.arg_alias), 190 v.rettype, v:compatPrefix(), v.name,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 521 multiclass IntrinsicMX<Type rettype, dag arguments, dag cg, 530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>, 548 multiclass IntrinsicMXNameOverride<Type rettype, dag arguments, dag cg, 554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument 926 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)
|