Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_ld_str.c106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
231 sign = SIGN_Negative; in FPU_load_int64()
259 negative = SIGN_Negative; in FPU_load_int32()
288 negative = SIGN_Negative; in FPU_load_int16()
321 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
A Dpoly_tan.c88 (0x41 + EXTENDED_Ebias) | SIGN_Negative); in poly_tan()
A Dfpu_emu.h45 #define SIGN_Negative Const(0x8000) macro

Completed in 5 milliseconds