Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 7 of 7) 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() 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 Dsyscall.lua209 self.rettype = words[7]
228 if self.rettype == nil then
229 self.rettype = "int"
379 self.rettype ~= nil then
/freebsd/sys/tools/syscalls/scripts/
H A Dsyscall_json.lua42 rettype = v.rettype or "int",
H A Dsysproto_h.lua151 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 Darm_mve_defs.td522 multiclass IntrinsicMX<Type rettype, dag arguments, dag cg,
531 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
540 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
549 multiclass IntrinsicMXNameOverride<Type rettype, dag arguments, dag cg,
555 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
562 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1029 LLVMType rettype> : AMDGPUDimProfile<opmod, dim> {
1030 let RetTypes = [rettype];
1249 LLVMType rettype = llvm_anyint_ty> {
1252 AMDGPUImageDimIntrinsic<AMDGPUDimAtomicProfile<opmod, dim, dataargs, rettype>,
1257 multiclass AMDGPUImageDimAtomic<string opmod, LLVMType rettype = llvm_anyint_ty> :
1258 AMDGPUImageDimAtomicX<opmod, [AMDGPUArg<LLVMMatchType<0>, "vdata">], rettype>;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp991 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument
992 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)