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

  /bionic/libm/src/
s_logb.c 27 two54 = 1.80143985094819840000e+16; /* 43500000 00000000 */ variable
38 x *= two54; /* convert subnormal x to normal */
s_frexp.c 34 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable
45 x *= two54;
e_log10.c 55 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
74 return -two54/zero; /* log(+-0)=-inf */
76 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 75 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
98 return -two54/zero; /* log(+-0)=-inf */
100 k -= 54; x *= two54; /* subnormal number, scale up x */
s_log1p.c 88 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
111 if(x==-1.0) return -two54/zero; /* log1p(-1)=+inf */
115 if(two54+x>zero /* raise inexact */
  /external/fdlibm/
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_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 */
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.12/src/video/
math_private.h 168 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable

Completed in 211 milliseconds