Home
last modified time | relevance | path

Searched defs:x_1 (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dpicture_psnr_enc.c42 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java693 long x_1 = x[1] & M; in square() local
809 long x_1 = x[xOff + 1] & M; in square() local
DNat224.java771 long x_1 = x[1] & M; in square() local
910 long x_1 = x[xOff + 1] & M; in square() local
DNat256.java904 long x_1 = x[1] & M; in square() local
1068 long x_1 = x[xOff + 1] & M; in square() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2142 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_sin() local
2360 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_cos() local