HomeSort by relevance Sort by last modified time
    Searched defs:two54 (Results 1 - 15 of 15) 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;
s_scalbn.c 31 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
44 x *= two54;
e_log2.c 34 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
53 return -two54/vzero; /* log(+-0)=-inf */
55 k -= 54; x *= two54; /* subnormal number, scale up x */
e_log.c 76 two54 = 1.80143985094819840000e+16, /* 43500000 00000000 */ variable
100 return -two54/vzero; /* log(+-0)=-inf */
102 k -= 54; x *= two54; /* subnormal number, scale up x */
e_log10.c 32 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
53 return -two54/vzero; /* log(+-0)=-inf */
55 k -= 54; x *= two54; /* subnormal number, scale up x */
s_log1p.c 89 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 */
  /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/upstream-freebsd/lib/libc/gen/
ldexp.c 82 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
105 x *= two54;
  /ndk/sources/android/support/src/msun/
e_log2.c 34 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
53 return -two54/vzero; /* log(+-0)=-inf */
55 k -= 54; x *= two54; /* subnormal number, scale up x */
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 168 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable

Completed in 383 milliseconds