Searched refs:SIGN_Positive (Results 1 – 2 of 2) sorted by relevance
106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()228 sign = SIGN_Positive; in FPU_load_int64()256 negative = SIGN_Positive; in FPU_load_int32()285 negative = SIGN_Positive; in FPU_load_int16()321 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive; in FPU_load_bcd()
44 #define SIGN_Positive Const(0) macro
Completed in 5 milliseconds