Home
last modified time | relevance | path

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.
H A Dexp2.S52 f2xm1 / 2**(x-[x])-1, [x]
72 / whence x is in f2xm1's domain.
H A Dexp2l.S52 f2xm1 / 2**(x-[x])-1, [x]
75 / whence x is in f2xm1's domain.
H A Dexp10f.S60 f2xm1 / 2**(z-[z])-1, [z]
98 / whence z is in f2xm1's domain.
H A Dexp10l.S68 f2xm1 / 2^f-1,[z]
86 / whence z is in f2xm1's domain.
H A Dexp10.S62 f2xm1 / 2**(z-[z])-1, [z]
104 / whence z is in f2xm1's domain.
H A Dexpl.S69 f2xm1 / 2^f-1,[z]
95 / whence z is in f2xm1's domain.
H A Dexpm1.S64 f2xm1 / 2**(z-[z])-1,[z]
102 / whence z is in f2xm1's domain.
H A Dexpm1l.S76 f2xm1 / 2^f-1,[z]
95 / whence z is in f2xm1's domain.
H A Dexp.S64 f2xm1 / 2**(z-[z])-1,[z]
127 / whence z is in f2xm1's domain.
H A Dexpm1f.S66 f2xm1 / 2**(z-[z])-1,[z]
130 / whence z is in f2xm1's domain.
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.
H A Dexp10l.S69 f2xm1 / 2^f-1,[z]
87 / whence z is in f2xm1's domain.
H A Dexpl.S70 f2xm1 / 2^f-1,[z]
96 / whence z is in f2xm1's domain.
H A Dexpm1l.S77 f2xm1 / 2^f-1,[z]
96 / whence z is in f2xm1's domain.
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) in f2xm1() function
H A D__fex_i386.c549 extern long double f2xm1(long double);
906 info->res.val.q = f2xm1(info->op1.val.q); in __fex_get_op()