HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 276 - 300 of 2556) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 229 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)</Declaration><Parameters><Parameter><Name>zzz</Name><Direction isExplicit="0">in</Direction><Disc (…)
    [all...]
  /external/libhevc/common/
iv.h 63 IV_FAIL = 0x1,
71 IV_INTERNAL_CACHEABLE_PERSISTENT_MEM = 0x1,
86 IV_YUV_420P = 0x1,
106 IV_P_FRAME = 0x1,
131 IV_BOT_FLD = 0x1,
140 IV_INTERLACED = 0x1,
152 IV_CMD_FILL_NUM_MEM_REC = 0x1,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 665 int x0 = src[5], x1 = src[3]; local
668 int x4 = x0 + x1; x0 -= x1;
670 x1 = x2 + x3; x2 -= x3;
671 x3 = x1 + x4; x1 -= x4;
676 x1 = descale( x1*C1_414, fixb);
679 x1 -= x0;
680 x2 += x1;
717 int x0 = work[8*5], x1 = work[8*3]; local
1112 int i, s = 0, mcu, x1 = 0, y1 = 0; local
1522 int x0 = src[0], x1 = src[7]; local
1569 int x0 = work[8*0], x1 = work[8*7]; local
    [all...]
  /external/chromium_org/v8/src/arm64/
interface-descriptors-arm64.cc 17 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 function the function to cal
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 223 { 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, 0x1, 0x0, 0x8, 0x1, 0x0 }
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 223 { 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, 0x1, 0x0, 0x8, 0x1, 0x0 }
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 81 // 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, double* x2
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.h 83 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/
quantize_sse4.c 36 __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/
cubic_bezier.cc 35 // 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,
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, double y1, double x2, double y2
    [all...]
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420sp.s 58 //* 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/
nv50_ir_target_nv50.cpp 85 { 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, 0x0 }
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 85 { 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, 0x0 }
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtl.c 62 u.e *= 0x1.0p514;
112 volatile double vd2 = 0x1.0p32;
113 volatile double vd1 = 0x1.0p-31;
116 t = dt + vd - 0x1.0p32;
126 t = dt + 0x2.0p-46 + 0x1.0p60L - 0x1.0p60;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 28 uint32_t x1 = max((int32_t)x-1, 0);
40 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
75 uint32_t x1 = max((int32_t)x-1, 0);
87 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y0)) * gCoeffs[1]
93 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y1)) * gCoeffs[6]
99 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y2)) * gCoeffs[11
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 36 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)
112 x1 >>= 10;
114 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
184 x1 = SkScalarRoundToFDot6(pts[1].fX, shift)
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
literals.js 39 assertThrows('"\\x1/"');
41 assertEquals("\\x1/", RegExp("\\x1/").source);
45 assertThrows('"\\x1:"');
47 assertEquals("\\x1:", /\x1:/.source);
51 assertThrows('"\\x1`"');
53 assertEquals("\\x1`", /\x1`/.source);
63 assertThrows('"\\x1@"')
    [all...]
  /external/clang/include/clang/Sema/
IdentifierResolver.h 77 /// 1) A single NamedDecl. (Ptr & 0x1 == 0)
79 /// same declaration context. (Ptr & 0x3 == 0x1)
85 /// A single NamedDecl. (Ptr & 0x1 == 0)
88 assert((Ptr & 0x1) == 0 && "Invalid Ptr!");
93 Ptr = reinterpret_cast<uintptr_t>(I) | 0x1;
96 bool isIterator() const { return (Ptr & 0x1); }
198 return (reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 0;
203 assert((reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 1
206 reinterpret_cast<uintptr_t>(Ptr) & ~0x1
  /external/libgsm/src/
gsm_encode.c 362 | ((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...]
gsm_implode.c 390 | ((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/libhevc/common/arm64/
ihevc_inter_pred_luma_copy_w16out.s 69 // 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, x20, x1,l
    [all...]
ihevc_inter_pred_chroma_copy_w16out.s 88 //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/
arm64-fp-encoding.s 161 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/openssl/crypto/ec/
ec2_mult.c 109 /* 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,
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, t2)) goto err
224 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 1358 milliseconds

<<11121314151617181920>>