Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dsqrtl.c22 static inline long double mkldbl(uint64_t top, u128 x) in mkldbl() function
248 y = mkldbl(top, sl); in sqrtl()
253 y += mkldbl(top, (u128){0}); in sqrtl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtl.c22 static inline long double mkldbl(uint64_t top, u128 x) in mkldbl() function
248 y = mkldbl(top, sl); in sqrtl()
253 y += mkldbl(top, (u128){0}); in sqrtl()