Searched refs:SIGN_Positive (Results 1 – 2 of 2) sorted by relevance
105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()227 sign = SIGN_Positive; in FPU_load_int64()255 negative = SIGN_Positive; in FPU_load_int32()284 negative = SIGN_Positive; in FPU_load_int16()320 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
43 #define SIGN_Positive Const(0) macro