Searched refs:construct_dst_rep (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_trunc.h | 130 static inline dst_rep_t construct_dst_rep(dst_rep_t sign, dst_rep_t exp, dst_rep_t sigFrac) { in construct_dst_rep() function
|
| H A D | fp_trunc_impl.inc | 82 return dstFromRep(construct_dst_rep(dstSign, dstExp, dstSigFrac)); 154 return dstFromRep(construct_dst_rep(dstSign, dstExp, dstSigFrac));
|
| H A D | fp_extend.h | 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() function
|
| H A D | fp_extend_impl.inc | 106 const dst_rep_t result = construct_dst_rep(dstSign, dstExp, dstSigFrac);
|