Searched defs:expl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpl.s29 .file "expl.s"
32 LIBM_ANSI_PRAGMA_WEAK(expl,function)
39 ENTRY(expl) function
124 SET_SIZE(expl)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpl.s29 .file "expl.s"
32 LIBM_ANSI_PRAGMA_WEAK(expl,function)
39 ENTRY(expl) function
123 SET_SIZE(expl)
/illumos-gate/usr/src/cmd/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...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpl.c31 * expl(x)
39 * 2. expl(x) = 2^k * (2^(j/32) + 2^(j/32)*expm1(r))
49 * expl(INF) is INF, expl(NaN) is NaN;
50 * expl(-INF)= 0;
51 * for finite argument, only expl(0)=1 is exact.
60 * then expl(x) overflow;
62 * then expl(x) underflow
70 #pragma weak __expl = expl
95 expl(lon function
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c53 uint8_t reason, uint8_t expl);
474 "reason=%d expl=%d", iport, ret, iport->iport_login_retry,
1217 fct_send_accrjt(fct_cmd_t *cmd, uint8_t accrjt, uint8_t reason, uint8_t expl) argument
1227 els->els_resp_payload[6] = expl;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c391 ssize_t expl; local
453 expl = ntohl(i) - 1;
457 m->mf_name, (long) expl);
459 if (expl < 0)
463 m->mf_name, (long) expl, where);
467 m->mf_name, (long) expl, where);
472 if (expl == 0)
475 buf = (char *) xalloc(expl);
477 if (milter_sysread(m, buf, expl, to, e, where) == NULL)
485 m->mf_name, (int) expl, bu
[all...]

Completed in 100 milliseconds