Home
last modified time | relevance | path

Searched refs:LOGE2L (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowl.c186 static const long double LOGE2L = 6.9314718055994530941723E-1L; variable
478 s = (2.9142135623730950L * s - 0.5 + lx) * nn * LOGE2L; in powil()
480 s = LOGE2L * e; in powil()
/third_party/musl/src/math/
H A Dpowl.c186 static const long double LOGE2L = 6.9314718055994530941723E-1L; variable
486 s = (2.9142135623730950L * s - 0.5 + lx) * nn * LOGE2L; in powil()
488 s = LOGE2L * e; in powil()

Completed in 2 milliseconds