Home
last modified time | relevance | path

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

12

/freebsd-12.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-12.1/lib/msun/ld128/
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-12.1/lib/msun/ld80/
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-12.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-12.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.h455 long double expl(long double);
/freebsd-12.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-12.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-12.1/contrib/libstdc++/libmath/
H A Dstubs.c183 expl(long double x) in expl() function
/freebsd-12.1/lib/msun/
H A DSymbol.map270 expl;
H A DMakefile181 exp.3 expl.3
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def168 HANDLE_LIBCALL(EXP_F80, "expl")
169 HANDLE_LIBCALL(EXP_F128, "expl")
170 HANDLE_LIBCALL(EXP_PPCF128, "expl")
/freebsd-12.1/gnu/lib/libstdc++/
H A Dconfig.h868 # define expl _expl macro
/freebsd-12.1/contrib/libc++/include/
H A Dcmath80 long double expl(long double x);
472 using ::expl;
H A Dmath.h871 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return ::expl(__l… in exp()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_itt.inl528 kmp_int32 expl = 0; local
532 expl = (loc->flags & KMP_IDENT_BARRIER_EXPL) != 0;
554 } else if (expl) {
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def616 /// long double expl(long double x);
617 TLI_DEFINE_ENUM_INTERNAL(expl)
618 TLI_DEFINE_STRING_INTERNAL("expl")
/freebsd-12.1/contrib/libstdc++/
H A Dconfig.h.in63 /* Define to 1 if you have the `expl' function. */
853 # define expl _expl macro
H A Dlinkage.m4473 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1(expl)
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver494 expl;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h432 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.def230 DEF_C99_C90RES_BUILTIN (BUILT_IN_EXPL, "expl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING_…

12