Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1649 unsigned int origSign = sign; in remainder() local
1675 sign = origSign; // IEEE754 requires this in remainder()
1691 unsigned int origSign = sign; in mod() local
1716 sign = origSign; // IEEE754 requires this in mod()
/external/llvm/lib/Support/
DAPFloat.cpp1753 unsigned int origSign = sign; in remainder() local
1778 sign = origSign; // IEEE754 requires this in remainder()
1793 unsigned int origSign = sign; in mod() local
1818 sign = origSign; // IEEE754 requires this in mod()