Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpf.c24 #define InvLn2N __exp2f_data.invln2_scaled macro
54 z = InvLn2N * xd; in expf()
Dexp.c14 #define InvLn2N __exp_data.invln2N macro
100 z = InvLn2N * x; in exp()
Dpow.c106 #define InvLn2N __exp_data.invln2N macro
195 z = InvLn2N * x; in exp_inline()
/third_party/musl/src/math/
Dexpf.c24 #define InvLn2N __exp2f_data.invln2_scaled macro
54 z = InvLn2N * xd; in expf()
Dexp.c14 #define InvLn2N __exp_data.invln2N macro
100 z = InvLn2N * x; in exp()
Dpow.c106 #define InvLn2N __exp_data.invln2N macro
195 z = InvLn2N * x; in exp_inline()
/third_party/optimized-routines/math/
Dexpf.c23 #define InvLn2N __exp2f_data.invln2_scaled macro
61 z = InvLn2N * xd; in expf()
Dexp.c14 #define InvLn2N __exp_data.invln2N macro
111 z = InvLn2N * x; in exp_inline()
Dpow.c109 #define InvLn2N __exp_data.invln2N macro
204 z = InvLn2N * x; in exp_inline()
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c106 #define InvLn2N __exp_data1.invln2N macro
195 z = InvLn2N * x; in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c106 #define InvLn2N __exp_data1.invln2N macro
195 z = InvLn2N * x; in exp_inline()