Home
last modified time | relevance | path

Searched refs:nc_exp (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dcomplex_functions.hpp150 nc_exp(npy_cdouble *x, npy_cdouble *r) in nc_exp() function
206 nc_exp(r, r); in nc_pow()
H A Dfunctions.hpp121 FUNC_CC(FUNC_EXP_CC, "exp_cc", nc_exp, vzExp)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dfuncs.inc.src338 nc_exp@c@(@ctype@ *x, @ctype@ *r)
350 nc_exp@c@(&a, r);
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dstab.c389 if (s->s_namecanon.nc_exp >= now) in rmexpstab()
H A Ddaemon.c4071 s->s_namecanon.nc_exp >= now)
4150 s->s_namecanon.nc_exp = now + SM_DEFAULT_TTL;
4162 s->s_namecanon.nc_exp = now + SM_MIN(ttl,
H A Dsendmail.h1295 time_t nc_exp; /* entry expires at */ variable