Searched refs:x1 (Results 251 - 275 of 2465) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.js19 var x1 = x[0];
22 while (regex.test(x1)) {
23 x1 = x1.replace(regex, '$1' + ',' + '$2');
25 return x1;
/external/chromium_org/v8/src/arm64/
H A Dinterface-descriptors-arm64.cc17 const Register LoadDescriptor::ReceiverRegister() { return x1; }
27 const Register StoreDescriptor::ReceiverRegister() { return x1; }
47 const Register ArgumentsAccessReadDescriptor::index() { return x1; }
70 // x1: function
71 Register registers[] = {cp, x1};
97 // x1: constant elements
98 Register registers[] = {cp, x3, x2, x1};
111 // x1: constant properties
113 Register registers[] = {cp, x3, x2, x1, x0};
136 // x1 functio
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp223 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 },
224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 },
225 { OP_CVT, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
226 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
227 { OP_FLOOR, 0x1,
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp223 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 },
224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 },
225 { OP_CVT, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
226 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 },
227 { OP_FLOOR, 0x1,
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderSleb128Test.java42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
57 performTest(0xff, new byte[]{(byte)0xff, 0x1, 0x11}, 2);
66 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3);
75 performTest(0x7fff, new byte[]{(byte)0xff, (byte)0xff, 0x1, 0x11}, 3);
84 performTest(0x200000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 4);
93 performTest(0x3fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x1, 0x11}, 4);
102 performTest(0x10000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 5);
112 performTest(0x1fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x1,
[all...]
H A DBaseDexReaderLeb128Test.java42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
57 performTest(0xff, new byte[]{(byte)0xff, 0x1, 0x11}, 2);
66 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3);
75 performTest(0x7fff, new byte[]{(byte)0xff, (byte)0xff, 0x1, 0x11}, 3);
84 performTest(0x200000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 4);
93 performTest(0x3fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x1, 0x11}, 4);
102 performTest(0x10000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 5);
109 performTest(0x1fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x1,
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexWriterSleb128Test.java55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
70 performTest(0xff, new byte[]{(byte)0xff, 0x1, 0x11}, 2);
78 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3);
87 performTest(0x7fff, new byte[]{(byte)0xff, (byte)0xff, 0x1, 0x11}, 3);
95 performTest(0x200000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 4);
104 performTest(0x3fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x1, 0x11}, 4);
112 performTest(0x10000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 5);
119 performTest(0x1fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x1,
[all...]
H A DDexWriterUleb128Test.java55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
70 performTest(0xff, new byte[]{(byte)0xff, 0x1, 0x11}, 2);
79 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3);
88 performTest(0x7fff, new byte[]{(byte)0xff, (byte)0xff, 0x1, 0x11}, 3);
97 performTest(0x200000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 4);
106 performTest(0x3fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x1, 0x11}, 4);
115 performTest(0x10000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x1, 0x11}, 5);
119 performTest(0x1fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x1,
[all...]
/external/pixman/pixman/
H A Dpixman-region.c85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2)
86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2)
129 * y coordinate first (y1), and then by left side x coordinate (x1).
134 * and right side (x1 and x2). Bands are implicit in the array of rectangles:
172 (!( ((r1)->x2 <= (r2)->x1) || \
173 ((r1)->x1 >= (r2)->x2) || \
180 ((r)->x1 <= x) && \
186 ( ((r1)->x1 <= (r2)->x1) && \
244 next_rect->x1
1116 int x1; local
1269 int x1; /* left and right side of current union */ local
1471 int x1; local
1840 int x1; local
2227 overflow_int_t x1, x2, y1, y2; local
[all...]
/external/ceres-solver/include/ceres/
H A Dproblem.h81 // function of some subset of the parameters x1...xk. For
111 // double x1[] = { 1.0, 2.0, 3.0 };
117 // problem.AddResidualBlock(new MyUnaryCostFunction(...), x1);
205 // double x1[] = {1.0, 2.0, 3.0};
211 // problem.AddResidualBlock(new MyUnaryCostFunction(...), NULL, x1);
212 // problem.AddResidualBlock(new MyBinaryCostFunction(...), NULL, x2, x1);
226 double* x0, double* x1);
229 double* x0, double* x1, double* x2);
232 double* x0, double* x1, double* x2,
236 double* x0, double* x1, doubl
[all...]
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.h83 double* x0, double* x1);
86 double* x0, double* x1, double* x2);
89 double* x0, double* x1, double* x2,
93 double* x0, double* x1, double* x2,
97 double* x0, double* x1, double* x2,
101 double* x0, double* x1, double* x2,
106 double* x0, double* x1, double* x2,
111 double* x0, double* x1, double* x2,
116 double* x0, double* x1, double* x2,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.c36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, local
64 x1 = _mm_xor_si128(z1, sz1);
66 x1 = _mm_sub_epi16(x1, sz1);
76 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1);
81 x1 = _mm_add_epi16(x1, round1);
84 y1 = _mm_mulhi_epi16(x1, quant1);
87 y1 = _mm_add_epi16(y1, x1);
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.cc35 // Finds t such that eval_bezier(x1, x2, t) = x.
36 // There is a unique solution if x1 and x2 lie within (0, 1).
37 static double bezier_interp(double x1, argument
40 DCHECK_GE(1.0, x1);
41 DCHECK_LE(0.0, x1);
45 x1 = std::min(std::max(x1, 0.0), 1.0);
54 const double error = eval_bezier(x1, x2, t) - x;
62 DCHECK_GT(kBezierEpsilon, std::abs(eval_bezier(x1, x2, t) - x));
69 CubicBezier::CubicBezier(double x1, doubl argument
[all...]
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420sp.s58 //* x1 pu1_uv *
170 prfm PLDL1KEEP,[x1, #128]
172 LD1 {v0.8b},[x1],#8
173 LD1 {v1.8b},[x1],#8
186 SUB x1,x1,x6
188 LD1 {v0.8b},[x1],#8
189 LD1 {v1.8b},[x1],#8
194 ADD x1, x1, x1
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 },
86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1,
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 },
86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 },
88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 },
89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1,
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp36 SkFDot6 x0, y0, x1, y1; local
42 x1 = SkScalarRoundToFDot6(p1.fX, shift);
48 x1 = int(p1.fX * scale);
56 SkTSwap(x0, x1);
73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
112 x1 >>= 10;
114 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
184 x1
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/libgsm/src/
H A Dgsm_encode.c362 | ((bc[0] >> 1) & 0x1);
363 *c++ = ((bc[0] & 0x1) << 7)
366 *c++ = ((xmaxc[0] & 0x1) << 7)
369 | ((xmc[2] >> 2) & 0x1);
376 *c++ = ((xmc[7] & 0x1) << 7)
379 | ((xmc[10] >> 2) & 0x1);
384 | ((bc[1] >> 1) & 0x1);
385 *c++ = ((bc[1] & 0x1) << 7)
388 *c++ = ((xmaxc[1] & 0x1) << 7)
391 | ((xmc[15] >> 2) & 0x1);
[all...]
H A Dgsm_implode.c390 | ((bc[0] >> 1) & 0x1);
391 *c++ = ((bc[0] & 0x1) << 7)
397 *c++ = ((xmaxc[0] & 0x1) << 7)
404 | ((xmc[2] >> 2) & 0x1);
411 *c++ = ((xmc[7] & 0x1) << 7)
414 | ((xmc[10] >> 2) & 0x1);
423 | ((bc[1] >> 1) & 0x1);
424 *c++ = ((bc[1] & 0x1) << 7)
431 *c++ = ((xmaxc[1] & 0x1) << 7)
438 | ((xmc[15] >> 2) & 0x1);
[all...]
/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/pixman/demos/
H A Dquad2quad.c11 double x1, double y1,
148 t29 = x1 * x1;
758 t496 = x1 * y1 * (t495 + t491 + t487 + t486);
953 t644 = (x0 * (px0 * (y1 * (x1 * (t528 + t522 + t612 + t518)
955 + t29 * t515 + x1 * t638 + t1 * (t615 + t444 + t443 + t442))
956 + py0 * (y1 * (x1 * (t533 + t531 + t331 + t530)
958 + x1 * t234 + t29 * t379 + t1 * (t625 + t439 + t438 + t437))
959 + y1 * (x1 * (px1 * (t622 + t621 + t619) + py1 * (t632 + t299 + t630)
962 + x1 * (t63
10 quad_to_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double px0, double py0, double px1, double py1, double px2, double py2, double px3, double py3, struct pixman_f_transform *trans) argument
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_copy_w16out.s69 // x1 => *pi2_dst
112 add x10,x1,x6
117 st1 {v0.d}[0],[x1] //vst1q_lane_s64(pi2_dst_tmp, temp, 0)
118 add x1,x1,#8
135 sub x1,x10,x11,lsl #1
161 add x10,x1,x5
183 st1 {v0.8h},[x1],#16 //vst1q_s16(pi2_dst_tmp, tmp)
184 add x20,x1,x11,lsl #1
185 csel x1, x2
[all...]
H A Dihevc_inter_pred_chroma_copy_w16out.s88 //x1 => *pi2_dst
143 add x10,x1,x6
148 st1 {v0.1d},[x1] //vst1q_lane_s64(pi2_dst_tmp, temp, 0)
149 add x1,x1,#8
166 sub x1,x10,x11,lsl #1
187 add x10,x1,x6
192 st1 {v0.1d},[x1] //vst1q_lane_s64(pi2_dst_tmp, temp, 0)
193 add x1,x1,#
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s161 fcvtas x1, d2
163 fcvtas x1, s2
166 ; CHECK: fcvtas x1, d2 ; encoding: [0x41,0x00,0x64,0x9e]
168 ; CHECK: fcvtas x1, s2 ; encoding: [0x41,0x00,0x24,0x9e]
172 fcvtau x1, s2
173 fcvtau x1, d2
177 ; CHECK: fcvtau x1, s2 ; encoding: [0x41,0x00,0x25,0x9e]
178 ; CHECK: fcvtau x1, d2 ; encoding: [0x41,0x00,0x65,0x9e]
182 fcvtms x1, s2
183 fcvtms x1, d
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_curves.h25 curve4_points(FX_FLOAT x1, FX_FLOAT y1, argument
30 cp[0] = x1;
39 void init(FX_FLOAT x1, FX_FLOAT y1, argument
44 cp[0] = x1;
69 curve4_div(FX_FLOAT x1, FX_FLOAT y1, argument
76 init(x1, y1, x2, y2, x3, y3, x4, y4);
88 void init(FX_FLOAT x1, FX_FLOAT y1,
126 void bezier(FX_FLOAT x1, FX_FLOAT y1,
130 void recursive_bezier(FX_FLOAT x1, FX_FLOAT y1,
145 curve4(FX_FLOAT x1, FX_FLOA 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...]

Completed in 7503 milliseconds

<<11121314151617181920>>