Searched refs:FLOOR2 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fonttosfnt/dist/
H A Dread.c37 #define FLOOR2(x, y) ((x) >= 0 ? (x) / (y) : -(((-(x)) + (y) - 1) / (y))) macro
38 #define CEIL2(x, y) (FLOOR2((x) + (y) - 1, (y)))
39 #define FT_Pos_DOWN(x) (FLOOR2((x),64))

Completed in 2 milliseconds