fp_lib.h | 43 typedef uint32_t rep_t; typedef 49 static inline int rep_clz(rep_t a) { 54 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { 63 typedef uint64_t rep_t; typedef 69 static inline int rep_clz(rep_t a) { 86 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) 107 typedef __uint128_t rep_t; typedef [all...] |