HomeSort by relevance Sort by last modified time
    Searched defs:vmul (Results 1 - 5 of 5) sorted by null

  /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: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/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 2939 void Assembler::vmul(const DwVfpRegister dst, function in class:v8::internal::Assembler
    [all...]

Completed in 289 milliseconds