| /freebsd-12.1/contrib/sendmail/libmilter/ |
| H A D | comm.c | 67 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 D | s_erfl.c | 251 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 D | s_expl.c | 61 expl(long double x) in expl() function
|
| /freebsd-12.1/lib/msun/ld80/ |
| H A D | s_erfl.c | 269 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 D | s_expl.c | 73 expl(long double x) in expl() function
|
| /freebsd-12.1/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-12.1/lib/msun/src/ |
| H A D | s_cpowl.c | 69 r = r * expl(-y * arga); in cpowl()
|
| H A D | e_exp.c | 163 __weak_reference(exp, expl);
|
| H A D | math.h | 455 long double expl(long double);
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | milter.c | 396 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 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-12.1/contrib/libstdc++/libmath/ |
| H A D | stubs.c | 183 expl(long double x) in expl() function
|
| /freebsd-12.1/lib/msun/ |
| H A D | Symbol.map | 270 expl;
|
| H A D | Makefile | 181 exp.3 expl.3
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 168 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 D | config.h | 868 # define expl _expl macro
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cmath | 80 long double expl(long double x); 472 using ::expl;
|
| H A D | math.h | 871 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 D | kmp_itt.inl | 528 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 D | TargetLibraryInfo.def | 616 /// 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 D | config.h.in | 63 /* Define to 1 if you have the `expl' function. */ 853 # define expl _expl macro
|
| H A D | linkage.m4 | 473 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1(expl)
|
| /freebsd-12.1/contrib/libstdc++/config/abi/pre/ |
| H A D | gnu.ver | 494 expl;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | tgmath.h | 432 __tg_exp(long double __x) {return expl(__x);} in __tg_exp()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtins.def | 230 DEF_C99_C90RES_BUILTIN (BUILT_IN_EXPL, "expl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDING_…
|