Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dpoly_sin.c63 unsigned long long fixed_arg; in poly_sine() local
123 fixed_arg <<= 1; in poly_sine()
126 fixed_arg = 0x921fb54442d18469LL - fixed_arg; in poly_sine()
129 fixed_arg = 0; in poly_sine()
131 XSIG_LL(argSqrd) = fixed_arg; in poly_sine()
206 unsigned long long fixed_arg; in poly_cos() local
284 fixed_arg <<= 1; in poly_cos()
287 fixed_arg = 0x921fb54442d18469LL - fixed_arg; in poly_cos()
290 fixed_arg = 0; in poly_cos()
298 fixed_arg <<= 16; in poly_cos()
[all …]