Searched defs:ln2lo (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | acosh.c | 82 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 85 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76) 89 #define ln2lo vccast(ln2lo) macro 102 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
|
H A D | asinh.c | 77 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 80 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76) 84 #define ln2lo vccast(ln2lo) macro 102 {s=log1p(t)+ln2lo; return(copysign(s+ln2hi,x));}
|
H A D | expm1.c | 96 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 101 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76) 107 #define ln2lo vccast(ln2lo) macro 134 z=hi-(lo=k*ln2lo); 161 { ln2hi+ln2lo; return(-one);} local
|
H A D | log1p.c | 75 * n*ln2hi + n*ln2lo, where ln2hi is chosen such that the last 81 * add this correction term to n*ln2lo to attenuate the error. 105 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 109 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76) 114 #define ln2lo vccast(ln2lo) macro 143 c += (k*ln2lo-c*x);
|
H A D | exp.c | 87 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 99 #define ln2lo vccast(ln2lo) macro 116 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76) 142 x=hi-(lo=k*ln2lo); 189 x= hi - (lo = k*ln2lo-c);
|
Completed in 17 milliseconds