| /freebsd-13.1/contrib/sendmail/libmilter/ |
| H A D | comm.c | 67 mi_int32 expl; local 132 expl = ntohl(expl) - 1; 133 if (expl <= 0) 135 if (expl > Maxdatasize) 141 buf = malloc(expl + 1); 143 buf = malloc(expl); 170 len = MI_SOCK_READ(sd, buf + i, expl - i); 185 if (len > expl - i) 191 if (len >= expl - i) 193 *rlen = expl; [all …]
|
| /freebsd-13.1/lib/msun/ld128/ |
| H A D | s_cexpl.c | 56 return (CMPLXL(expl(x), y)); in cexpl() 90 exp_x = expl(x); in cexpl()
|
| H A D | s_erfl.c | 251 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl() 324 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
|
| H A D | s_expl.c | 61 expl(long double x) in expl() function
|
| /freebsd-13.1/lib/msun/ld80/ |
| H A D | s_cexpl.c | 62 RETURNI(CMPLXL(expl(x), y)); in cexpl() 103 exp_x = expl(x); in cexpl()
|
| H A D | s_erfl.c | 269 r=expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl() 332 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
|
| H A D | s_expl.c | 73 expl(long double x) in expl() function
|
| /freebsd-13.1/crypto/heimdal/kpasswd/ |
| H A D | kpasswdd.c | 124 const char *expl) in make_result() argument 133 expl); in make_result() 150 const char *expl) in reply_error() argument 157 if (make_result(&e_data, result_code, expl)) in reply_error() 195 const char *expl) in reply_priv() argument 210 if (make_result(&e_data, result_code, expl)) in reply_priv()
|
| /freebsd-13.1/lib/msun/src/ |
| H A D | s_cpowl.c | 69 r = r * expl(-y * arga); in cpowl()
|
| H A D | e_exp.c | 163 __weak_reference(exp, expl);
|
| H A D | math.h | 460 long double expl(long double);
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | milter.c | 396 ssize_t expl; local 458 expl = ntohl(i) - 1; 462 m->mf_name, (long) expl); 464 if (expl < 0) 468 m->mf_name, (long) expl, where); 472 m->mf_name, (long) expl, where); 477 if (expl == 0) 480 buf = (char *) xalloc(expl); 482 if (milter_sysread(m, buf, expl, to, e, where) == NULL) 490 m->mf_name, (int) expl, buf); [all …]
|
| /freebsd-13.1/lib/msun/ |
| H A D | Symbol.map | 270 expl;
|
| H A D | Makefile | 212 exp.3 expl.3
|
| /freebsd-13.1/crypto/heimdal/appl/rsh/ |
| H A D | rshd.c | 118 read_str (int s, size_t sz, char *expl) in read_str() argument 123 fatal(s, NULL, "%s too long", expl); in read_str() 131 fatal(s, NULL, "%s too long", expl); in read_str()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 167 HANDLE_LIBCALL(EXP_F80, "expl") 168 HANDLE_LIBCALL(EXP_F128, "expl") 169 HANDLE_LIBCALL(EXP_PPCF128, "expl")
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 79 long double expl(long double x); 477 using ::expl _LIBCPP_USING_IF_EXISTS;
|
| H A D | math.h | 888 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return ::expl(__l… in exp()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 520 kmp_int32 expl = 0; local 524 expl = (loc->flags & KMP_IDENT_BARRIER_EXPL) != 0; 546 } else if (expl) {
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 87 fun:expl=functional
|
| H A D | libc_ubuntu1404_abilist.txt | 1651 fun:expl=uninstrumented
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 700 /// long double expl(long double x); 701 TLI_DEFINE_ENUM_INTERNAL(expl) 702 TLI_DEFINE_STRING_INTERNAL("expl")
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | tgmath.h | 416 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1264 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|