Home
last modified time | relevance | path

Searched defs:temp_c (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/gsc-utils/include/
H A Dcommon.h168 #define C_TO_K(temp_c) ((temp_c) + 273) argument
169 #define K_TO_C(temp_c) ((temp_c) - 273) argument
170 #define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2731) argument
/aosp_15_r20/external/coreboot/src/drivers/acpi/thermal_zone/
H A Dthermal_zone.c19 #define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2732) argument
/aosp_15_r20/external/libxaac/encoder/drc_src/
H A Dimpd_drc_gain_enc.c125 FLOAT32 temp_a, temp_b, temp_c, temp_d; in impd_drc_check_overshoot() local
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc363 std::int32_t* temp_c = reinterpret_cast<std::int32_t*>(scratch->buffer()); in EightBitIntGemm() local