Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
230 sign = SIGN_Negative; in FPU_load_int64()
258 negative = SIGN_Negative; in FPU_load_int32()
287 negative = SIGN_Negative; in FPU_load_int16()
320 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
Dpoly_tan.c87 (0x41 + EXTENDED_Ebias) | SIGN_Negative); in poly_tan()
Dfpu_emu.h44 #define SIGN_Negative Const(0x8000) macro