/openbsd/lib/libm/src/ |
H A D | s_carg.c | 23 carg(double complex z) in carg() function 27 DEF_STD(carg); 28 LDBL_MAYBE_CLONE(carg);
|
H A D | s_cpow.c | 63 arga = carg (a); in cpow()
|
/openbsd/usr.sbin/iscsid/ |
H A D | task.c | 41 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 D | sftp.c | 2103 int argc, carg; in complete() local 2117 argv = makeargv(line, &carg, 1, "e, &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 D | complex.h | 40 PROTO_NORMAL(carg);
|
/openbsd/include/ |
H A D | tgmath.h | 163 #define carg(x) __tg_simple(x, carg) macro
|
H A D | complex.h | 60 double carg(double complex);
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 42 carg;
|
H A D | Makefile | 154 MAN+= cacos.3 cacosh.3 carg.3 casin.3 casinh.3 catan.3 catanh.3 \
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 1238 __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 D | opts.c | 1068 handle_param (const char *carg) in handle_param() argument 1073 arg = xstrdup (carg); in handle_param()
|
H A D | builtins.def | 431 DEF_C99_BUILTIN (BUILT_IN_CARG, "carg", BT_FN_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_FPROUNDING)
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 12068 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 D | parse.y | 8503 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 D | CSymbolMap.inc | 329 SYMBOL(carg, None, <complex.h>)
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 611 (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 D | Builtins.def | 1466 LIBBUILTIN(carg, "dXd", "fne", COMPLEX_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1417 fun:carg=uninstrumented
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 2315 ./usr/share/man/man3/carg.3
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5288 @findex carg 5667 @code{cargf}, @code{cargl}, @code{carg}, @code{casinf}, @code{casinhf},
|
H A D | gcc.info | 20341 `cargf', `cargl', `carg', `casinf', `casinhf', `casinhl', `casinh',
|