Searched defs:x_1 (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/enc/ |
D | picture_psnr.c | 38 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/ |
D | Nat192.java | 693 long x_1 = x[1] & M; in square() local 809 long x_1 = x[xOff + 1] & M; in square() local
|
D | Nat224.java | 771 long x_1 = x[1] & M; in square() local 910 long x_1 = x[xOff + 1] & M; in square() local
|
D | Nat256.java | 904 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/ |
D | main.cpp | 104 int x_1; member
|
/external/libvpx/libvpx/vp8/common/ |
D | postproc.c | 679 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/ |
D | lp_bld_arit.c | 2142 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
|