Home
last modified time | relevance | path

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

12

/freebsd/contrib/sendmail/libmilter/
H A Dcomm.c67 mi_int32 expl; local
131 (void) memcpy((void *) &expl, (void *) &(data[0]), MILTER_LEN_BYTES);
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)
[all …]
/freebsd/lib/msun/ld128/
H A Ds_cexpl.c53 return (CMPLXL(expl(x), y)); in cexpl()
87 exp_x = expl(x); in cexpl()
H A Ds_erfl.c247 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl()
320 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
H A Ds_expl.c58 expl(long double x) in expl() function
/freebsd/lib/msun/ld80/
H A Ds_cexpl.c59 RETURNI(CMPLXL(expl(x), y)); in cexpl()
100 exp_x = expl(x); in cexpl()
H A Ds_erfl.c265 r=expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl()
328 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
H A Ds_expl.c70 expl(long double x) in expl() function
H A Db_tgammal.c362 y = expl(lgammal(x) / 2); in neg_gam()
/freebsd/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/lib/msun/src/
H A Ds_cpowl.c66 r = r * expl(-y * arga); in cpowl()
H A De_exp.c159 __weak_reference(exp, expl);
H A Dmath.h459 long double expl(long double);
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c97 long double expret = expl(-(x-0.5L)); in tgamma_large()
H A Dexp.c168 long double expl (long double x) { return exp (x); } in strong_alias()
/freebsd/contrib/sendmail/src/
H A Dmilter.c394 ssize_t expl; local
456 expl = ntohl(i) - 1;
460 m->mf_name, (long) expl);
462 if (expl < 0)
466 m->mf_name, (long) expl, where);
470 m->mf_name, (long) expl, where);
475 if (expl == 0)
478 buf = (char *) xalloc(expl);
480 if (milter_sysread(m, buf, expl, to, e, where) == NULL)
488 m->mf_name, (int) expl, buf);
[all …]
/freebsd/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/lib/msun/
H A DSymbol.map268 expl;
H A DMakefile219 exp.3 expl.3
/freebsd/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/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc68 using ::expl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl462 kmp_int32 expl = 0; local
466 expl = (loc->flags & KMP_IDENT_BARRIER_EXPL) != 0;
488 } else if (expl) {
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath79 long double expl(long double x);
503 using ::expl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc69 using std::expl _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt104 fun:expl=functional

12