Home
last modified time | relevance | path

Searched defs:onemix2 (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinh.c143 double onemix2 = (1.0 + ix) * (1.0 - ix); in __kernel_casinh() local
154 double onemix2 = (1.0 + ix) * (1.0 - ix); in __kernel_casinh() local
H A Dk_casinhl.c152 long double onemix2 = (1.0L + ix) * (1.0L - ix); in __kernel_casinhl() local
163 long double onemix2 = (1.0L + ix) * (1.0L - ix); in __kernel_casinhl() local
H A Dk_casinhf.c145 float onemix2 = (1.0f + ix) * (1.0f - ix); in __kernel_casinhf() local
156 float onemix2 = (1.0f + ix) * (1.0f - ix); in __kernel_casinhf() local