Searched refs:MUL_INT32 (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/psaux/ |
D | pshints.c | 1564 if ( dx > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset() 1570 else if ( dy > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset() 1589 if ( dx > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset() 1595 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset() 1617 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset() 1621 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1623 else if ( dy > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset() 1642 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset() 1646 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset() 1648 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
|
D | psfont.c | 454 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_ops_definitions.cc | 126 MUL_INT32, enumerator 262 MUL_INT32,
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 485 #define MUL_INT32( a, b ) \ macro
|