Searched refs:src_rep_t (Results 1 – 1 of 1) sorted by relevance
21 typedef uint32_t src_rep_t; typedef32 typedef uint64_t src_rep_t; typedef40 static inline int src_rep_t_clz_impl(src_rep_t a) { return __builtin_clzll(a); } in src_rep_t_clz_impl()45 typedef __uint128_t src_rep_t; typedef61 typedef uint16_t src_rep_t; typedef69 static inline int src_rep_t_clz_impl(src_rep_t a) { in src_rep_t_clz_impl()81 typedef uint16_t src_rep_t; typedef133 static inline src_rep_t extract_sign_from_src(src_rep_t x) { in extract_sign_from_src()134 const src_rep_t srcSignMask = SRC_REP_C(1) << (srcBits - 1); in extract_sign_from_src()138 static inline src_rep_t extract_exp_from_src(src_rep_t x) { in extract_exp_from_src()[all …]