Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dpoly.h45 #define LL_MSW(x) (((unsigned long *)&x)[1]) macro
H A Dpoly_sin.c173 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); in poly_sine()
297 if (!(LL_MSW(fixed_arg) & 0xffff0000)) { in poly_cos()