Home
last modified time | relevance | path

Searched defs:prod (Results 26 - 32 of 32) sorted by relevance

12

/third_party/python/Lib/test/
H A Dtest_itertools.py64 def prod(iterable): function
[all...]
H A Dtest_buffer.py255 def prod(lst): function
[all...]
/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c926 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 Denc_neon.c797 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 Dftgrays.c925 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.c2432 PyObject *prod; in accum() local
/third_party/python/Python/
H A Dceval.c1966 PyObject *prod = _PyLong_Multiply((PyLongObject *)left, (PyLongObject *)right); local
1987 PyObject *prod = PyFloat_FromDouble(dprod); local

Completed in 31 milliseconds

12