OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_high
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.h
171
const uint32_t
x_high
= x >> 32;
local
172
const uint32_t y =
x_high
>> (20 - kFastlogNumBits) & kFastlogMask;
173
const int32_t exponent = ((
x_high
>> 20) & 0x7FF) - 1023;
/external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.h
171
const uint32_t
x_high
= x >> 32;
local
172
const uint32_t y =
x_high
>> (20 - kFastlogNumBits) & kFastlogMask;
173
const int32_t exponent = ((
x_high
>> 20) & 0x7FF) - 1023;
Completed in 125 milliseconds