tag | line | file | source code |
scale | 1555 | arch/i386/math-emu/fpu_trig.c | long scale; |
scale | 1591 | arch/i386/math-emu/fpu_trig.c | scale = st1_ptr->sign ? -tmp.sigl : tmp.sigl; |
scale | 1592 | arch/i386/math-emu/fpu_trig.c | scale += st0_ptr->exp; |
scale | 1593 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = scale; |
scale | 427 | drivers/sound/gus_wave.c | gus_ramp_rate (unsigned int scale, unsigned int rate) |
scale | 429 | drivers/sound/gus_wave.c | gus_write8 (0x06, (unsigned char) (((scale & 0x03) << 6) | (rate & 0x3f))); |
scale | 94 | drivers/sound/sound_timer.c | unsigned long scale; |
scale | 98 | drivers/sound/sound_timer.c | scale = (60 * 1000000) / (curr_tempo * curr_timebase); /* usecs per MIDI tick */ |
scale | 100 | drivers/sound/sound_timer.c | return (tmp + (scale / 2)) / scale; |
scale | 58 | drivers/sound/sys_timer.c | unsigned long scale; |
scale | 63 | drivers/sound/sys_timer.c | scale = 1; |
scale | 65 | drivers/sound/sys_timer.c | scale = (60 * 1000) / (curr_tempo * curr_timebase); /* msecs per MIDI tick */ |
scale | 67 | drivers/sound/sys_timer.c | if (scale == 0) /* Error? */ |
scale | 68 | drivers/sound/sys_timer.c | scale = 1; |
scale | 70 | drivers/sound/sys_timer.c | return (tmp + (scale >> 1)) / scale; |