Searched defs:temp_c (Results 1 – 4 of 4) sorted by relevance
168 #define C_TO_K(temp_c) ((temp_c) + 273) argument169 #define K_TO_C(temp_c) ((temp_c) - 273) argument170 #define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2731) argument
19 #define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2732) argument
125 FLOAT32 temp_a, temp_b, temp_c, temp_d; in impd_drc_check_overshoot() local
363 std::int32_t* temp_c = reinterpret_cast<std::int32_t*>(scratch->buffer()); in EightBitIntGemm() local