Home
last modified time | relevance | path

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

/sysdeps/ieee754/flt-32/
A De_expf.c42 #define InvLn2N __exp2f_data.invln2_scaled macro
80 z = InvLn2N * xd; in __expf()
/sysdeps/ieee754/dbl-64/
A De_exp.c29 #define InvLn2N __exp_data.invln2N macro
129 z = InvLn2N * x; in __exp()
A De_pow.c122 #define InvLn2N __exp_data.invln2N macro
218 z = InvLn2N * x; in exp_inline()

Completed in 6 milliseconds