Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_expl.h292 long double hi, lo, twopkm2; in hexpl() local
295 twopkm2 = 1; in hexpl()
297 SET_LDBL_EXPSIGN(twopkm2, BIAS + k - 2); in hexpl()
298 return (lo + hi) * 2 * twopkm2; in hexpl()