Home
last modified time | relevance | path

Searched refs:correlated (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java292 double[] correlated = new double[mean.length];
293 for (int i = 0; i < correlated.length; ++i) {
294 correlated[i] = mean[i];
296 correlated[i] += root.getEntry(i, j) * normalized[j];
300 return correlated;
/external/aac/libAACdec/src/
Daacdec_pns.cpp121 FDKmemclear(pPnsInterChannelData->correlated,(8*16)*sizeof(UCHAR)); in CPns_ResetData()
173 pInterChannelData->correlated[pns_band] = (outofphase) ? 3 : 1; in CPns_SetCorrelation()
192 return (pInterChannelData->correlated[pns_band] & 0x01) ? 1 : 0; in CPns_IsCorrelated()
211 return (pInterChannelData->correlated[pns_band] & 0x02) ? 1 : 0; in CPns_IsOutOfPhase()
Daacdec_pns.h100 UCHAR correlated[NO_OFBANDS]; member
Dconceal.cpp636 pInterChannelData->correlated[pnsBand] = 0; in CConcealment_fakePnsData()
/external/llvm/test/Transforms/CorrelatedValuePropagation/
D2010-09-02-Trunc.ll1 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
Dicmp.ll1 ; RUN: opt -correlated-propagation -S %s | FileCheck %s
Dcrash.ll1 ; RUN: opt < %s -correlated-propagation
Dnon-null.ll1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
D2010-09-26-MergeConstantRange.ll1 ; RUN: opt < %s -jump-threading -correlated-propagation
Drange.ll1 ; RUN: opt -correlated-propagation -S < %s | FileCheck %s
Dbasic.ll1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
/external/iproute2/
DREADME.distribution80 of generating correlated values needs correction. You can generate your
/external/iproute2/netem/
DREADME.distribution82 of generating correlated values needs correction. You can generate your
/external/libpcap/doc/
Dpcap.txt480 correlated. This block does not contain any reference to the size of
/external/srtp/doc/
Drfc3711.txt2323 inputs that are bit-wise correlated with the true value. Some
/external/libvncserver/x11vnc/
DREADME5613 that the server code is closely correlated with the real XFree86/Xorg