Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_psnr.c38 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/lldb/test/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp104 int x_1; member
/external/libvpx/libvpx/vp8/common/
Dpostproc.c679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line()
/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