tag | line | file | source code |
fixed_arg | 70 | arch/i386/math-emu/poly_sin.c | unsigned long long fixed_arg; |
fixed_arg | 132 | arch/i386/math-emu/poly_sin.c | fixed_arg = significand(arg); |
fixed_arg | 139 | arch/i386/math-emu/poly_sin.c | fixed_arg <<= 1; |
fixed_arg | 142 | arch/i386/math-emu/poly_sin.c | fixed_arg = 0x921fb54442d18469LL - fixed_arg; |
fixed_arg | 144 | arch/i386/math-emu/poly_sin.c | XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; |
fixed_arg | 145 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&argSqrd, &fixed_arg); |
fixed_arg | 159 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&accumulator, &fixed_arg); |
fixed_arg | 160 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&accumulator, &fixed_arg); |
fixed_arg | 186 | arch/i386/math-emu/poly_sin.c | mul_32_32(fix_up, LL_MSW(fixed_arg), &fix_up); |
fixed_arg | 222 | arch/i386/math-emu/poly_sin.c | unsigned long long fixed_arg; |
fixed_arg | 306 | arch/i386/math-emu/poly_sin.c | fixed_arg = significand(arg); |
fixed_arg | 313 | arch/i386/math-emu/poly_sin.c | fixed_arg <<= 1; |
fixed_arg | 316 | arch/i386/math-emu/poly_sin.c | fixed_arg = 0x921fb54442d18469LL - fixed_arg; |
fixed_arg | 323 | arch/i386/math-emu/poly_sin.c | if ( !(LL_MSW(fixed_arg) & 0xffff0000) ) |
fixed_arg | 325 | arch/i386/math-emu/poly_sin.c | fixed_arg <<= 16; |
fixed_arg | 330 | arch/i386/math-emu/poly_sin.c | XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; |
fixed_arg | 331 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&argSqrd, &fixed_arg); |
fixed_arg | 354 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&accumulator, &fixed_arg); |
fixed_arg | 355 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&accumulator, &fixed_arg); |
fixed_arg | 356 | arch/i386/math-emu/poly_sin.c | mul64_Xsig(&accumulator, &fixed_arg); |
fixed_arg | 365 | arch/i386/math-emu/poly_sin.c | XSIG_LL(accumulator) += fixed_arg; |