Searched refs:onemix2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c145 float onemix2 = (1.0f + ix) * (1.0f - ix); local
146 float s = sqrtf (onemix2);
156 float onemix2 = (1.0f + ix) * (1.0f - ix); local
159 float d = sqrtf (onemix2 * onemix2 + f);
160 float dp = d + onemix2;
H A Dk_casinh.c143 double onemix2 = (1.0 + ix) * (1.0 - ix); local
144 double s = sqrt (onemix2);
154 double onemix2 = (1.0 + ix) * (1.0 - ix); local
157 double d = sqrt (onemix2 * onemix2 + f);
158 double dp = d + onemix2;
H A Dk_casinhl.c152 long double onemix2 = (1.0L + ix) * (1.0L - ix); local
153 long double s = sqrtl (onemix2);
163 long double onemix2 = (1.0L + ix) * (1.0L - ix); local
166 long double d = sqrtl (onemix2 * onemix2 + f);
167 long double dp = d + onemix2;

Completed in 40 milliseconds