Searched refs:x1 (Results 151 - 175 of 2465) sorted by relevance

1234567891011>>

/external/compiler-rt/test/builtins/Unit/
H A Dfixunssfsi_test.c76 if (test__fixunssfsi(0x1.000000p+31F, 0x80000000))
78 if (test__fixunssfsi(0x1.FFFFFEp+31F, 0xFFFFFF00))
80 if (test__fixunssfsi(0x1.FFFFFEp+30F, 0x7FFFFF80))
82 if (test__fixunssfsi(0x1.FFFFFCp+30F, 0x7FFFFF00))
86 if (test__fixunssfsi(-0x1.FFFFFEp+30F, 0))
88 if (test__fixunssfsi(-0x1.FFFFFCp+30F, 0))
/external/libgsm/src/
H A Dgsm_print.c38 bc[0] = (*c++ & 0x1) << 1;
39 bc[0] |= (*c >> 7) & 0x1;
42 xmaxc[0] |= (*c >> 7) & 0x1;
45 xmc[2] = (*c++ & 0x1) << 2;
52 xmc[7] |= (*c >> 7) & 0x1;
55 xmc[10] = (*c++ & 0x1) << 2;
61 bc[1] = (*c++ & 0x1) << 1;
62 bc[1] |= (*c >> 7) & 0x1;
65 xmaxc[1] |= (*c >> 7) & 0x1;
68 xmc[15] = (*c++ & 0x1) <<
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-logical-encoding.s11 and x1, x2, #15
16 ands x1, x2, #15
18 ; CHECK: and w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x12]
19 ; CHECK: and x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0x92]
21 ; CHECK: and x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0x92]
23 ; CHECK: ands w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x72]
24 ; CHECK: ands x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0xf2]
26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2]
29 eor x1, x2, #0x8000
32 ; CHECK: eor x1, x
[all...]
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
145 x1=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
159 x1=(t<<2)|(t>>14);
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
171 x1+=p1[x0&0x3f];
172 x2+=p1[x1
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr700_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
64 #define S_SQ_CF_WORD1_COUNT_3(x) (((x) & 0x1) << 19)
65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1)
[all...]
H A Dr600_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
94 #define S_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) & 0x1) << 25)
95 #define G_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) >> 25) & 0x1)
[all...]
H A Deg_sq.h49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20)
50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1)
52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25)
99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1)
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr700_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
64 #define S_SQ_CF_WORD1_COUNT_3(x) (((x) & 0x1) << 19)
65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1)
[all...]
H A Dr600_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
94 #define S_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) & 0x1) << 25)
95 #define G_SQ_CF_ALU_WORD1_USES_WATERFALL(x) (((x) >> 25) & 0x1)
[all...]
H A Deg_sq.h49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20)
50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1)
52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25)
99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1)
[all...]
/external/ceres-solver/examples/
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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtextblit.c61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
74 t = x1;
75 x1 = y1;
79 if (x0 > x1)
83 x0 = x1;
84 x1 = t;
91 deltax = x1 - x0;
104 for (x = x0; x <= x1; x++)
118 for (x = x0; x <= x1;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.c60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
72 t = x1;
73 x1 = y1;
77 if (x0 > x1) {
80 x0 = x1;
81 x1 = t;
88 deltax = x1 - x0;
100 for (x = x0; x <= x1; x++) {
110 for (x = x0; x <= x1;
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
74 t = x1;
75 x1 = y1;
79 if (x0 > x1)
83 x0 = x1;
84 x1 = t;
91 deltax = x1 - x0;
104 for (x = x0; x <= x1; x++)
118 for (x = x0; x <= x1;
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.c60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
72 t = x1;
73 x1 = y1;
77 if (x0 > x1) {
80 x0 = x1;
81 x1 = t;
88 deltax = x1 - x0;
100 for (x = x0; x <= x1; x++) {
110 for (x = x0; x <= x1;
[all...]
/external/libvorbis/lib/
H A Dmdct.c221 DATA_TYPE *x1 = x + points - 8; local
228 r0 = x1[6] - x2[6];
229 r1 = x1[7] - x2[7];
230 x1[6] += x2[6];
231 x1[7] += x2[7];
235 r0 = x1[4] - x2[4];
236 r1 = x1[5] - x2[5];
237 x1[4] += x2[4];
238 x1[5] += x2[5];
242 r0 = x1[
269 DATA_TYPE *x1 = x + points - 8; local
357 DATA_TYPE *x1 = x+bit[1]; local
508 DATA_TYPE *x1=x0+1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsid.h52 #define PREDICATION_OP_ZPASS 0x1
110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0)
117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0)
118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1)
120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1)
121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1)
124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6)
125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1)
127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) <<
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsid.h52 #define PREDICATION_OP_ZPASS 0x1
110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0)
117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0)
118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1)
120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1)
121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1)
124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6)
125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1)
127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) <<
[all...]
/external/clang/test/Index/
H A Dcomment-to-html-xml-conversion.cpp229 void test_cmd_param_1(int x1);
231 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_param_1:{{.*}} FullCommentAsHTML=[] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_param_1</Name><USR>c:@F@test_cmd_param_1#I#</USR><Declaration>void test_cmd_param_1(int x1)</Declaration></Function>]
239 /// \param x1 Aaa.
240 void test_cmd_param_2(int x1);
242 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_param_2:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_param_2</Name><USR>c:@F@test_cmd_param_2#I#</USR><Declaration>void test_cmd_param_2(int x1)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
247 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
252 void test_cmd_param_3(int x1);
254 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_param_3:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_param_3</Name><USR>c:@F@test_cmd_param_3#I#</USR><Declaration>void test_cmd_param_3(int x1)</Declaratio
[all...]
/external/eigen/test/
H A Dsmallvectors.cpp19 Scalar x1 = internal::random<Scalar>(), local
23 V2 v2(x1, x2);
24 V3 v3(x1, x2, x3);
25 V4 v4(x1, x2, x3, x4);
26 VERIFY_IS_APPROX(x1, v2.x());
27 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x1, v4.x());
/external/libhevc/common/arm64/
H A Dihevc_padding.s84 // x1 => src_strd
102 add x0,x0,x1
104 add x0,x0,x1
106 add x0,x0,x1
108 add x0,x0,x1
115 add x5,x4,x1
123 add x6,x5,x1
131 add x7,x6,x1
202 // x1 => src_strd
220 add x0,x0,x1
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math.h25 AGG_INLINE FX_FLOAT calc_point_location(FX_FLOAT x1, FX_FLOAT y1, argument
29 return FXSYS_Mul(x - x2, y2 - y1) - FXSYS_Mul(y - y2, x2 - x1);
31 AGG_INLINE FX_FLOAT calc_distance(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) argument
33 FX_FLOAT dx = x2 - x1;
37 AGG_INLINE FX_FLOAT calc_line_point_distance(FX_FLOAT x1, FX_FLOAT y1, argument
41 FX_FLOAT dx = x2 - x1;
45 return calc_distance(x1, y1, x, y);
/external/tremolo/Tremolo/
H A Dasm_arm.h73 int x1, y1, l; local
79 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
82 *x = x1;
92 int x1, y1, l; local
98 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
101 *x = x1 << 1;
111 int x1, y1, l; local
117 : "=&r" (l), "=&r" (x1), "=&r" (y1)
120 *x = x1 << 1;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTimingFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
44 double x1() const { return m_x1; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
56 , m_x1(x1)
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.h27 static void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide, Color, EBorderStyle, int adjbw1, int adjbw2, bool antialias = false);
28 static void drawDashedOrDottedBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
30 static void drawDoubleBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
32 static void drawRidgeOrGrooveBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
34 static void drawSolidBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,

Completed in 750 milliseconds

1234567891011>>