Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_pow.c70 two53 = 9007199254740992.0, /* 0x43400000, 0x00000000 */ variable
211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } in __ieee754_pow()