Searched refs:two54 (Results 1 – 8 of 8) sorted by relevance
/external/fdlibm/ |
D | 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 */
|
D | 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 */
|
D | 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 */
|
D | s_frexp.c | 31 two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */ variable 47 x *= two54;
|
D | s_scalbn.c | 28 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable 46 x *= two54;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | e_log.h | 102 return -two54/zero; /* log(+-0)=-inf */ 104 k -= 54; x *= two54; /* subnormal number, scale up x */
|
D | math_private.h | 168 two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ variable
|
D | e_sqrt.h | 116 x *= two54;
|