Home
last modified time | relevance | path

Searched refs:fixed_arg (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/math-emu/
H A Dpoly_sin.c63 unsigned long long fixed_arg; in poly_sine() local
117 fixed_arg = significand(st0_ptr); in poly_sine()
123 fixed_arg <<= 1; in poly_sine()
126 fixed_arg = 0x921fb54442d18469LL - fixed_arg; in poly_sine()
128 if (fixed_arg == 0xffffffffffffffffLL) in poly_sine()
129 fixed_arg = 0; in poly_sine()
131 XSIG_LL(argSqrd) = fixed_arg; in poly_sine()
133 mul64_Xsig(&argSqrd, &fixed_arg); in poly_sine()
148 mul64_Xsig(&accumulator, &fixed_arg); in poly_sine()
149 mul64_Xsig(&accumulator, &fixed_arg); in poly_sine()
[all …]