Home
last modified time | relevance | path

Searched refs:MUL_INT32 (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/psaux/
Dpshints.c1567 if ( dx > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset()
1573 else if ( dy > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset()
1592 if ( dx > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset()
1598 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset()
1620 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset()
1624 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1626 else if ( dy > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
1645 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset()
1649 *y = MUL_INT32( 2, glyphpath->yOffset ); in cf2_glyphpath_computeOffset()
1651 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
Dpsfont.c455 if ( stdHW > 0 && font->stdVW > MUL_INT32( 2, stdHW ) ) in cf2_font_setup()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_ops_definitions.cc126 MUL_INT32, enumerator
262 MUL_INT32,
/external/freetype/include/freetype/internal/
Dftcalc.h487 #define MUL_INT32( a, b ) \ macro