taglinefilesource code
quot24kernel/FPU-emu/fpu_trig.cFPU_REG tmp, quot;
quot32kernel/FPU-emu/fpu_trig.creg_move(X, &quot);
quot33kernel/FPU-emu/fpu_trig.creg_div(&quot, &CONST_PI2, &quot, FULL_PRECISION);
quot35kernel/FPU-emu/fpu_trig.creg_move(&quot, &tmp);
quot43kernel/FPU-emu/fpu_trig.creg_sub(&quot, &tmp, X, FULL_PRECISION);
quot618kernel/chr_drv/serial.cint  quot = 0;
quot637kernel/chr_drv/serial.cquot = info->custom_divisor;
quot639kernel/chr_drv/serial.cif (quot) {
quot640kernel/chr_drv/serial.cinfo->timeout = ((info->xmit_fifo_size*HZ*15*quot) /
quot643kernel/chr_drv/serial.cquot = (2*info->baud_base / 269);
quot646kernel/chr_drv/serial.cquot = info->baud_base / baud_table[i];
quot649kernel/chr_drv/serial.cquot = 0;
quot653kernel/chr_drv/serial.cif (quot) 
quot668kernel/chr_drv/serial.cserial_outp(info, UART_DLL, quot & 0xff);  /* LS of divisor */
quot669kernel/chr_drv/serial.cserial_outp(info, UART_DLM, quot >> 8);    /* MS of divisor */