/freebsd/contrib/sendmail/libmilter/ |
H A D | comm.c | 67 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 D | s_cexpl.c | 53 return (CMPLXL(expl(x), y)); in cexpl() 87 exp_x = expl(x); in cexpl()
|
H A D | s_erfl.c | 247 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 D | s_expl.c | 58 expl(long double x) in expl() function
|
/freebsd/lib/msun/ld80/ |
H A D | s_cexpl.c | 59 RETURNI(CMPLXL(expl(x), y)); in cexpl() 100 exp_x = expl(x); in cexpl()
|
H A D | s_erfl.c | 265 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 D | s_expl.c | 70 expl(long double x) in expl() function
|
H A D | b_tgammal.c | 362 y = expl(lgammal(x) / 2); in neg_gam()
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswdd.c | 124 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 D | s_cpowl.c | 66 r = r * expl(-y * arga); in cpowl()
|
H A D | e_exp.c | 159 __weak_reference(exp, expl);
|
H A D | math.h | 459 long double expl(long double);
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.c | 97 long double expret = expl(-(x-0.5L)); in tgamma_large()
|
H A D | exp.c | 168 long double expl (long double x) { return exp (x); } in strong_alias()
|
/freebsd/contrib/sendmail/src/ |
H A D | milter.c | 394 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 D | rshd.c | 118 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 D | Symbol.map | 268 expl;
|
H A D | Makefile | 219 exp.3 expl.3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 167 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 D | cmath.inc | 68 using ::expl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_itt.inl | 462 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 D | cmath | 79 long double expl(long double x); 503 using ::expl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 69 using std::expl _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 104 fun:expl=functional
|