Home
last modified time | relevance | path

Searched refs:InvLn2N (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dexpf.c24 #define InvLn2N __exp2f_data.invln2_scaled macro
54 z = InvLn2N * xd; in expf()
H A Dexp.c14 #define InvLn2N __exp_data.invln2N macro
100 z = InvLn2N * x; in exp()
H A Dpow.c106 #define InvLn2N __exp_data.invln2N macro
195 z = InvLn2N * x; in exp_inline()