Home
last modified time | relevance | path

Searched defs:covariance (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dlls.asm33 .covariance: resq MAX_VARS_ALIGN*MAX_VARS_ALIGN label
/third_party/typescript/tests/cases/compiler/
DvarianceMeasurement.ts74 declare covariance: V; property in C
/third_party/ffmpeg/libavutil/
Dpca.c33 double *covariance; member
/third_party/python/Lib/
Dstatistics.py963 def covariance(x, y, /): function