Searched defs:vmul (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/smooth/
H A Dftsmooth.c118 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
176 if ( vmul )
194 if ( vmul )
275 if ( vmul )
294 if ( vmul )
339 if ( vmul )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
H A Dftsmooth.c118 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
176 if ( vmul )
194 if ( vmul )
275 if ( vmul )
294 if ( vmul )
339 if ( vmul )
/external/pdfium/third_party/freetype/src/smooth/
H A Dftsmooth.c118 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
176 if ( vmul )
194 if ( vmul )
275 if ( vmul )
294 if ( vmul )
339 if ( vmul )
/external/v8/src/arm/
H A Dassembler-arm.cc3218 void Assembler::vmul(const DwVfpRegister dst, function in class:v8::internal::Assembler
3222 // Dd = vmul(Dn, Dm) double precision floating point multiplication.
3238 void Assembler::vmul(const SwVfpRegister dst, const SwVfpRegister src1, function in class:v8::internal::Assembler
3240 // Sd = vmul(Sn, Sm) single precision floating point multiplication.

Completed in 219 milliseconds