Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dexpf.c24 #define InvLn2N __exp2f_data.invln2_scaled macro
62 z = InvLn2N * xd; in expf()
H A Dexp.c15 #define InvLn2N __exp_data.invln2N macro
112 z = InvLn2N * x; in exp_inline()
H A Dpow.c110 #define InvLn2N __exp_data.invln2N macro
205 z = InvLn2N * x; in exp_inline()