Searched defs:x1 (Results 126 - 150 of 672) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DClipCubicTest.cpp58 float x1, float y1,
63 crv[1].fX = x1; crv[1].fY = y1;
57 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
121 x1 = allocate(p, 10);
127 *x1 = 'a'; // valid
130 x1[-1] = 'h'; // invalid
131 x1[10] = 'i'; // invalid
138 *x1 = 'e'; // valid
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... .DiskLruCache$Editor x0 java.io.OutputStream x1 com.jakewharton.disklrucache.DiskLruCache$1 x2 ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/aac/libFDK/include/
H A DFDK_trigFcts.h207 * \param x1 first angle value
209 * \param scale exponent of x1 and x2
210 * \param out pointer to 4 FIXP_DBL locations, were the values cos(x1), sin(x1), cos(x2), sin(x2)
213 static inline void inline_fixp_cos_sin (FIXP_DBL x1, FIXP_DBL x2, const int scale, FIXP_DBL *out) argument
216 residual = fixp_sin_cos_residual_inline(x1, scale, &sine, &cosine);
/external/ceres-solver/examples/
H A Dellipse_approximation.cc344 bool operator()(const T* x0, const T* x1, T* residuals) const { argument
345 residuals[0] = T(sqrt_weight_) * (x0[0] - x1[0]);
346 residuals[1] = T(sqrt_weight_) * (x0[1] - x1[1]);
H A Dmore_garbow_hillstrom.cc85 const T x1 = x[0]; member in namespace:ceres::examples
87 residual[0] = T(10.0) * (x2 - x1 * x1);
88 residual[1] = T(1.0) - x1;
100 const T x1 = x[0]; member in namespace:ceres::examples
102 residual[0] = T(-13.0) + x1 + ((T(5.0) - x2) * x2 - T(2.0)) * x2;
103 residual[1] = T(-29.0) + x1 + ((x2 + T(1.0)) * x2 - T(14.0)) * x2;
115 const T x1 = x[0]; member in namespace:ceres::examples
117 residual[0] = T(10000.0) * x1 * x2 - T(1.0);
118 residual[1] = exp(-x1)
129 const T x1 = x[0]; member in namespace:ceres::examples
144 const T x1 = x[0]; member in namespace:ceres::examples
159 const T x1 = x[0]; member in namespace:ceres::examples
177 const T x1 = x[0]; member in namespace:ceres::examples
195 const T x1 = x[0]; member in namespace:ceres::examples
222 const T x1 = x[0]; member in namespace:ceres::examples
244 const T x1 = x[0]; member in namespace:ceres::examples
[all...]
/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc117 bool operator()(const T* x1, T* residuals) const { argument
118 residuals[0] = x1[0] * x1[0];
119 residuals[1] = x1[1] * x1[1];
127 bool operator()(const T* x1, const T* x2, T* residuals) const { argument
128 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0];
129 residuals[1] = x1[1] * x1[
137 operator ()(const T* x1, const T* x2, const T* x3, T* residuals) const argument
147 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument
160 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
173 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.cpp161 float x1 = minimumValueForLength(m_coords[2], width).toFloat(); local
163 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
102 x1 = aes_sbox[i];
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
121 tmp.v8[3] = x1;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
71 x1 = _mm_xor_si128(z1, sz1);
73 x1 = _mm_sub_epi16(x1, sz1);
83 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1);
91 x1 = _mm_add_epi16(x1, round1);
94 y1 = _mm_mulhi_epi16(x1, quant1);
97 y1 = _mm_add_epi16(y1, x1);
159 __m128i sz0, sz1, x0, x1, y local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_dynamic.c269 unsigned x1 = i915->scissor.minx; local
276 sc[1] = (y1 << 16) | (x1 & 0xffff);
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_mult.c109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
131 if (!BN_GF2m_add(z1, z1, x1)) goto err;
133 if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err;
134 if (!BN_GF2m_add(x1, x1, t
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
220 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dmdct.c301 kiss_fft_scalar x1, x2; local
302 x1 = *xp1;
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/chromium_org/third_party/opus/src/silk/
H A Dstereo_LR_to_MS.c38 opus_int16 x1[], /* I/O Left input signal, becomes mid signal */
58 opus_int16 *mid = &x1[ -2 ];
64 sum = x1[ n - 2 ] + (opus_int32)x2[ n - 2 ];
65 diff = x1[ n - 2 ] - (opus_int32)x2[ n - 2 ];
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/chromium_org/third_party/skia/experimental/
H A DSkSetPoly3To3.cpp20 SkScalar x1 = pts1[i].fX - ave1.fX; local
22 op[0] += SkScalarMul(x0, x1);
24 op[2] += SkScalarMul(y0, x1);
H A DSkSetPoly3To3_A.cpp33 SkScalar x1 = pts1[i].fX - ave1.fX; local
35 op[0] += SkScalarMul(x0, x1);
37 op[2] += SkScalarMul(y0, x1);
H A DSkSetPoly3To3_D.cpp35 SkScalar x1 = pts1[i].fX - ave1.fX; local
37 tmp[0] += SkDScalar_setMul(x0, x1);
39 tmp[2] += SkDScalar_setMul(y0, x1);
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.h71 SkScalar x1; member in class:SkQuadTo
89 SkScalar x1; member in class:SkCubicTo
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.cpp45 int x1 = SkClampMax(SkScalarFloorToInt(srcPt.fX+s.getBitmapFilter()->width())+1, maxX); local
50 for (int srcX = x0; srcX < x1 ; srcX++) {
H A DSkBitmapProcState_shaderproc.h61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX); local
65 SRC_TO_FILTER(row0[x1]),
67 SRC_TO_FILTER(row1[x1]),
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.cc19 static double eval_bezier(double x1, double x2, double t) { argument
20 const double x1_times_3 = 3.0 * x1;
24 const double h2 = x2_times_3 - 6.0 * x1;
28 static double bezier_interp(double x1, argument
33 DCHECK_GE(1.0, x1);
34 DCHECK_LE(0.0, x1);
38 x1 = std::min(std::max(x1, 0.0), 1.0);
43 // eval_bezier(x1, x2, t) = x. There is a unique solution if x1 an
67 CubicBezier(double x1, double y1, double x2, double y2) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dsmi-ops-inlined.js236 var x1 = 0x10000000; variable
239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
243 x1 = 0x10000000
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
H A Dsmi-ops.js243 var x1 = 0x10000000; variable
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
250 x1 = 0x10000000
253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c6 } x1; variable in typeref:enum:E1

Completed in 892 milliseconds

1234567891011>>