Searched refs:FP_SIGN (Results 1 – 2 of 2) sorted by relevance
186 ullSign = FP_SIGN( ullValue ); in fp_check_special_cases()406 ullSign = FP_SIGN( ullValue ); in std_dtoa_hex()
94 #define FP_SIGN(u) ( (u) >> STD_DTOA_DP_SIGN_SHIFT_COUNT ) macro