/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
VectorMath.cpp | 76 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::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/ |
ftsmooth.c | 115 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/ |
ftsmooth.c | 115 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/ |
assembler-arm.cc | 2857 void Assembler::vmul(const DwVfpRegister dst, function in class:v8::internal::Assembler [all...] |