Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_to_fp.h74 static __inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep() function
H A Dfp_trunc.h150 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep() function
H A Dfp_trunc_impl.inc82 return dstFromRep(construct_dst_rep(dstSign, dstExp, dstSigFrac));
154 return dstFromRep(construct_dst_rep(dstSign, dstExp, dstSigFrac));
H A Dfp_extend.h171 static inline dst_t dstFromRep(dst_rep_t x) { in dstFromRep() function
H A Dint_to_fp_impl.inc71 return dstFromRep(result);
H A Dfp_extend_impl.inc107 return dstFromRep(result);