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

/freebsd-current/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-current/lib/msun/ld128/
H A Ds_cexpl.c53 return (CMPLXL(expl(x), y));
87 exp_x = expl(x);
H A Ds_erfl.c247 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
320 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
H A Ds_expl.c58 expl(long double x) function
224 * expl() so as to handle not so large negative exponents
282 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
/freebsd-current/lib/msun/ld80/
H A Ds_cexpl.c59 RETURNI(CMPLXL(expl(x), y));
100 exp_x = expl(x);
H A Ds_erfl.c265 r=expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
328 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S);
H A Ds_expl.c70 expl(long double x) function
182 * expl() so as to handle not so large negative exponents
236 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
H A Db_tgammal.c362 y = expl(lgammal(x) / 2);
/freebsd-current/lib/msun/src/
H A Ds_cpowl.c66 r = r * expl(-y * arga);
H A De_exp.c159 __weak_reference(exp, expl);
H A Dmath.h459 long double expl(long double);
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp_funcs.h36 F (_ZGVnN2v_exp, Z_exp, expl, mpfr_exp, 1, 0, d1, 1)
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dexp.c174 long double expl (long double x) { return exp (x); }
H A Dtgamma128.c97 long double expret = expl(-(x-0.5L));
/freebsd-current/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-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc68 using ::expl;
/freebsd-current/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-current/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, bu
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc69 using std::expl;
/freebsd-current/lib/msun/
H A DMakefile219 exp.3 expl.3
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h416 __tg_exp(long double __x) {return expl(__x);}

Completed in 308 milliseconds