Searched refs:tempCE32 (Results 1 – 3 of 3) sorted by relevance
210 static inline int32_t indexFromTempCE32(uint32_t tempCE32) { in indexFromTempCE32() argument211 tempCE32 -= 0x40400620; in indexFromTempCE32()213 ((int32_t)(tempCE32 >> 11) & 0xfe000) | in indexFromTempCE32()214 ((int32_t)(tempCE32 >> 10) & 0x1fc0) | in indexFromTempCE32()215 ((int32_t)(tempCE32 >> 8) & 0x3f); in indexFromTempCE32()
1399 private static int indexFromTempCE32(int tempCE32) {1400 tempCE32 -= 0x40400620;1402 ((tempCE32 >> 11) & 0xfe000) |1403 ((tempCE32 >> 10) & 0x1fc0) |1404 ((tempCE32 >> 8) & 0x3f);
1403 private static int indexFromTempCE32(int tempCE32) {1404 tempCE32 -= 0x40400620;1406 ((tempCE32 >> 11) & 0xfe000) |1407 ((tempCE32 >> 10) & 0x1fc0) |1408 ((tempCE32 >> 8) & 0x3f);