Searched refs:AE_INT (Results 1 – 1 of 1) sorted by relevance
34 #define AE_INT(x) ((int)(x)) macro37 #define AE_SIGN(x) ((AE_INT(x) == 0 && (x) < 0) ? "-" : "")39 #define AE_FRAC(x) ((int)(((x) > 0 ? ((x) - AE_INT(x)) : (AE_INT(x) - (x))) * 1000000))
Completed in 3 milliseconds