-
Benedikt Meurer authored
- (y << L + x) & (-1 << L) => (x & (-1 << L)) + y << L - (x + y << L) & (-1 << L) => (x & (-1 << L)) + y << L TEST=unittests R=jarin@chromium.org Review URL: https://codereview.chromium.org/758603003 Cr-Commit-Position: refs/heads/master@{#25627}
2983d84e
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
base | ||
compiler | ||
heap | ||
libplatform | ||
DEPS | ||
char-predicates-unittest.cc | ||
run-all-unittests.cc | ||
test-utils.cc | ||
test-utils.h | ||
unittests.gyp | ||
unittests.status |