Searched defs:i0 (Results 1 - 25 of 75) sorted by relevance

123

/external/clang/test/CXX/expr/
H A Dp3.cpp13 int i0 = a + 1; local
/external/clang/test/SemaCXX/
H A Dattr-unused.cpp8 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}} local
H A Daddress-of-temporary.cpp41 void i0() { S s = { Y().a }; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dp2.cpp8 namespace i0 { namespace in namespace:test0
/external/fdlibm/
H A Ds_ceil.c38 int i0,i1,j0; local
40 i0 = __HI(x);
42 j0 = ((i0>>20)&0x7ff)-0x3ff;
46 if(i0<0) {i0=0x80000000;i1=0;}
47 else if((i0|i1)!=0) { i0=0x3ff00000;i1=0;}
51 if(((i0&i)|i1)==0) return x; /* x is integral */
53 if(i0>0) i0
[all...]
H A Ds_floor.c38 int i0,i1,j0; local
40 i0 = __HI(x);
42 j0 = ((i0>>20)&0x7ff)-0x3ff;
46 if(i0>=0) {i0=i1=0;}
47 else if(((i0&0x7fffffff)|i1)!=0)
48 { i0=0xbff00000;i1=0;}
52 if(((i0&i)|i1)==0) return x; /* x is integral */
54 if(i0<0) i0
[all...]
H A Ds_modf.c39 int i0,i1,j0; local
41 i0 = __HI(x); /* high x */
43 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
46 __HIp(iptr) = i0&0x80000000;
51 if(((i0&i)|i1)==0) { /* x is integral */
57 __HIp(iptr) = i0&(~i);
75 __HIp(iptr) = i0;
H A Ds_rint.c43 int i0,j0,sx; local
46 i0 = __HI(x);
47 sx = (i0>>31)&1;
49 j0 = ((i0>>20)&0x7ff)-0x3ff;
52 if(((i0&0x7fffffff)|i1)==0) return x;
53 i1 |= (i0&0x0fffff);
54 i0 &= 0xfffe0000;
55 i0 |= ((i1|-i1)>>12)&0x80000;
56 __HI(x)=i0;
59 i0
[all...]
/external/chromium_org/base/third_party/icu/
H A Dicu_utf.cc213 int32 i0=i; local
219 c=utf8_errorValue[i-i0];
/external/clang/test/Sema/
H A Dattr-unused.c22 Int_not_unused i0; // expected-warning {{unused variable}} local
/external/clang/test/FixIt/
H A Dfixit.c37 int i0 = { 17 }; variable
/external/ceres-solver/examples/
H A Dellipse_approximation.cc289 // Convert the preimage position `t` into a segment index `i0` and the
295 const int i0 = floor(t), i1 = (i0 + 1) % num_segments_; local
296 const double u = t - i0;
298 // Linearly interpolate between control points `i0` and `i1`.
299 residuals[0] = y_[0] - ((1.0 - u) * x[1 + i0][0] + u * x[1 + i1][0]);
300 residuals[1] = y_[1] - ((1.0 - u) * x[1 + i0][1] + u * x[1 + i1][1]);
307 jacobians[0][0] = x[1 + i0][0] - x[1 + i1][0];
308 jacobians[0][1] = x[1 + i0][1] - x[1 + i1][1];
313 if (i == i0) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h197 unsigned i0)
202 flags, istart, icount, FALSE, 0, close_loop, i0);
210 unsigned i0)
215 flags, istart, icount, use_spoken, i0, FALSE, 0);
240 unsigned istart, unsigned icount, unsigned i0)
250 vsplit->fetch_elts[nr++] = i0;
262 unsigned istart, unsigned icount, unsigned i0)
270 /* replace istart by i0 */
271 vsplit->fetch_elts[nr++] = i0;
304 #define SEGMENT_LOOP(flags, istart, icount, i0) \
239 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
261 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
[all...]
H A Ddraw_gs.c313 int i0, int i1)
317 indices[0] = i0;
327 int i0, int i1, int i2, int i3)
331 indices[0] = i0;
343 int i0, int i1, int i2)
347 indices[0] = i0;
358 int i0, int i1, int i2,
363 indices[0] = i0;
312 gs_line(struct draw_geometry_shader *shader, int i0, int i1) argument
326 gs_line_adj(struct draw_geometry_shader *shader, int i0, int i1, int i2, int i3) argument
342 gs_tri(struct draw_geometry_shader *shader, int i0, int i1, int i2) argument
357 gs_tri_adj(struct draw_geometry_shader *shader, int i0, int i1, int i2, int i3, int i4, int i5) argument
H A Ddraw_pt_so_emit.c152 static void so_line(struct pt_so_emit *so, int i0, int i1) argument
156 indices[0] = i0;
162 static void so_tri(struct pt_so_emit *so, int i0, int i1, int i2) argument
166 indices[0] = i0;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_kernel_bmod.h112 Index i0 = *(irow++); local
116 Scalar d0 = dense.coeff(i0);
120 dense.coeffRef(i0) = d0;
H A DSparseLU_gemm_kernel.h42 Index i0 = internal::first_aligned(A,m); local
44 eigen_internal_assert(((lda%PacketSize)==0) && ((ldc%PacketSize)==0) && (i0==internal::first_aligned(C,m)));
47 for(Index i=0; i<i0; ++i)
58 for(Index ib=i0; ib<m; ib+=BM)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h197 unsigned i0)
202 flags, istart, icount, FALSE, 0, close_loop, i0);
210 unsigned i0)
215 flags, istart, icount, use_spoken, i0, FALSE, 0);
240 unsigned istart, unsigned icount, unsigned i0)
250 vsplit->fetch_elts[nr++] = i0;
262 unsigned istart, unsigned icount, unsigned i0)
270 /* replace istart by i0 */
271 vsplit->fetch_elts[nr++] = i0;
304 #define SEGMENT_LOOP(flags, istart, icount, i0) \
239 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
261 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, unsigned istart, unsigned icount, unsigned i0) argument
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen_unittest.cc175 Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local
177 return i0;
200 Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local
202 return i0;
233 Instruction* i0 = codegen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local
235 return i0;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c353 int32_t i0, i=0, j, k, expectedIndex; local
356 i0=i;
359 log_err("U16_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, result[cpIndex]);
361 j=i0;
381 j=i0=i;
386 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc145 int i0 = R.NewInstr(b0); local
162 CHECK_EQ(b0, R.code->GetBasicBlock(i0));
195 TestInstr* i0 = TestInstr::New(R.zone(), 100); local
198 R.code->AddInstruction(i0, b0);
206 CHECK_EQ(false, R.code->IsGapAt(2)); // i0
222 TestInstr* i0 = TestInstr::New(R.zone(), 100); local
225 R.code->AddInstruction(i0, b0);
240 CHECK_EQ(false, R.code->IsGapAt(2)); // i0
263 TestInstr* i0 = TestInstr::New(R.zone(), 100); local
266 R.code->AddInstruction(i0, b
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h129 for (uptr i0 = 0; i0 < kLevel1Size; i0++) {
130 l1_[i0].setAll();
132 l2_[i0][i1].setAll();
146 uptr i0 = idx0(idx); local
149 if (!l1_[i0].getBit(i1)) {
150 l1_[i0].setBit(i1);
151 l2_[i0][i1].clear();
153 bool res = l2_[i0][i
161 uptr i0 = idx0(idx); local
175 uptr i0 = idx0(idx); local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c84 uint8_t i0, i1, i2, i3; local
99 i0 = *p8++ ^ crc;
100 crc = t0_le[i0] ^ (crc >> 8);
102 i0 = *p8++ ^ (crc >> 24);
103 crc = t0_le[i0] ^ (crc << 8);
116 i0 = q >> 24;
117 crc = t3_le[i3] ^ t2_le[i2] ^ t1_le[i1] ^ t0_le[i0];
123 i0 = q;
124 crc = t3_le[i3] ^ t2_le[i2] ^ t1_le[i1] ^ t0_le[i0];
132 i0
154 uint8_t i0, i1, i2, i3; local
221 uint8_t i0, i1, i2, i3; local
301 uint8_t i0, i1, i2, i3; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c353 int32_t i0, i=0, j, k, expectedIndex; local
356 i0=i;
359 log_err("U16_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, result[cpIndex]);
361 j=i0;
381 j=i0=i;
386 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
/external/libcxx/src/
H A Ddebug.cpp327 __i_node* i0 = __find_iterator(__i0); local
328 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr;
329 if (i == nullptr && i0 != nullptr)

Completed in 508 milliseconds

123