Home | History | Annotate | Download | only in ppc64

Lines Matching defs:uint64_t

183 #undef uint64_t
185 #define uint64_t unsigned long long int
190 typedef uint64_t HWord_t;
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
413 static uint64_t double_to_bits ( double d )
415 union { uint64_t i; double d; } u;
416 assert(8 == sizeof(uint64_t));
4293 int s, uint16_t _exp, uint64_t mant)
4295 uint64_t tmp;
4297 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
4298 *(uint64_t *)farg = tmp;
4304 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
4338 uint64_t mant;
4439 uint64_t tmp;
4556 tmp = ((uint64_t)s << 31) | ((uint64_t)_exp << 23) | mant;
4871 uint64_t* descr = (uint64_t*)p_func;
4875 descr[0] = (uint64_t)&func_buf[0];
5775 uint64_t u0, u1, u2, ur;
5785 u0 = *(uint64_t *)(&fargs[i]);
5786 u1 = *(uint64_t *)(&fargs[j]);
5787 u2 = *(uint64_t *)(&fargs[k]);
5797 ur = *(uint64_t *)(&res);
5823 uint64_t u0, u1, ur;
5829 u0 = *(uint64_t *)(&fargs[i]);
5830 u1 = *(uint64_t *)(&fargs[j]);
5839 ur = *(uint64_t *)(&res);
5860 uint64_t u0, ur;
5874 u0 = *(uint64_t *)(&fargs[i]);
5882 ur = *(uint64_t *)(&res);