Searched defs:ix2m1 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c84 float ix2m1 = (ix + 1.0f) * (ix - 1.0f); local
95 float ix2m1 = (ix + 1.0f) * (ix - 1.0f); local
H A Dk_casinh.c84 double ix2m1 = (ix + 1.0) * (ix - 1.0); local
95 double ix2m1 = (ix + 1.0) * (ix - 1.0); local
H A Dk_casinhl.c91 long double ix2m1 = (ix + 1.0L) * (ix - 1.0L); local
102 long double ix2m1 = (ix + 1.0L) * (ix - 1.0L); local

Completed in 85 milliseconds