Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp424 unsigned int count, partBits; in ulpsFromBoundary() local
431 partBits = bits % integerPartWidth + 1; in ulpsFromBoundary()
433 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits)); in ulpsFromBoundary()
436 boundary = (integerPart) 1 << (partBits - 1); in ulpsFromBoundary()
/external/llvm/lib/Support/
DAPFloat.cpp416 unsigned int count, partBits; in ulpsFromBoundary() local
423 partBits = bits % integerPartWidth + 1; in ulpsFromBoundary()
425 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits)); in ulpsFromBoundary()
428 boundary = (integerPart) 1 << (partBits - 1); in ulpsFromBoundary()