Searched refs:two54 (Results 1 - 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_logb.c28 two54 = 1.80143985094819840000e+16; /* 43500000 00000000 */ variable
39 x *= two54; /* convert subnormal x to normal */
H A Ds_frexp.c32 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
43 x *= two54;
H A De_log2.c34 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
53 return -two54/vzero; /* log(+-0)=-inf */
55 k -= 54; x *= two54; /* subnormal number, scale up x */
H A De_log10.c32 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
53 return -two54/vzero; /* log(+-0)=-inf */
55 k -= 54; x *= two54; /* subnormal number, scale up x */
H A Ds_scalbn.c31 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
44 x *= two54;
H A De_log.c76 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
100 return -two54/vzero; /* log(+-0)=-inf */
102 k -= 54; x *= two54; /* subnormal number, scale up x */
H A Ds_log1p.c89 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
113 if(x==-1.0) return -two54/vzero; /* log1p(-1)=+inf */
117 if(two54+x>zero /* raise inexact */
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c82 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
105 x *= two54;

Completed in 108 milliseconds