Searched refs:FT_MOVE_SIGN (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/base/ |
D | ftcalc.c | 72 #define FT_MOVE_SIGN( x, x_unsigned, s ) \ macro 186 FT_MOVE_SIGN( a_, a, s ); in FT_MulDiv() 187 FT_MOVE_SIGN( b_, b, s ); in FT_MulDiv() 188 FT_MOVE_SIGN( c_, c, s ); in FT_MulDiv() 215 FT_MOVE_SIGN( a_, a, s ); in FT_MulDiv_No_Round() 216 FT_MOVE_SIGN( b_, b, s ); in FT_MulDiv_No_Round() 217 FT_MOVE_SIGN( c_, c, s ); in FT_MulDiv_No_Round() 263 FT_MOVE_SIGN( a_, a, s ); in FT_DivFix() 264 FT_MOVE_SIGN( b_, b, s ); in FT_DivFix() 429 FT_MOVE_SIGN( a_, a, s ); in FT_MulDiv() [all …]
|
/external/freetype/ |
D | ChangeLog.28 | 472 src/base/ftcalc.c (FT_MOVE_SIGN): Replace negation with a 1001 * src/base/ftcalc.c (FT_MOVE_SIGN): Add argument to pass unsigned
|
D | ChangeLog.25 | 1292 * src/base/ftcalc.c (FT_MOVE_SIGN): New macro for frequently used
|