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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DVectorMath.cpp76 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess) function in namespace:blink::VectorMath
79 ::vmul(source1P, sourceStride1, source2P, sourceStride2, destP, destStride, framesToProcess);
389 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess)
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c115 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
200 if ( vmul )
223 if ( vmul )
282 if ( vmul )
301 if ( vmul )
346 if ( vmul )
/external/freetype/src/smooth/
H A Dftsmooth.c115 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
200 if ( vmul )
223 if ( vmul )
282 if ( vmul )
301 if ( vmul )
346 if ( vmul )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c115 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; local
200 if ( vmul )
223 if ( vmul )
282 if ( vmul )
301 if ( vmul )
346 if ( vmul )
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc2939 void Assembler::vmul(const DwVfpRegister dst, function in class:v8::internal::Assembler
2943 // Dd = vmul(Dn, Dm) double precision floating point multiplication.

Completed in 1795 milliseconds