Searched refs:B4 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog.c124 /* B4 */ -2.50562891673640253387134180229622870683670043945e+0000,
150 #define B4 P[19] macro
204 (((B4 + s * B5) + (s * s) * (B6 + s)) *
217 (((B4 + s * B5) + (s * s) * (B6 + s)) *
H A Dlog10.c114 /* B4 */ -2.50562891673640253387134180229622870683670043945e+0000,
143 #define B4 P[19] macro
201 (((B4 + s * B5) + (s * s) * (B6 + s)) *
215 (((B4 + s * B5) + (s * s) * (B6 + s)) *
H A Dlog2.c115 /* B4 */ -2.50562891673640253387134180229622870683670043945e+0000,
143 #define B4 P[19] macro
207 (((B4 + s * B5) + (s * s) * (B6 + s)) *
223 (((B4 + s * B5) + (s * s) * (B6 + s)) *
H A Dpow.c90 B4 = 3.207590534812432970433641789022666850193e-0001; variable
115 f1 = h * B0_lo + s * (v * (B1 + v * (B2 + v * (B3 + v * B4))));
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c50 * return x-s*(x-z*(B1+z*(B2+z*(B3+z*(B4+...+z*B9)...))));
134 B4 = 2.222222222222222221353229049747910109566e-0001L, variable
155 return (x - s * (x - z * (B1 + z * (B2 + z * (B3 + z * (B4 +
H A Dlogl.c41 * return f-s*(f-z*(B1+z*(B2+z*(B3+z*(B4+...+z*B9)...))));
99 B4 = 2.222222222222222221353229049747910109566e-0001L, variable
134 z * (B4 + z * (B5 + z * (B6 + z * (B7 +
H A Dpowl.c59 B4 = 2.222222222222222222222010781800643808497e-0001L, variable
88 s * (v * (B1 + v * (B2 + v * (B3 + v * (B4 +

Completed in 62 milliseconds