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

  /external/llvm/include/llvm/Support/
ScaledNumber.h 253 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) {
257 if (!LDigits)
264 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale);
270 return compareImpl(LDigits, RDigits, RScale - LScale);
272 return -compareImpl(RDigits, LDigits, LScale - RScale);
281 /// If the output value of \c LDigits (\c RDigits) is \c 0, the output value of
288 int16_t matchScales(DigitsT &LDigits, int16_t &LScale, DigitsT &RDigits,
294 return matchScales(RDigits, RScale, LDigits, LScale);
295 if (!LDigits)
308 // Shift LDigits left as much as possible, then shift RDigits right
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 62 const LChar ldigits[] = { 'i', 'v', 'x', 'l', 'c', 'd', 'm' }; local
64 const LChar* digits = upper ? udigits : ldigits;
    [all...]

Completed in 299 milliseconds