Searched refs:D_intdec (Results 1 – 1 of 1) sorted by relevance
202 unsigned int D_intdec[13],D_int[13]; in uart_cal_div_and_bwpc() local221 D_intdec[i-3] = (10*primeInt)/(i+1);////get the LSB in uart_cal_div_and_bwpc()222 D_dec[i-3] = D_intdec[i-3] - 10*(D_intdec[i-3]/10);///get the decimal section in uart_cal_div_and_bwpc()223 D_int[i-3] = D_intdec[i-3]/10;///get the integer section in uart_cal_div_and_bwpc()