Searched defs:dstBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc.h56 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
66 static const int dstBits = 80; variable
77 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
91 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
101 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
[all...]
H A Dfp_extend.h92 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
102 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable
112 static const int dstBits = sizeof(dst_t) * CHAR_BIT; variable

Completed in 182 milliseconds