HomeSort by: relevance | last modified time | path
    Searched defs:ln2lo (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/noieee_src/
n_acosh.c 78 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
81 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76)
85 #define ln2lo vccast(ln2lo) macro
98 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
n_asinh.c 73 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
76 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
80 #define ln2lo vccast(ln2lo) macro
98 {s=log1p(t)+ln2lo; return(copysign(s+ln2hi,x));}
n_expm1.c 92 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
97 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
103 #define ln2lo vccast(ln2lo) macro
137 z=hi-(lo=k*ln2lo);
164 { c=ln2hi+ln2lo; return(-one);} /* ??? -ragge */
n_log1p.c 73 * n*ln2hi + n*ln2lo, where ln2hi is chosen such that the last
79 * add this correction term to n*ln2lo to attenuate the error.
109 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
113 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
118 #define ln2lo vccast(ln2lo) macro
148 c += (k*ln2lo-c*x);
n_exp.c 90 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
102 #define ln2lo vccast(ln2lo) macro
119 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76)
143 x=hi-(lo=k*ln2lo);
194 x= hi - (lo = k*ln2lo-c);
  /src/lib/libm/src/
b_exp.c 90 static const double ln2lo = 0x1.a39ef35793c76p-33; variable in typeref:typename:const double
115 x= hi - (lo = k*ln2lo-c);
  /src/lib/libm/ld128/
b_expl.c 68 #define ln2lo (ln2lou.extu_ld) macro
95 lo = k * ln2lo - c;
  /src/lib/libm/ld80/
b_expl.c 69 #define ln2lo (ln2lou.extu_ld) macro
96 lo = k * ln2lo - c;

Completed in 14 milliseconds