Searched refs:expl (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/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
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_cpowl.c69 r = r * expl(-y * arga);
H A De_exp.c163 __weak_reference(exp, expl);
H A Dmath.h460 long double expl(long double);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c183 expl(long double x) function
/freebsd-11-stable/lib/msun/ld128/
H A Ds_erfl.c251 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
324 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
H A Ds_expl.c59 expl(long double x) function
226 * expl() so as to handle not so large negative exponents
289 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
/freebsd-11-stable/lib/msun/ld80/
H A Ds_erfl.c269 r=expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
332 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
H A Ds_expl.c71 expl(long double x) function
187 * expl() so as to handle not so large negative exponents
248 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c124 const char *expl)
133 expl);
150 const char *expl)
157 if (make_result(&e_data, result_code, expl))
195 const char *expl)
210 if (make_result(&e_data, result_code, expl))
122 make_result(krb5_data *data, uint16_t result_code, const char *expl) argument
144 reply_error(krb5_realm realm, int s, struct sockaddr *sa, int sa_size, krb5_error_code error_code, uint16_t result_code, const char *expl) argument
190 reply_priv(krb5_auth_context auth_context, int s, struct sockaddr *sa, int sa_size, uint16_t result_code, const char *expl) argument
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h69 /* Define to 1 if you have the `expl' function. */
871 # define expl _expl macro
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c118 read_str (int s, size_t sz, char *expl) argument
123 fatal(s, NULL, "%s too long", expl);
131 fatal(s, NULL, "%s too long", expl);
/freebsd-11-stable/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, bu
[all...]
/freebsd-11-stable/lib/msun/
H A DMakefile200 exp.3 expl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h416 __tg_exp(long double __x) {return expl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h76 long double expl(long double x);
918 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return ::expl(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure21169 echo "$as_me:$LINENO: checking for expl declaration" >&5
21170 echo $ECHO_N "checking for expl declaration... $ECHO_C" >&6
21198 expl(0);
21248 for ac_func in expl
[all...]

Completed in 598 milliseconds