Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dexpf.c23 #define InvLn2N __expf_data.invln2_scaled macro
57 z = InvLn2N * xd; in optr_aor_exp_f32()
H A Dfinite_pow.h23 #define InvLn2N __v_pow_exp_data.n_over_ln2 macro
175 double z = InvLn2N * x; in exp_inline()
223 double z = InvLn2N * x; in exp_nosignbias()
H A Dexp.c14 #define InvLn2N __exp_data.invln2N macro
111 z = InvLn2N * x; in exp_inline()
/freebsd/contrib/arm-optimized-routines/math/
H A Dexpf.c23 #define InvLn2N __exp2f_data.invln2_scaled macro
61 z = InvLn2N * xd; in expf()
H A Dexp.c14 #define InvLn2N __exp_data.invln2N macro
111 z = InvLn2N * x; in exp_inline()
H A Dpow.c109 #define InvLn2N __exp_data.invln2N macro
204 z = InvLn2N * x; in exp_inline()