HomeSort by relevance Sort by last modified time
    Searched refs:two54 (Results 1 - 16 of 16) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_logb.c 28 two54 = 1.80143985094819840000e+16; /* 43500000 00000000 */ variable
39 x *= two54; /* convert subnormal x to normal */
s_frexp.c 32 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
43 x *= two54;
e_log10.c 30 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
50 return -two54/zero; /* log(+-0)=-inf */
52 k -= 54; x *= two54; /* subnormal number, scale up x */
e_log2.c 32 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
50 return -two54/zero; /* log(+-0)=-inf */
52 k -= 54; x *= two54; /* subnormal number, scale up x */
s_scalbn.c 31 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
44 x *= two54;
e_log.c 74 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
97 return -two54/zero; /* log(+-0)=-inf */
99 k -= 54; x *= two54; /* subnormal number, scale up x */
s_log1p.c 89 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
112 if(x==-1.0) return -two54/zero; /* log1p(-1)=+inf */
116 if(two54+x>zero /* raise inexact */
  /external/fdlibm/
e_log10.c 54 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
78 return -two54/zero; /* ieee_log(+-0)=-inf */
80 k -= 54; x *= two54; /* subnormal number, scale up x */
s_frexp.c 31 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
47 x *= two54;
s_scalbn.c 28 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
46 x *= two54;
e_log.c 74 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
102 return -two54/zero; /* ieee_log(+-0)=-inf */
104 k -= 54; x *= two54; /* subnormal number, scale up x */
s_log1p.c 88 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
115 if(x==-1.0) return -two54/zero; /* ieee_log1p(-1)=+inf */
119 if(two54+x>zero /* raise inexact */
  /bionic/libc/bionic/
ldexp.c 81 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
104 x *= two54;
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_log.h 102 return -two54/zero; /* log(+-0)=-inf */
104 k -= 54; x *= two54; /* subnormal number, scale up x */
math_private.h 168 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
e_sqrt.h 116 x *= two54;

Completed in 746 milliseconds