taglinefilesource code
scale1555arch/i386/math-emu/fpu_trig.clong scale;
scale1591arch/i386/math-emu/fpu_trig.cscale = st1_ptr->sign ? -tmp.sigl : tmp.sigl;
scale1592arch/i386/math-emu/fpu_trig.cscale += st0_ptr->exp;
scale1593arch/i386/math-emu/fpu_trig.cst0_ptr->exp = scale;
scale423drivers/sound/gus_wave.cgus_ramp_rate (unsigned int scale, unsigned int rate)
scale425drivers/sound/gus_wave.cgus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f)));
scale94drivers/sound/sound_timer.cunsigned long   scale;
scale98drivers/sound/sound_timer.cscale = (60 * 1000000) / (curr_tempo * curr_timebase);  /* usecs per MIDI tick */
scale100drivers/sound/sound_timer.creturn (tmp + (scale / 2)) / scale;
scale58drivers/sound/sys_timer.cunsigned long   scale;
scale62drivers/sound/sys_timer.cscale = (60 * 1000) / (curr_tempo * curr_timebase);  /* msecs per MIDI tick */
scale64drivers/sound/sys_timer.creturn (tmp + (scale / 2)) / scale;