Home
last modified time | relevance | path

Searched refs:NegLn2hiN (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c15 #define NegLn2hiN __exp_data.negln2hiN macro
115 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp()
H A Dpow.c107 #define NegLn2hiN __exp_data.negln2hiN macro
210 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()
/third_party/musl/src/math/
H A Dexp.c15 #define NegLn2hiN __exp_data.negln2hiN macro
115 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp()
H A Dpow.c107 #define NegLn2hiN __exp_data.negln2hiN macro
210 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()
/third_party/optimized-routines/math/
H A Dexp.c15 #define NegLn2hiN __exp_data.negln2hiN macro
126 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()
H A Dpow.c110 #define NegLn2hiN __exp_data.negln2hiN macro
219 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dpow.c107 #define NegLn2hiN __exp_data1.negln2hiN macro
210 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dpow.c107 #define NegLn2hiN __exp_data1.negln2hiN macro
210 r = x + kd * NegLn2hiN + kd * NegLn2loN; in exp_inline()

Completed in 5 milliseconds