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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_expm1.c128 invln2 = 1.44269504088896338700e+00,/* 0x3ff71547, 0x652b82fe */ variable
178 k = invln2*x+((xsb==0)?0.5:-0.5);
H A Ds_expm1f.c34 invln2 = 1.4426950216e+00,/* 0x3fb8aa3b */ variable
81 k = invln2*x+((xsb==0)?(float)0.5:(float)-0.5);

Completed in 36 milliseconds