Home
last modified time | relevance | path

Searched refs:src_rep_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h21 typedef uint32_t src_rep_t; typedef
32 typedef uint64_t src_rep_t; typedef
40 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; typedef
61 typedef uint16_t src_rep_t; typedef
69 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; typedef
133 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 …]