Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dfast-dtoa.cc43 static bool RoundWeed(Vector<char> buffer, in RoundWeed() function
425 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
452 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dfast-dtoa.cc65 static bool RoundWeed(Vector<char> buffer, in RoundWeed() function
449 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(), in DigitGen()
476 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit, in DigitGen()