Searched refs:carg (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_carg.c | 33 carg(double complex z) in carg() function
|
H A D | s_cpow.c | 63 arga = carg (a); in cpow()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2131 int argc, carg; in complete() local 2145 argv = makeargv(line, &carg, 1, "e, &terminated); in complete() 2162 if (carg == 0) { in complete() 2164 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete() 2166 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete() 2168 if (complete_cmd_parse(el, argv[0], argc == carg, in complete() 2171 } else if (carg >= 1) { in complete() 2177 if (carg > 1 && line[cursor-1] != ' ') in complete() 2178 filematch = argv[carg - 1]; in complete() 2180 for (i = 1; i < carg; i++) { in complete() [all …]
|
/freebsd/include/ |
H A D | tgmath.h | 204 #define carg(x) __tg_simple(x, carg) macro
|
H A D | complex.h | 74 double carg(double complex);
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 157 TGMACRO_COMPLEX_REAL_RET(carg) 601 PASS_REAL_ARG_REAL_RET_(carg, _complex) && in main() 602 PASS_COMPLEX_ARG_REAL_RET(carg)); in main()
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 186 carg;
|
H A D | Makefile | 193 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
|
/freebsd/contrib/llvm-project/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
|
/freebsd/usr.bin/vi/catalog/ |
H A D | spanish.UTF-8.base | 291 302 "Vi no se cargó con un intérprete Tcl" 295 306 "Vi no se cargó con un intérprete Perl"
|
/freebsd/contrib/nvi/catalog/ |
H A D | spanish.base | 291 302 "Vi no se carg� con un int�rprete Tcl" 295 306 "Vi no se carg� con un int�rprete Perl"
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 329 SYMBOL(carg, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1422 fun:carg=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3906 let Spellings = ["carg"];
|