Home
last modified time | relevance | path

Searched refs:InvLn2N (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/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()
/third_party/musl/porting/liteos_a/kernel/src/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()
/third_party/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()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c106 #define InvLn2N __exp_data1.invln2N macro
195 z = InvLn2N * x; in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c106 #define InvLn2N __exp_data1.invln2N macro
195 z = InvLn2N * x; in exp_inline()

Completed in 6 milliseconds