Searched refs:invln2 (Results 1 – 6 of 6) sorted by relevance
113 #define invln2 1.44269504088896338700e+00 /* 0x3ff71547, 0x652b82fe */ macro166 k = (int) (invln2 * x + halF[xsb]); in exp()215 #undef invln2
130 #define invln2 1.44269504088896338700e+00 /* 0x3ff71547, 0x652b82fe */ macro212 k = (int) (invln2 * x + ((xsb == 0) ? 0.5 : -0.5)); in expm1()300 #undef invln2
22 invln2 = 1.4426950216e+00, /* 0x3fb8aa3b */ variable63 k = invln2*x + (sign ? -0.5f : 0.5f); in expm1f()
113 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable153 k = invln2*x + (sign ? -0.5 : 0.5); in expm1()