Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h96 typedef uint32_t dst_rep_t; typedef
106 typedef uint64_t dst_rep_t; typedef
116 typedef __uint128_t dst_rep_t; typedef
156 static inline dst_rep_t construct_dst_rep(dst_rep_t sign, dst_rep_t exp, dst_rep_t sigFrac) { in construct_dst_rep()
171 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep()
174 dst_rep_t i; in dstFromRep()