Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp3507 APInt powten(significand.getBitWidth(), 10); in AdjustToPrecision() local
3510 divisor *= powten; in AdjustToPrecision()
3513 powten *= powten; in AdjustToPrecision()
/external/libxml2/
DChangeLog11244 * xmlschemastype.c: made powten array static it should not be exported