Searched refs:f2xm1 (Results 1 – 23 of 23) sorted by relevance
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | exp2f.s | 50 f2xm1 / 2**(x-[x])-1, [x] 66 / whence x is in f2xm1's domain.
|
H A D | exp2.s | 52 f2xm1 / 2**(x-[x])-1, [x] 72 / whence x is in f2xm1's domain.
|
H A D | exp2l.s | 52 f2xm1 / 2**(x-[x])-1, [x] 75 / whence x is in f2xm1's domain.
|
H A D | exp10f.s | 60 f2xm1 / 2**(z-[z])-1, [z] 98 / whence z is in f2xm1's domain.
|
H A D | exp10l.s | 68 f2xm1 / 2^f-1,[z] 86 / whence z is in f2xm1's domain.
|
H A D | exp10.s | 62 f2xm1 / 2**(z-[z])-1, [z] 104 / whence z is in f2xm1's domain.
|
H A D | expl.s | 69 f2xm1 / 2^f-1,[z] 95 / whence z is in f2xm1's domain.
|
H A D | expm1.s | 64 f2xm1 / 2**(z-[z])-1,[z] 102 / whence z is in f2xm1's domain.
|
H A D | expm1l.s | 76 f2xm1 / 2^f-1,[z] 95 / whence z is in f2xm1's domain.
|
H A D | exp.s | 64 f2xm1 / 2**(z-[z])-1,[z] 127 / whence z is in f2xm1's domain.
|
H A D | expm1f.s | 66 f2xm1 / 2**(z-[z])-1,[z] 130 / whence z is in f2xm1's domain.
|
H A D | powf.s | 268 f2xm1 / 2**(t-[t])-1 , [t] , y , x
|
H A D | powl.s | 264 f2xm1 / 2**(t-[t])-1 , [t] , y , x
|
H A D | pow.s | 269 f2xm1 / 2**(t-[t])-1 , [t] , y , x
|
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | exp2l.s | 51 f2xm1 / 2**(x-[x])-1, [x] 74 / whence x is in f2xm1's domain.
|
H A D | exp10l.s | 69 f2xm1 / 2^f-1,[z] 87 / whence z is in f2xm1's domain.
|
H A D | expl.s | 70 f2xm1 / 2^f-1,[z] 96 / whence z is in f2xm1's domain.
|
H A D | expm1l.s | 77 f2xm1 / 2^f-1,[z] 96 / whence z is in f2xm1's domain.
|
H A D | powl.s | 253 f2xm1 / 2**(t-[t])-1 , [t] , y , x
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | __fenv_amd64.il | 51 .inline f2xm1,1 53 f2xm1
|
H A D | __fenv_i386.il | 55 .inline f2xm1,1 57 f2xm1
|
H A D | fenv_inlines.h | 87 f2xm1(long double x) in f2xm1() function
|
H A D | __fex_i386.c | 549 extern long double f2xm1(long double); 906 info->res.val.q = f2xm1(info->op1.val.q); in __fex_get_op()
|