/external/libopus/src/ |
opus_compare.c | 114 int xk; local 117 for(xk=0;xk<_window_sz;xk++){ 118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci]; 130 for(xk=0;xk<_window_sz;xk++) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
LoessInterpolator.java | 283 final double xk = xval[k]; local 285 final double dist = (k < i) ? x - xk : xk - x; 287 final double xkw = xk * w; 290 sumXSquared += xk * xkw;
|
/external/boringssl/src/crypto/x509/ |
x509_req.c | 121 EVP_PKEY *xk=NULL; local 124 xk=X509_REQ_get_pubkey(x); 125 switch (EVP_PKEY_cmp(xk, k)) 151 EVP_PKEY_free(xk);
|
x509_cmp.c | 321 EVP_PKEY *xk; local 324 xk=X509_get_pubkey(x); 326 if (xk) 327 ret = EVP_PKEY_cmp(xk, k); 344 if (xk) 345 EVP_PKEY_free(xk);
|
/external/opencv3/modules/imgproc/src/opencl/ |
resize.cl | 314 for (int sx = sx0, xk = xk0; sx <= sx1; ++sx, ++xk) 316 WTV alpha = (WTV)(xalpha_tab[xk]);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
LevenbergMarquardtEstimator.java | 303 double xk = dk * parameters[k].getEstimate(); local 304 xNorm += xk * xk; 427 double xK = diag[k] * parameters[k].getEstimate(); 428 xNorm += xK * xK;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
LevenbergMarquardtOptimizer.java | 303 double xk = dk * point[k]; local 304 xNorm += xk * xk; 428 double xK = diag[k] * point[k]; 429 xNorm += xK * xK; [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
asm_amd64.s | 18 // func encryptBlockAsm(nr int, xk *uint32, dst, src *byte) 21 MOVQ xk+8(FP), AX 67 // func decryptBlockAsm(nr int, xk *uint32, dst, src *byte) 70 MOVQ xk+8(FP), AX
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
asm_amd64.s | 18 // func encryptBlockAsm(nr int, xk *uint32, dst, src *byte) 21 MOVQ xk+8(FP), AX 67 // func decryptBlockAsm(nr int, xk *uint32, dst, src *byte) 70 MOVQ xk+8(FP), AX
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
stereo_g729_jitter.rtp | 343 ??BJ < |