degc               69 drivers/thermal/qcom/tsens-common.c 	int degc, num, den;
degc               75 drivers/thermal/qcom/tsens-common.c 		degc = num + (den / 2);
degc               77 drivers/thermal/qcom/tsens-common.c 		degc = num - (den / 2);
degc               79 drivers/thermal/qcom/tsens-common.c 		degc = num;
degc               81 drivers/thermal/qcom/tsens-common.c 	degc /= den;
degc               83 drivers/thermal/qcom/tsens-common.c 	return degc;