Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c73 } 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()
502 if (is_double_rettype(rettype)) { in calc_error()
774 rettype = 0; in parsetest()
776 rettype = 1; in parsetest()
[all …]
/freebsd-14.2/sys/tools/
H A Dmakesyscalls.lua739 local function handle_noncompat(sysnum, thr_flag, flags, sysflags, rettype,
876 rettype, sys_prefix, funcname, argalias))
942 local function handle_compat(sysnum, thr_flag, flags, sysflags, rettype,
990 rettype, prefix, funcname, argalias))
1127 local funcalias, funcomment, argalias, rettype, args
1156 funcalias, argalias, rettype = alt:match(altExpr)
1158 if funcalias == nil or argalias == nil or rettype == nil then
1164 if rettype == nil then
1165 rettype = "int"
1303 handle_compat(sysnum, thr_flag, flags, sysflags, rettype,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td521 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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument
926 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)