Home | History | Annotate | Download | only in ppc64

Lines Matching defs:uint64_t

126 #undef uint64_t
128 #define uint64_t unsigned long long int
134 typedef uint64_t HWord_t;
144 typedef uint64_t Word_t;
148 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
944 int s, uint16_t _exp, uint64_t mant)
946 uint64_t tmp;
948 tmp = ((uint64_t)s << 63) | ((uint64_t)_exp << 52) | mant;
949 *(uint64_t *)farg = tmp;
951 s, _exp, mant, *(uint64_t *)farg, *(double *)farg);
985 uint64_t mant;
1147 ur = *(uint64_t *)(&res);