tag | line | file | source code |
adj | 187 | arch/i386/math-emu/poly_l2.c | long int exponent, adj; |
adj | 232 | arch/i386/math-emu/poly_l2.c | adj = norm_Xsig(&argSignif); |
adj | 235 | arch/i386/math-emu/poly_l2.c | shr_Xsig(&accumulator, 2*(-1 - (1 + exponent + adj))); |
adj | 245 | arch/i386/math-emu/poly_l2.c | shr_Xsig(&accumulator, 6 - adj); |
adj | 69 | arch/i386/math-emu/poly_sin.c | unsigned long fix_up, adj; |
adj | 183 | arch/i386/math-emu/poly_sin.c | mul_32_32(0x898cc517, argSqrd.msw, &adj); |
adj | 184 | arch/i386/math-emu/poly_sin.c | fix_up -= adj/6; |
adj | 188 | arch/i386/math-emu/poly_sin.c | adj = accumulator.lsw; /* temp save */ |
adj | 190 | arch/i386/math-emu/poly_sin.c | if ( accumulator.lsw > adj ) |
adj | 221 | arch/i386/math-emu/poly_sin.c | unsigned long adj; |
adj | 380 | arch/i386/math-emu/poly_sin.c | mul_32_32(0x898cc517, argSqrd.msw, &adj); |
adj | 381 | arch/i386/math-emu/poly_sin.c | fix_up.msw -= adj/2; |
adj | 382 | arch/i386/math-emu/poly_sin.c | mul_32_32(0x898cc517, argTo4.msw, &adj); |
adj | 383 | arch/i386/math-emu/poly_sin.c | fix_up.msw += adj/24; |
adj | 61 | arch/i386/math-emu/poly_tan.c | unsigned long adj; |
adj | 174 | arch/i386/math-emu/poly_tan.c | adj = 0xffffffff; /* We want approx 1.0 here, but |
adj | 178 | arch/i386/math-emu/poly_tan.c | adj = accum.msw >> -(exponent+1); /* tan */ |
adj | 179 | arch/i386/math-emu/poly_tan.c | mul_32_32(adj, adj, &adj); /* tan^2 */ |
adj | 182 | arch/i386/math-emu/poly_tan.c | adj = 0; |
adj | 183 | arch/i386/math-emu/poly_tan.c | mul_32_32(0x898cc517, adj, &adj); /* delta * tan^2 */ |
adj | 185 | arch/i386/math-emu/poly_tan.c | fix_up.msw += adj; |
adj | 60 | arch/i386/math-emu/reg_constant.c | static void fld_const(FPU_REG const *c, int adj) |
adj | 71 | arch/i386/math-emu/reg_constant.c | st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to |
adj | 595 | drivers/block/ide-cd.c | int adj = rq->current_nr_sectors - 1; |
adj | 596 | drivers/block/ide-cd.c | rq->current_nr_sectors -= adj; |
adj | 597 | drivers/block/ide-cd.c | rq->sector += adj; |