Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp1995 integerPart newPart = 0; in convert() local
1997 newPart = significandParts()[0]; in convert()
1999 significand.part = newPart; in convert()