Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp1732 unsigned int origSign = sign; in remainder() local
1757 sign = origSign; // IEEE754 requires this in remainder()
1772 unsigned int origSign = sign; in mod() local
1797 sign = origSign; // IEEE754 requires this in mod()