Home
last modified time | relevance | path

Searched defs:srcBits (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h23 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable
34 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable
57 static const int srcBits = 80; global() variable
72 static const int srcBits = sizeof(src_t) * CHAR_BIT; global() variable
[all...]
H A Dfp_trunc.h22 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable
32 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable
42 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2394 // in DST. If this is less that srcBits, append the rest, else in tcExtract() argument