Searched defs:x2 (Results 151 - 175 of 524) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp72 Z1<Y2<X2>::value> x2; local
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h80 Packet4f x2 = pmul(x,x); local
81 Packet4f x3 = pmul(x2,x);
95 tmp = pmul(x2, p4f_half);
222 Packet2d x2 = pmul(x,x); local
225 px = pmadd(px, x2, p2d_cephes_exp_p1);
226 px = pmadd(px, x2, p2d_cephes_exp_p2);
230 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
231 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
232 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
/external/freetype/src/cff/
H A Dcf2font.c81 * | (x2,y2) \
94 * (x2, y2) = (1000, 275)
123 FT_Int x2 = darkenParams[2]; local
159 else if ( scaledStem < cf2_intToFixed( x2 ) )
161 FT_Int xdelta = x2 - x1;
178 FT_Int xdelta = x3 - x2;
181 FT_DivFix( cf2_intToFixed( x2 ), ppem );
/external/libopus/celt/
H A Dmathops.c144 opus_val16 x2; local
146 x2 = MULT16_16_P15(x,x);
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
H A Dmdct.c301 kiss_fft_scalar x1, x2; local
303 x2 = *yp1;
304 *yp1++ = MULT16_32_Q15(*wp2, x2) - MULT16_32_Q15(*wp1, x1);
305 *xp1-- = MULT16_32_Q15(*wp1, x2) + MULT16_32_Q15(*wp2, x1);
/external/libopus/silk/
H A Dstereo_LR_to_MS.c39 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
64 sum = x1[ n - 2 ] + (opus_int32)x2[ n - 2 ];
65 diff = x1[ n - 2 ] - (opus_int32)x2[ n - 2 ];
213 x2[ n - 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) );
223 x2[ n - 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) );
36 silk_stereo_LR_to_MS( stereo_enc_state *state, opus_int16 x1[], opus_int16 x2[], opus_int8 ix[ 2 ][ 3 ], opus_int8 *mid_only_flag, opus_int32 mid_side_rates_bps[], opus_int32 total_rate_bps, opus_int prev_speech_act_Q8, opus_int toMono, opus_int fs_kHz, opus_int frame_length ) argument
/external/lzma/Asm/x86/
H A D7zAsm.asm44 x2 equ EDX define
73 r2 equ x2
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c271 unsigned x2 = i915->scissor.maxx - 1; local
277 sc[2] = (y2 << 16) | (x2 & 0xffff);
/external/opencv/cv/src/
H A Dcvlinefit.cpp48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
62 x2 += points[i].x * points[i].x;
74 x2 += weights[i] * points[i].x * points[i].x;
83 x2 /= w;
87 dx2 = x2 - x * x;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
126 x2 += x * x * w;
146 x2 += x * x;
159 x2 /= w0;
170 dx2 = x2
[all...]
/external/openssl/crypto/ec/
H A Dec2_mult.c109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
160 BN_zero(x2);
167 if (!BN_copy(x2, x)) return 0;
187 if (!BN_GF2m_add(z2, z2, x2)) goto err;
198 if (!group->meth->field_mul(group, x2, x
115 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
152 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
224 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_curves.h26 FX_FLOAT x2, FX_FLOAT y2,
32 cp[2] = x2;
40 FX_FLOAT x2, FX_FLOAT y2,
46 cp[2] = x2;
70 FX_FLOAT x2, FX_FLOAT y2,
76 init(x1, y1, x2, y2, x3, y3, x4, y4);
89 FX_FLOAT x2, FX_FLOAT y2,
127 FX_FLOAT x2, FX_FLOAT y2,
131 FX_FLOAT x2, FX_FLOAT y2,
146 FX_FLOAT x2, FX_FLOA
25 curve4_points(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
39 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
69 curve4_div(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
145 curve4(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
160 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
[all...]
H A Dagg_renderer_base.h78 return m_clip_box.x2;
98 return m_clip_box.x2;
104 void blend_hline(int x1, int y, int x2, argument
107 if(x1 > x2) {
108 int t = x2;
109 x2 = x1;
121 if(x2 < xmin()) {
127 if(x2 > xmax()) {
128 x2 = xmax();
130 m_ren->blend_hline(x1, y, x2
[all...]
H A Dagg_rendering_buffer.h29 int x1, x2; member in struct:agg::rendering_buffer::row_data
33 x1(x1_), x2(x2_), ptr(ptr_) {}
H A Dfx_agg_curves.cpp29 FX_FLOAT x2, FX_FLOAT y2,
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
40 FX_FLOAT x2, FX_FLOAT y2,
48 FX_FLOAT x12 = (x1 + x2) / 2;
50 FX_FLOAT x23 = (x2 + x3) / 2;
62 FX_FLOAT d2 = FXSYS_fabs(FXSYS_Mul(x2 - x4, dy) - FXSYS_Mul(y2 - y4, dx));
67 if(FXSYS_fabs(x1 + x3 - x2 - x2) +
69 FXSYS_fabs(x2 + x4 - x3 - x3) +
101 FX_FLOAT x2, FX_FLOA
28 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
39 recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4, unsigned level) argument
100 bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
[all...]
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h65 virtual FX_BOOL DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_DWORD color, argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java40 public void quadTo(float x1, float y1, float x2, float y2) { argument
42 "ending at (" +x2+","+ y2 + ")";
/external/skia/src/animator/
H A DSkPathParts.h73 SkScalar x2; member in class:SkQuadTo
91 SkScalar x2; member in class:SkCubicTo
/external/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
106 tmp.v8[0] = x2;
113 tmp.v8[1] = x2;
120 tmp.v8[2] = x2;
127 tmp.v8[3] = x2;
/external/valgrind/main/memcheck/tests/
H A Dmempool2.c118 char *x1, *x2; local
131 x2 = allocate(p2, 20);
140 res += x2[-1]; // invalid
141 res += x2[20]; // invalid
150 VALGRIND_MEMPOOL_FREE(p2, x2);
151 res += x2[11];
159 VALGRIND_MEMPOOL_FREE(p2, x2);
/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/ceres-solver/examples/
H A Dlibmv_homography.cc105 // forward_error = D(H * x1, x2)
106 // backward_error = D(H^-1 * x2, x1)
112 const Eigen::Matrix<T, 2, 1> &x2,
117 Vec3 y(x2(0), x2(1), T(1.0));
133 // D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2
137 const Vec2 &x2) {
141 x2,
187 // | 0 -1 x2| |
110 SymmetricGeometricDistanceTerms(const Eigen::Matrix<T, 3, 3> &H, const Eigen::Matrix<T, 2, 1> &x1, const Eigen::Matrix<T, 2, 1> &x2, T forward_error[2], T backward_error[2]) argument
135 SymmetricGeometricDistance(const Mat3 &H, const Vec2 &x1, const Vec2 &x2) argument
197 Homography2DFromCorrespondencesLinearEuc( const Mat &x1, const Mat &x2, Mat3 *H, double expected_precision) argument
281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
316 EstimateHomography2DFromCorrespondences( const Mat &x1, const Mat &x2, const EstimateHomographyOptions &options, Mat3 *H) argument
389 Mat x2 = x1; local
[all...]
/external/ceres-solver/internal/ceres/
H A Devaluator_test.cc573 double x2 = parameters[0][1]; local
575 residuals[1] = x2 * x2;
583 jacobian[3] = 2.0 * x2;
H A Dproblem.cc75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5);
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
115 x0, x1, x2, x
72 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2) argument
81 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
90 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
99 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
108 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
118 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
128 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
138 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
H A Dtrust_region_minimizer_test.cc92 const double x2 = state[1]; local
98 << "x2=" << x2 << ", "
102 const double f1 = x1 + 10.0 * x2;
104 const double f3 = pow(x2 - 2.0 * x3, 2.0);
144 2.0*(x2 - 2.0*x3)*(1.0 - 2.0*x3),
152 2.0*(x2 - 2.0*x3)*(x2 - 2.0),
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2));
[all...]
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_rsa.cc40 uint64 x1 = 0, x2 = 1, y1 = 1, y2 = 0; local
45 *x = x2 - q * x1;
49 x2 = x1;
56 *x = x2;

Completed in 1211 milliseconds

1234567891011>>