Home
last modified time | relevance | path

Searched refs:f2xm1 (Results 1 – 23 of 23) sorted by relevance

/titanic_44/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 Dpowf.s268 f2xm1 / 2**(t-[t])-1 , [t] , y , x
H A Dpowl.s264 f2xm1 / 2**(t-[t])-1 , [t] , y , x
H A Dpow.s269 f2xm1 / 2**(t-[t])-1 , [t] , y , x
/titanic_44/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
/titanic_44/usr/src/lib/libm/common/m9x/
H A D__fenv_amd64.il51 .inline f2xm1,1
53 f2xm1
H A D__fenv_i386.il55 .inline f2xm1,1
57 f2xm1
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()