Searched refs:temp64 (Results 1 – 3 of 3) sorted by relevance
59 s64 temp64; in read_cpu_temperature() local90 temp64 = FACTOR0; in read_cpu_temperature()91 temp64 *= 1000000; in read_cpu_temperature()92 temp64 = div_s64_rem(temp64, FACTOR1 * n1 - FACTOR2, &rem); in read_cpu_temperature()93 c1 = temp64; in read_cpu_temperature()
203 unsigned long long temp64 = 0; in memory_post_dataline() local216 move64(pmem, &temp64); in memory_post_dataline()219 temp64 ^= 0x00008000; in memory_post_dataline()222 if (temp64 != pattern[i]){ in memory_post_dataline()226 hi = (temp64>>32) & 0xffffffff; in memory_post_dataline()227 lo = temp64 & 0xffffffff; in memory_post_dataline()
287 bool temp64; in mipsdsp_sat64_acc_add_q63() local296 temp64 = ret[1] & 1; in mipsdsp_sat64_acc_add_q63()297 if (temp64 != ((ret[0] >> 63) & 0x01)) { in mipsdsp_sat64_acc_add_q63()298 if (temp64) { in mipsdsp_sat64_acc_add_q63()314 bool temp64; in mipsdsp_sat64_acc_sub_q63() local322 temp64 = ret[1] & 1; in mipsdsp_sat64_acc_sub_q63()323 if (temp64 != ((ret[0] >> 63) & 0x01)) { in mipsdsp_sat64_acc_sub_q63()324 if (temp64) { in mipsdsp_sat64_acc_sub_q63()3178 int32_t tempI, temp64; in helper_extr_rs_w() local3196 temp64 = tempDL[1] & 0x01; in helper_extr_rs_w()[all …]