Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 25 of 35) sorted by last modified time

12

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpl.S32 LIBM_ANSI_PRAGMA_WEAK(expl,function)
39 ENTRY(expl) function
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpl.S32 LIBM_ANSI_PRAGMA_WEAK(expl,function)
39 ENTRY(expl) function
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com272 expl.o \
674 ../common/Q/expl.c \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc128 link path=usr/share/man/man3m/expl.3m target=exp.3m
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers432 expl;
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c53 uint8_t reason, uint8_t expl);
1217 fct_send_accrjt(fct_cmd_t *cmd, uint8_t accrjt, uint8_t reason, uint8_t expl) in fct_send_accrjt() argument
1227 els->els_resp_payload[6] = expl; in fct_send_accrjt()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A DWaddress-space-strict.c6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() function
H A DWcast-to-as.c7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl() function
H A DWaddress-space-all-attr.c12 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() function
H A DWaddress-space-from.c11 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() function
/illumos-gate/usr/src/man/man3m/
H A DMakefile202 expl.3m \
405 expl.3m := LINKSRC = exp.3m
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dctanhl.c89 LD_IM(ans) = S * expl(-x); /* underflow */ in ctanhl()
91 LD_IM(ans) = (S + S) * expl(-(x + x)); in ctanhl()
H A Dcsinhl.c75 t = expl(x) * half; in csinhl()
H A Dcpowl.c268 r = expl(t2 + t3); in cpowl()
H A Dcexpl.c55 LD_RE(ans) = expl(x); in cexpl()
84 t = expl(x); in cexpl()
H A Dccoshl.c75 t = expl(x) * half; in ccoshl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsinhl.c86 r = copysignl(expl((r - MEP1 * ln2hi) - MEP1 * ln2lo), x); in sinhl()
H A Dlongdouble.h77 extern long double expl(long double);
H A Dexp10l.c96 return (scalbnl(expl(ln10 * ((x - t * logt2hi) - in exp10l()
H A Dexp2l.c71 return (expl(ln2 * x)); in exp2l()
76 return (scalbnl(expl(ln2 * (x - t)), (int) t)); in exp2l()
H A Dexpl.c70 #pragma weak __expl = expl
95 expl(long double x) { in expl() function
H A Dcoshl.c100 t = expl(w); in coshl()
103 return (half * expl(w)); in coshl()
105 return (scalbnl(expl((w - MEP1 * ln2hi) - MEP1 * ln2lo), ME)); in coshl()
H A Derfl.c364 t *= expl(-y*y)*expl(-(x-y)*(x+y));
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinhl.c84 r = copysignl(expl((r - lnovft) - lnovlo), x); in sinhl()
H A Dlongdouble.h76 extern long double expl(long double);

12