Searched defs:prod (Results 26 - 34 of 34) sorted by relevance
12
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | mdf.c | 331 static inline void weighted_spectral_mul_conj(const spx_float_t *w, const spx_float_t p, const spx_word16_t *X, const spx_word16_t *Y, spx_word32_t *prod, int N) in weighted_spectral_mul_conj() argument
|
| /third_party/pulseaudio/speex/tmv/ |
| H A D | mdf_tm.h | 181 weighted_spectral_mul_conj( const float * restrict w, const float p, const float * restrict X, const float * restrict Y, float * restrict prod, int N ) weighted_spectral_mul_conj() argument
|
| /third_party/python/Lib/test/ |
| H A D | test_itertools.py | 64 def prod(iterable): function [all...] |
| H A D | test_buffer.py | 255 def prod(lst): function [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | amrwbdec.c | 926 float prod = (diff_isf[i] - mean) * (diff_isf[i - lag] - mean); in auto_correlation() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc_neon.c | 797 const uint16x8_t prod = vmull_u8(abs_diff, abs_diff); in SSE8x8_NEON() local
|
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 925 FT_Int64 prod = dx * (FT_Int64)fy1 - dy * (FT_Int64)fx1; in gray_render_line() local [all...] |
| /third_party/python/Modules/ |
| H A D | _datetimemodule.c | 2432 PyObject *prod; in accum() local
|
| /third_party/python/Python/ |
| H A D | ceval.c | 1966 PyObject *prod = _PyLong_Multiply((PyLongObject *)left, (PyLongObject *)right); local 1987 PyObject *prod = PyFloat_FromDouble(dprod); local
|
Completed in 32 milliseconds
12