Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dsqrtl.c160 static inline u128 mul128(u128 a, u128 b) in mul128() function
234 sl = mul128(ml, rl); in sqrtl()
235 dl = mul128(sl, rl); in sqrtl()
237 sl = mul128(ul, sl); /* repr: 3.125 */ in sqrtl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtl.c160 static inline u128 mul128(u128 a, u128 b) in mul128() function
234 sl = mul128(ml, rl); in sqrtl()
235 dl = mul128(sl, rl); in sqrtl()
237 sl = mul128(ul, sl); /* repr: 3.125 */ in sqrtl()