Searched refs:f2xm1 (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp2f.s50 f2xm1 / 2**(x-[x])-1, [x]
66 / whence x is in f2xm1's domain.
68 f2xm1 / 2**x - 1
H A Dexp2.s52 f2xm1 / 2**(x-[x])-1, [x]
72 / whence x is in f2xm1's domain.
74 f2xm1 / 2**x - 1
H A Dexp2l.s52 f2xm1 / 2**(x-[x])-1, [x]
75 / whence x is in f2xm1's domain.
77 f2xm1 / 2**x - 1
H A Dexp10f.s60 f2xm1 / 2**(z-[z])-1, [z]
98 / whence z is in f2xm1's domain.
102 f2xm1 / 2**z - 1
H A Dexp.s64 f2xm1 / 2**(z-[z])-1,[z]
127 / whence z is in f2xm1's domain.
131 f2xm1 / 2**(x*log2(e))-1 = e**x - 1
H A Dexp10.s62 f2xm1 / 2**(z-[z])-1, [z]
104 / whence z is in f2xm1's domain.
108 f2xm1 / 2**z - 1
H A Dexp10l.s68 f2xm1 / 2^f-1,[z]
86 / whence z is in f2xm1's domain.
90 f2xm1 / 2^z-1
H A Dexpl.s69 f2xm1 / 2^f-1,[z]
95 / whence z is in f2xm1's domain.
99 f2xm1 / 2^(x*log2(e))-1 = e^x-1
H A Dexpm1.s64 f2xm1 / 2**(z-[z])-1,[z]
102 / whence z is in f2xm1's domain.
106 f2xm1 / 2**(x*log2(e))-1 = e**x - 1
H A Dexpm1l.s76 f2xm1 / 2^f-1,[z]
95 / whence z is in f2xm1's domain.
99 f2xm1 / 2^(x*log2(e))-1 = e^x-1
H A Dexpm1f.s66 f2xm1 / 2**(z-[z])-1,[z]
130 / whence z is in f2xm1's domain.
134 f2xm1 / 2**(x*log2(e))-1 = e**x - 1
H A Dpow.s269 f2xm1 / 2**(t-[t])-1 , [t] , y , x
H A Dpowf.s268 f2xm1 / 2**(t-[t])-1 , [t] , y , x
H A Dpowl.s264 f2xm1 / 2**(t-[t])-1 , [t] , y , x
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.s51 f2xm1 / 2**(x-[x])-1, [x]
74 / whence x is in f2xm1's domain.
76 f2xm1 / 2**x - 1
H A Dexp10l.s69 f2xm1 / 2^f-1,[z]
87 / whence z is in f2xm1's domain.
91 f2xm1 / 2^z-1
H A Dexpl.s70 f2xm1 / 2^f-1,[z]
96 / whence z is in f2xm1's domain.
100 f2xm1 / 2^(x*log2(e))-1 = e^x-1
H A Dexpm1l.s77 f2xm1 / 2^f-1,[z]
96 / whence z is in f2xm1's domain.
100 f2xm1 / 2^(x*log2(e))-1 = e^x-1
H A Dpowl.s253 f2xm1 / 2**(t-[t])-1 , [t] , y , x
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfenv_inlines.h87 f2xm1(long double x) function
91 __asm__ __volatile__("f2xm1" : "=t" (ret) : "0" (x) : "cc");
H A D__fex_i386.c549 extern long double f2xm1(long double);
826 case 0x1f0: /* f2xm1 */
904 case 0x1f0: /* f2xm1 */
906 info->res.val.q = f2xm1(info->op1.val.q);

Completed in 88 milliseconds