Searched refs:x2 (Results 276 - 300 of 1780) sorted by relevance

<<11121314151617181920>>

/external/kernel-headers/original/uapi/asm-generic/
H A Dmman-common.h10 #define PROT_WRITE 0x2 /* page can be written */
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_among.h55 #define EBT_AMONG_SRC_NEG 0x2
/external/kernel-headers/original/uapi/xen/
H A Dgntalloc.h80 #define UNMAP_NOTIFY_SEND_EVENT 0x2
/external/libexif/libexif/canon/
H A Dmnote-canon-tag.h33 MNOTE_CANON_TAG_FOCAL_LENGTH = 0x2,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_tapify.py15 x2,y2 = p2
16 if x1==x2 and y1==y2 :
18 return 1/ math.sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2))
/external/libyuv/files/include/libyuv/
H A Dcpu_id.h25 static const int kCpuHasARM = 0x2;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_flags.h9 #define U_NEW_RASTERIZER 0x2
/external/mesa3d/src/mesa/state_tracker/
H A Dst_debug.h40 #define DEBUG_TGSI 0x2
/external/openssl/crypto/aes/asm/
H A Daesv8-armx-64.S35 st1 {v3.4s},[x2],#16
53 st1 {v3.4s},[x2],#16
67 st1 {v3.4s},[x2],#16
77 st1 {v3.4s},[x2]
78 add x2,x2,#0x50
87 st1 {v3.4s},[x2],#16
93 st1 {v4.8b},[x2],#8
111 st1 {v3.4s},[x2],#16
115 add x2,x
[all...]
/external/pixman/test/
H A Dregion-translate-test.c17 pixman_region32_init_rect (&r2, rect.x1, rect.y1, rect.x2 - rect.x1, rect.y2 - rect.y1);
/external/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp8 double xx = q.x2() * point.x * point.x;
/external/skia/src/pathops/
H A DSkDQuadImplicit.h19 double x2() const { return fP[kXx_Coeff]; } function in class:SkDQuadImplicit
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
122 x2 = allocate(p, 20);
128 *x2 = 'b'; // valid
139 *x2 = 'f'; // valid
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt.c26 WebRtc_Word32 A, B, x2; local
44 x2 = ((WebRtc_Word32)x_half) * ((WebRtc_Word32)x_half) * 2; // A = (x/2)^2
45 A = -x2; // A = -(x/2)^2
60 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(x2, 16);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java134 for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) {
136 yuvData[x1] = yuvData[x2];
137 yuvData[x2] = temp;
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_mode_3_to_9.s84 //x2 => *pu1_dst
207 st1 {v24.8b},[x2], x3 //st (row 0)
218 st1 {v22.8b},[x2], x3 //st (row 1)
229 st1 {v20.8b},[x2], x3 //st (row 2)
240 st1 {v18.8b},[x2], x3 //st (row 3)
251 st1 {v24.8b},[x2], x3 //st (row 4)
262 st1 {v22.8b},[x2], x3 //st (row 5)
266 st1 {v20.8b},[x2], x3 //st (row 6)
270 st1 {v18.8b},[x2], x3 //st (row 7)
277 add x20, x2, x
[all...]
H A Dihevc_intra_pred_chroma_mode_3_to_9.s82 //x2 => *pu1_dst
206 st1 {v24.8b},[x2], x3 //st (row 0)
217 st1 {v22.8b},[x2], x3 //st (row 1)
228 st1 {v20.8b},[x2], x3 //st (row 2)
239 st1 {v18.8b},[x2], x3 //st (row 3)
252 st1 {v24.8b},[x2], x3 //st (row 4)
263 st1 {v22.8b},[x2], x3 //st (row 5)
267 st1 {v20.8b},[x2], x3 //st (row 6)
271 st1 {v18.8b},[x2], x3 //st (row 7)
278 add x20, x2, x
[all...]
H A Dihevc_intra_pred_filters_chroma_mode_11_to_17.s84 //x2 => *pu1_dst
328 st1 {v24.8b},[x2], x3 //st (row 0)
339 st1 {v22.8b},[x2], x3 //st (row 1)
350 st1 {v20.8b},[x2], x3 //st (row 2)
361 st1 {v18.8b},[x2], x3 //st (row 3)
374 st1 {v24.8b},[x2], x3 //st (row 4)
385 st1 {v22.8b},[x2], x3 //st (row 5)
389 st1 {v20.8b},[x2], x3 //st (row 6)
393 st1 {v18.8b},[x2], x3 //st (row 7)
400 add x20, x2, x
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderSleb128Test.java49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
58 performTest(0x17f, new byte[]{(byte)0xff, 0x2, 0x11}, 2);
67 performTest(0x8000, new byte[]{(byte)0x80, (byte)0x80, 0x2, 0x11}, 3);
76 performTest(0xbfff, new byte[]{(byte)0xff, (byte)0xff, 0x2, 0x11}, 3);
85 performTest(0x400000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 4);
94 performTest(0x5fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 4);
103 performTest(0x20000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 5);
113 performTest(0x2fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 5);
125 performTest(0x8893, new byte[]{(byte)0x93, (byte)0x91, 0x2});
126 performTest(0x80fb, new byte[]{(byte)0xfb, (byte)0x81, 0x2});
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexWriterSleb128Test.java62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
71 performTest(0x17f, new byte[]{(byte)0xff, 0x2, 0x11}, 2);
79 performTest(0x8000, new byte[]{(byte)0x80, (byte)0x80, 0x2, 0x11}, 3);
88 performTest(0xbfff, new byte[]{(byte)0xff, (byte)0xff, 0x2, 0x11}, 3);
96 performTest(0x400000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 4);
105 performTest(0x5fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 4);
113 performTest(0x20000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 5);
120 performTest(0x2fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 5);
128 performTest(0x8893, new byte[]{(byte)0x93, (byte)0x91, 0x2});
129 performTest(0x80fb, new byte[]{(byte)0xfb, (byte)0x81, 0x2});
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java152 BigInteger x2 = x.add(ECConstants.ONE);
153 if (x2.compareTo(q) == 0)
155 x2 = ECConstants.ZERO;
157 return new Fp(q, r, x2);
162 BigInteger x2 = b.toBigInteger();
163 BigInteger x3 = x.subtract(x2);
183 BigInteger x2;
186 x2 = x;
190 x2 = q.xor(x);
194 x2
388 modAdd(BigInteger x1, BigInteger x2) argument
408 modMult(BigInteger x1, BigInteger x2) argument
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta;
245 warper->t2 = AF_WARPER_CEIL( warper->x2 );
250 warper->x2min = warper->x2 & ~31;
253 if ( warper->x1max > warper->x2 )
254 warper->x1max = warper->x2;
259 warper->w0 = warper->x2 - warper->x1;
264 warper->x2min = warper->x2;
311 xx2 = warper->x2;
336 if ( xx2 < warper->x2 )
337 base_distort += warper->x2
[all...]
/external/freetype/src/autofit/
H A Dafwarp.c242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta;
245 warper->t2 = AF_WARPER_CEIL( warper->x2 );
250 warper->x2min = warper->x2 & ~31;
253 if ( warper->x1max > warper->x2 )
254 warper->x1max = warper->x2;
259 warper->w0 = warper->x2 - warper->x1;
264 warper->x2min = warper->x2;
311 xx2 = warper->x2;
336 if ( xx2 < warper->x2 )
337 base_distort += warper->x2
[all...]
/external/ceres-solver/include/ceres/
H A Dcost_function_to_functor.h189 const double* x2,
204 parameter_blocks[2] = x2;
210 const double* x2,
226 parameter_blocks[2] = x2;
233 const double* x2,
250 parameter_blocks[2] = x2;
258 const double* x2,
276 parameter_blocks[2] = x2;
285 const double* x2,
304 parameter_blocks[2] = x2;
187 operator ()(const double* x0, const double* x1, const double* x2, double* residuals) const argument
208 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, double* residuals) const argument
231 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, double* residuals) const argument
256 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
283 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
312 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
343 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
376 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
447 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, JetT* residuals) const argument
469 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, JetT* residuals) const argument
493 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, JetT* residuals) const argument
519 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, JetT* residuals) const argument
547 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, JetT* residuals) const argument
577 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, JetT* residuals) const argument
609 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, JetT* residuals) const argument
643 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, const JetT* x9, JetT* residuals) const argument
[all...]
/external/chromium_org/cc/animation/
H A Dtiming_function.h36 double x2, double y2);
46 CubicBezierTimingFunction(double x1, double y1, double x2, double y2);

Completed in 689 milliseconds

<<11121314151617181920>>