Searched defs:RoundWeed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfast-dtoa.cc65 static bool RoundWeed(Vector<char> buffer, function in namespace:WTF::double_conversion
449 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(),
476 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit,
/external/chromium_org/v8/src/
H A Dfast-dtoa.cc66 static bool RoundWeed(Vector<char> buffer, function in namespace:v8::internal
448 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(),
475 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit,
/external/v8/src/
H A Dfast-dtoa.cc66 static bool RoundWeed(Vector<char> buffer, function in namespace:v8::internal
448 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f(),
475 return RoundWeed(buffer, *length, DiyFp::Minus(too_high, w).f() * unit,

Completed in 78 milliseconds