Searched defs:ln2_lo (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpl.s37 ln2_lo: .4byte 0x4c67fc0d, 0x8654361c, 0xbfce, 0x0 label
64 fldt PIC_L(ln2_lo) / ln2_lo, x-[z]*ln2_hi, [z]
66 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
H A Dexpm1l.s37 ln2_lo: .4byte 0x4c67fc0d, 0x8654361c, 0xbfce, 0x0 label
71 fldt PIC_L(ln2_lo) / ln2_lo, x-[z]*ln2_hi, [z]
73 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpl.s37 ln2_lo: .long 0x4c67fc0d, 0x8654361c, 0x0000bfce label
63 fldt PIC_L(ln2_lo) / ln2_lo, x-[z]*ln2_hi, [z]
65 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
H A Dexpm1l.s37 ln2_lo: .long 0x4c67fc0d, 0x8654361c, 0x0000bfce label
70 fldt PIC_L(ln2_lo) / ln2_lo, x-[z]*ln2_hi, [z]
72 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexpm1.c139 /* ln2_lo */ 1.90821492927058770002e-10, /* 3DEA39EF 35793C76 */
153 #define ln2_lo xxx[5] macro
202 lo = ln2_lo;
207 lo = -ln2_lo;
215 lo = t * ln2_lo;
H A Dlog1p.c66 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
68 * ln2_hi + ln2_lo,
101 /* ln2_lo */ 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */
113 #define ln2_lo xxx[1] macro
188 c += k * ln2_lo;
194 return (k * ln2_hi - ((R - (k * ln2_lo + c)) - f));
203 (k * ln2_lo + c))) - f));

Completed in 85 milliseconds