HomeSort by relevance Sort by last modified time
    Searched refs:pfDigits (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py 125 pfDigits = max(0, 3-pDigits)
126 if pfDigits:
127 pDigits += pfDigits + 1
136 print "[%*.*fs,%*.*fs)" % (pDigits, pfDigits, i*barH,
137 pDigits, pfDigits, (i+1)*barH),
  /external/llvm/utils/lit/lit/
util.py 146 pfDigits = max(0, 3-pDigits)
147 if pfDigits:
148 pDigits += pfDigits + 1
158 pDigits, pfDigits, i*barH, pDigits, pfDigits, (i+1)*barH,

Completed in 481 milliseconds