Searched refs:invln2 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libm/src/
H A Db_exp__D.c79 static const double invln2 = 0x1.71547652b82fep0; variable
95 z = invln2*x;
H A De_exp.c92 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable
129 k = invln2*x+halF[xsb];
H A De_expf.c31 invln2 = 1.4426950216e+00, /* 0x3fb8aa3b */ variable
65 k = invln2*x+halF[xsb];
H A Ds_expm1.c120 invln2 = 1.44269504088896338700e+00,/* 0x3ff71547, 0x652b82fe */ variable
166 k = invln2*x+((xsb==0)?0.5:-0.5);
H A Ds_expm1f.c26 invln2 = 1.4426950216e+00,/* 0x3fb8aa3b */ variable
69 k = invln2*x+((xsb==0)?(float)0.5:(float)-0.5);

Completed in 114 milliseconds