HomeSort by: relevance | last modified time | path
    Searched defs:two54 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
e_log10.c 55 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable in typeref:typename:const double
74 return -two54/zero; /* log(+-0)=-inf */
76 k -= 54; x *= two54; /* subnormal number, scale up x */
e_log.c 75 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable in typeref:typename:const double
98 return -two54/zero; /* log(+-0)=-inf */
100 k -= 54; x *= two54; /* subnormal number, scale up x */
e_log2.c 24 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable in typeref:typename:const double
47 return -two54/zero; /* log(+-0)=-inf */
49 k -= 54; x *= two54; /* subnormal number, scale up x */

Completed in 36 milliseconds