Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h102 static const int dstExpBits = 8; variable
112 static const int dstExpBits = 11; variable
122 static const int dstExpBits = 15; variable
157 return (sign << (dstBits - 1)) | (exp << (dstBits - 1 - dstExpBits)) | sigFrac; in construct_dst_rep()