Searched refs:invln2 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | log2l.c | 51 invln2 = 1.442695040888963407359924681001892137427e+0000L; variable 65 return (n + invln2 * logl(x));
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | expm1.c | 98 vc(invln2, 1.4426950408889634148E0 ,aa3b,40b8,17f1,295c, 1, .B8AA3B295C17F1) 103 ic(invln2, 1.4426950408889633870E0, 0, 1.71547652B82FE) 109 #define invln2 vccast(invln2) macro 132 k= (int)(invln2*x)+copysign(0.5,x); /* k=NINT(x/ln2) */
|
H A D | exp.c | 90 vc(invln2, 1.4426950408889634148E0 ,aa3b,40b8,17f1,295c, 1, .B8AA3B295C17F1) 102 #define invln2 vccast(invln2) macro 119 ic(invln2, 1.4426950408889633870E0, 0, 1.71547652B82FE) 137 k=invln2*x+copysign(0.5,x); /* k=NINT(x/ln2) */ 183 z = invln2*x;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_cexp.c | 110 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable 151 k = (int) (invln2 * x + halF[xsb]);
|
H A D | cpow.c | 100 invln2 = 1.44269504088896338700e+00, variable 321 k = (int) (invln2 * w1 + ((hx >= 0)? 0.5 : -0.5));
|
H A D | cpowl.c | 59 invln2 = 1.442695040888963407359924681001892137427e+0000L, variable 264 k = (int) (invln2 * w1 + ((hx >= 0)? 0.5L : -0.5L));
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | expm1.c | 140 /* invln2 */ 1.44269504088896338700e+00, /* 3FF71547 652B82FE */ 154 #define invln2 xxx[6] macro 212 k = (int) (invln2 * x + (xsb == 0 ? 0.5 : -0.5));
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | powf.c | 42 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable 249 dy = invln2 * (TBL[i] + ds * (A0 + dz * A1));
|
Completed in 69 milliseconds