Searched defs:KELVIN_TO_CELSIUS (Results 1 – 3 of 3) sorted by relevance
47 #define KELVIN_TO_CELSIUS(t) (long)(((long)t-2732 >= 0) ? \ macro
256 #define KELVIN_TO_CELSIUS(x) ((x)-273) macro
796 #define KELVIN_TO_CELSIUS(x) ((x)-273) macro