Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1261 uint64_t Rearrange[2]; in ParseConstants() local
1262 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()
1263 Rearrange[1] = Record[0] >> 48; in ParseConstants()
1264 V = ConstantFP::get(Context, APFloat(APInt(80, Rearrange))); in ParseConstants()
/frameworks/base/docs/html/guide/topics/location/
Dobtaining-user-location.jd380 <li>Rearrange recommendations when a new best estimate is obtained</li>