Searched refs:vmul (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DVectorMath.h47 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess);
H A DVectorMath.cpp73 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess) function in namespace:WebCore::VectorMath
76 ::vmul(source1P, sourceStride1, source2P, sourceStride2, destP, destStride, framesToProcess);
386 void vmul(const float* source1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, size_t framesToProcess)
H A DAudioBus.cpp480 vmul(sources[channelIndex], 1, m_dezipperGainValues->data(), 1, destinations[channelIndex], 1, framesToDezipper);
522 vmul(source, 1, gainValues, 1, destination, 1, numberOfGainValues);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DvRijndael-alg-ref.c229 vector unsigned char vmul(vector unsigned char a, vector unsigned char b) function
330 a0 = vmul( two, v[0] ); // mul(2,a[i][j])
331 a0 = vec_xor( a0, vmul( three, a1 ) ); // ^ mul(3,a[(i + 1) % 4][j])
336 b0 = vmul( two, v[1] );
337 b0 = vec_xor( b0, vmul( three, b1 ) );
363 a0 = vmul( fourteen, v[0] ); // mul(0xe,a[i][j])
364 a0 = vec_xor( a0, vmul( eleven, a1 ) ); // ^ mul(0xb,a[(i + 1) % 4][j])
365 a0 = vec_xor( a0, vmul( thirteen, a2 ) ); // ^ mul(0xd,a[(i + 2) % 4][j])
366 v[0] = vec_xor( a0, vmul( nine, a3 ) ); // ^ mul(0x9,a[(i + 3) % 4][j])
369 b0 = vmul( fourtee
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DOscillatorNode.cpp204 vmul(detuneValues, 1, phaseIncrements, 1, phaseIncrements, 1, framesToProcess);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmush.vim83 syntax keyword mushFunction contained version visible vmag vmax vmin vmul vsub
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h963 m_assembler.vmul(dest, dest, src);
974 m_assembler.vmul(dest, op1, op2);
H A DARMv7Assembler.h1851 void vmul(FPDoubleRegisterID rd, FPDoubleRegisterID rn, FPDoubleRegisterID rm) function in namespace:JSC::ARMRegisters
/macosx-10.9.5/cctools-845/as/
H A Darm.c9572 X(vmul, 0x0000910, 0x1000d10, 0x0800840), \
15258 nCEF(vmul, vmul, 3, (RNSDQ, oRNSDQ, RNSDQ_RNSC), neon_mul),
15367 nUF(vmulq, vmul, 3, (RNQ, oRNQ, RNDQ_RNSC), neon_mul),

Completed in 399 milliseconds