Home
last modified time | relevance | path

Searched refs:carg (Results 1 – 21 of 21) sorted by relevance

/openbsd/lib/libm/src/
H A Ds_carg.c23 carg(double complex z) in carg() function
27 DEF_STD(carg);
28 LDBL_MAYBE_CLONE(carg);
H A Ds_cpow.c63 arga = carg (a); in cpow()
/openbsd/usr.sbin/iscsid/
H A Dtask.c41 task_init(struct task *t, struct session *s, int immediate, void *carg, in task_init() argument
49 t->callarg = carg; in task_init()
/openbsd/usr.bin/ssh/
H A Dsftp.c2103 int argc, carg; in complete() local
2117 argv = makeargv(line, &carg, 1, &quote, &terminated); in complete()
2134 if (carg == 0) { in complete()
2136 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete()
2138 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete()
2140 if (complete_cmd_parse(el, argv[0], argc == carg, in complete()
2143 } else if (carg >= 1) { in complete()
2149 if (carg > 1 && line[cursor-1] != ' ') in complete()
2150 filematch = argv[carg - 1]; in complete()
2152 for (i = 1; i < carg; i++) { in complete()
[all …]
/openbsd/lib/libm/hidden/
H A Dcomplex.h40 PROTO_NORMAL(carg);
/openbsd/include/
H A Dtgmath.h163 #define carg(x) __tg_simple(x, carg) macro
H A Dcomplex.h60 double carg(double complex);
/openbsd/lib/libm/
H A DSymbols.map42 carg;
H A DMakefile154 MAN+= cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3 \
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h1238 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1244 #undef carg
1245 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/openbsd/gnu/gcc/gcc/
H A Dopts.c1068 handle_param (const char *carg) in handle_param() argument
1073 arg = xstrdup (carg); in handle_param()
H A Dbuiltins.def431 DEF_C99_BUILTIN (BUILT_IN_CARG, "carg", BT_FN_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_FPROUNDING)
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c12068 tree carg, id, body, class; local
12086 carg = TYPE_ARG_TYPES (TREE_TYPE (decl));
12088 for (; carg && carg != end_params_node;
12089 carg = TREE_CHAIN (carg))
12093 TREE_VALUE (carg)));
12115 carg = args;
12117 carg = TREE_CHAIN (carg);
12118 for (; carg && carg != end_params_node; carg = TREE_CHAIN (carg))
12119 call_args = tree_cons (NULL_TREE, build_wfl_node (TREE_PURPOSE (carg)),
H A Dparse.y8503 tree carg, id, body, class; local
8521 carg = TYPE_ARG_TYPES (TREE_TYPE (decl));
8523 for (; carg && carg != end_params_node;
8524 carg = TREE_CHAIN (carg))
8528 TREE_VALUE (carg)));
8550 carg = args;
8552 carg = TREE_CHAIN (carg);
8553 for (; carg && carg != end_params_node; carg = TREE_CHAIN (carg))
8554 call_args = tree_cons (NULL_TREE, build_wfl_node (TREE_PURPOSE (carg)),
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc329 SYMBOL(carg, None, <complex.h>)
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-2000611 (EXTRA_DIST): Remove c_log, c_logf, carg, cargf.
616 * libmath/carg.c: Likewise.
621 * acinclude.m4: Remove check for c_log, c_logf, c_logl, carg,
3759 * math/carg.c (carg): Replace __atan2 with atan2.
10074 * math/carg.c: New file.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1466 LIBBUILTIN(carg, "dXd", "fne", COMPLEX_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1417 fun:carg=uninstrumented
/openbsd/distrib/sets/lists/comp/
H A Dmi2315 ./usr/share/man/man3/carg.3
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5288 @findex carg
5667 @code{cargf}, @code{cargl}, @code{carg}, @code{casinf}, @code{casinhf},
H A Dgcc.info20341 `cargf', `cargl', `carg', `casinf', `casinhf', `casinhl', `casinh',