Searched defs:rep_t (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/
H A Dfp_lib.h31 typedef uint32_t rep_t; typedef
37 static inline int rep_clz(rep_t a) {
42 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
50 typedef uint64_t rep_t; typedef
56 static inline int rep_clz(rep_t a) {
73 static inline void wideMultiply(rep_t a, rep_t
[all...]

Completed in 45 milliseconds