Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/sendmail/libmilter/
H A Dcomm.c67 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 Ds_cexpl.c56 return (CMPLXL(expl(x), y)); in cexpl()
90 exp_x = expl(x); in cexpl()
H A Ds_erfl.c251 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 Ds_expl.c61 expl(long double x) in expl() function
/freebsd-13.1/lib/msun/ld80/
H A Ds_cexpl.c62 RETURNI(CMPLXL(expl(x), y)); in cexpl()
103 exp_x = expl(x); in cexpl()
H A Ds_erfl.c269 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 Ds_expl.c73 expl(long double x) in expl() function
/freebsd-13.1/crypto/heimdal/kpasswd/
H A Dkpasswdd.c124 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 Ds_cpowl.c69 r = r * expl(-y * arga); in cpowl()
H A De_exp.c163 __weak_reference(exp, expl);
H A Dmath.h460 long double expl(long double);
/freebsd-13.1/contrib/sendmail/src/
H A Dmilter.c396 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 DSymbol.map270 expl;
H A DMakefile212 exp.3 expl.3
/freebsd-13.1/crypto/heimdal/appl/rsh/
H A Drshd.c118 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 DRuntimeLibcalls.def167 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 Dcmath79 long double expl(long double x);
477 using ::expl _LIBCPP_USING_IF_EXISTS;
H A Dmath.h888 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 Dkmp_itt.inl520 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 Ddone_abilist.txt87 fun:expl=functional
H A Dlibc_ubuntu1404_abilist.txt1651 fun:expl=uninstrumented
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def700 /// 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 Dtgmath.h416 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1264 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)