Searched refs:fixed_arg (Results 1 – 1 of 1) sorted by relevance
63 unsigned long long fixed_arg; in poly_sine() local123 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() local284 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 …]
Completed in 3 milliseconds