Home
last modified time | relevance | path

Searched refs:NegLn2hiN (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/musl/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()