fixed_arg 63 arch/x86/math-emu/poly_sin.c unsigned long long fixed_arg; fixed_arg 117 arch/x86/math-emu/poly_sin.c fixed_arg = significand(st0_ptr); fixed_arg 123 arch/x86/math-emu/poly_sin.c fixed_arg <<= 1; fixed_arg 126 arch/x86/math-emu/poly_sin.c fixed_arg = 0x921fb54442d18469LL - fixed_arg; fixed_arg 128 arch/x86/math-emu/poly_sin.c if (fixed_arg == 0xffffffffffffffffLL) fixed_arg 129 arch/x86/math-emu/poly_sin.c fixed_arg = 0; fixed_arg 131 arch/x86/math-emu/poly_sin.c XSIG_LL(argSqrd) = fixed_arg; fixed_arg 133 arch/x86/math-emu/poly_sin.c mul64_Xsig(&argSqrd, &fixed_arg); fixed_arg 148 arch/x86/math-emu/poly_sin.c mul64_Xsig(&accumulator, &fixed_arg); fixed_arg 149 arch/x86/math-emu/poly_sin.c mul64_Xsig(&accumulator, &fixed_arg); fixed_arg 173 arch/x86/math-emu/poly_sin.c fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); fixed_arg 206 arch/x86/math-emu/poly_sin.c unsigned long long fixed_arg; fixed_arg 278 arch/x86/math-emu/poly_sin.c fixed_arg = significand(st0_ptr); fixed_arg 284 arch/x86/math-emu/poly_sin.c fixed_arg <<= 1; fixed_arg 287 arch/x86/math-emu/poly_sin.c fixed_arg = 0x921fb54442d18469LL - fixed_arg; fixed_arg 289 arch/x86/math-emu/poly_sin.c if (fixed_arg == 0xffffffffffffffffLL) fixed_arg 290 arch/x86/math-emu/poly_sin.c fixed_arg = 0; fixed_arg 297 arch/x86/math-emu/poly_sin.c if (!(LL_MSW(fixed_arg) & 0xffff0000)) { fixed_arg 298 arch/x86/math-emu/poly_sin.c fixed_arg <<= 16; fixed_arg 303 arch/x86/math-emu/poly_sin.c XSIG_LL(argSqrd) = fixed_arg; fixed_arg 305 arch/x86/math-emu/poly_sin.c mul64_Xsig(&argSqrd, &fixed_arg); fixed_arg 328 arch/x86/math-emu/poly_sin.c mul64_Xsig(&accumulator, &fixed_arg); fixed_arg 329 arch/x86/math-emu/poly_sin.c mul64_Xsig(&accumulator, &fixed_arg); fixed_arg 330 arch/x86/math-emu/poly_sin.c mul64_Xsig(&accumulator, &fixed_arg); fixed_arg 339 arch/x86/math-emu/poly_sin.c XSIG_LL(accumulator) += fixed_arg;