Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowl.c80 #define NXT 32 macro
168 #define MEXP (NXT*16384.0L)
170 #define MNEXP (-NXT*(16384.0L+64.0L))
342 w /= NXT; in powl()
349 * and small part yb less than 1/NXT in powl()
367 w = (Ga + Ha) * NXT; in powl()
380 Hb -= 1.0/NXT; /*0.0625L;*/ in powl()
383 /* Now the product y * log2(x) = Hb + e/NXT. in powl()
390 /* Express e/NXT as an integer plus a negative number of (1/NXT)th in powl()
[all...]
/third_party/musl/src/math/
H A Dpowl.c80 #define NXT 32 macro
168 #define MEXP (NXT*16384.0L)
170 #define MNEXP (-NXT*(16384.0L+64.0L))
350 w /= NXT; in powl()
357 * and small part yb less than 1/NXT in powl()
375 w = (Ga + Ha) * NXT; in powl()
388 Hb -= 1.0/NXT; /*0.0625L;*/ in powl()
391 /* Now the product y * log2(x) = Hb + e/NXT. in powl()
398 /* Express e/NXT as an integer plus a negative number of (1/NXT)th in powl()
[all...]

Completed in 2 milliseconds