Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1564 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()
Dpsfont.c454 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.h485 #define MUL_INT32( a, b ) \ macro