Searched defs:nc (Results 1 - 25 of 97) sorted by relevance

1234

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp15.cpp8 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { argument
10 (void)[&nc] () -> void {};
H A Dp14.cpp16 void capture_by_copy(NonCopyable nc, NonCopyable &ncr, const NonConstCopy nco) { argument
17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
H A Dtemplates.cpp108 void double_capture(T &nc) { argument
111 T nc2(nc);
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}} member in class:S
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp55 NonConst nc; member in struct:copy::NonConst3
61 NonConst nc; // makes implicit copy non-const member in struct:copy::BadConst
/external/eigen/bench/
H A DbenchmarkSlice.cpp26 int r, c, nr, nc; local
30 nc = Eigen::internal::random<int>(50,80);
31 m.block(r,c,nr,nc) += Mat::Ones(nr,nc);
32 m.block(r,c,nr,nc) *= SCALAR(10);
33 m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10);
34 m.block(r,c,nr,nc) /= SCALAR(10);
/external/eigen/test/
H A Dcorners.cpp36 Index nc = internal::random<Index>(1,cols-sc); local
42 COMPARE_CORNER(middleCols(sc,nc), block(0,sc,rows,nc));
/external/libnl/tests/
H A Dtest-cache-mngr.c32 struct nl_cache *lc, *nc, *ac, *rc; local
48 if ((err = nl_cache_mngr_add(mngr, "route/neigh", &change_cb, &nc)) < 0)
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_cwrs32.c102 opus_uint32 nc; local
108 nc=ncwrs_urow(n,k,uu);
110 nc=CELT_PVQ_V(n,k);
112 inc=nc/20000;
114 for(i=0;i<nc;i+=inc){
136 /*printf("%6u of %u:",i,nc);
150 if(v!=nc){
152 (long)v,(long)nc);
/external/clang/test/SemaCXX/
H A Dcxx0x-cursory-default-delete.cpp20 non_copiable nc; local
21 non_copiable nc2 = nc; // expected-error {{deleted constructor}}
22 nc = nc; // expected-error {{deleted operator}}
H A Dcopy-assignment.cpp61 C c, nc; local
82 nc = c;
83 nc = constC;
84 nc = 1;
85 nc = 1L;
86 nc = 1.0; // expected-error{{use of overloaded operator '=' is ambiguous}}
87 nc += 1;
88 nc += 1L;
89 nc += 1.0; // expected-error{{use of overloaded operator '+=' is ambiguous}}
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared.pass.cpp55 int nc = new_count; local
60 assert(new_count == nc+1);
66 nc = new_count;
70 assert(new_count == nc+1);
/external/libopus/celt/tests/
H A Dtest_unit_cwrs32.c102 opus_uint32 nc; local
108 nc=ncwrs_urow(n,k,uu);
110 nc=CELT_PVQ_V(n,k);
112 inc=nc/20000;
114 for(i=0;i<nc;i+=inc){
136 /*printf("%6u of %u:",i,nc);
150 if(v!=nc){
152 (long)v,(long)nc);
/external/srec/srec/cfront/
H A Dchelmel4.c63 //static void lpc_to_cepstral_recursion(cepdata *c, cepdata *a, int nc, int n);
64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc);
93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc) argument
102 for (i = 0; i <= nc; i++)
202 // int nc, /* order of cepstra */
208 // ASSERT(nc < LPCMAX);
210 // for (i = n + 1; i <= nc; i++)
218 // for (i = 1; i <= nc; i++)
226 // /* to <=nc in icostrans */
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp133 NetworkConfig *nc = new NetworkConfig(); local
134 if (nc == NULL)
136 nc->setWpaGui(wpagui);
137 nc->paramsFromScanResults(sel);
138 nc->show();
139 nc->exec();
/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h64 Index nc = mat.cols(); // Number of columns local
66 Index diagSize = (std::min)(nc,m);
67 IndexVector root(nc); // root of subtree of etree
69 IndexVector pp(nc); // disjoint sets
75 firstRowElt.setConstant(nc);
78 for (col = 0; col < nc; col++)
93 for (col = 0; col < nc; col++)
99 parent(col) = nc;
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest.cc35 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
323 const std::string& nc) const {
338 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":";
351 std::string nc = base::StringPrintf("%08x", nonce_count); local
365 cnonce, nc);
376 authorization += ", nc=" + nc;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_vbo.c40 const unsigned nc = util_format_get_nr_components(ve->src_format); local
51 switch (nc) {
/external/chromium_org/third_party/opus/src/celt/
H A Dcwrs.c679 opus_uint32 nc; local
683 i=icwrs(_n,_k,&nc,_y,u);
684 ec_enc_uint(_enc,i,nc);
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Dfft4g.c290 static void makect(int nc, int *ip, float *c);
297 static void rftfsub(int n, float *a, int nc, float *c);
298 static void rftbsub(int n, float *a, int nc, float *c);
300 static void dctsub(int n, float *a, int nc, float *c)
301 static void dstsub(int n, float *a, int nc, float *c)
326 int nw, nc; local
334 nc = ip[1];
335 if (n > (nc << 2)) {
336 nc = n >> 2;
337 makect(nc, i
671 makect(int nc, int *ip, float *c) argument
1234 rftfsub(int n, float *a, int nc, float *c) argument
1259 rftbsub(int n, float *a, int nc, float *c) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c128 unsigned int nc = ub - lb; local
129 GoTo *goTo = malloc(sizeof(GoTo)*nc);
130 Span *span = malloc(sizeof(Span)*nc);
134 memset((char*) goTo, 0, nc*sizeof(GoTo));
172 for(j = 0; j < nc;){
174 while(++j < nc && goTo[rep[j]].to == to);
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h259 Index nc = cols; // cache block size along the N direction local
260 computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
349 Index nc = cols; // cache block size along the N direction local
350 computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp382 int32_t nc = rd.numeric; local
383 if ( nc > 0 ) {
384 const Region *ncRegion = Region::getInstance(nc,status);
385 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
/external/libcxx/src/
H A Ddebug.cpp144 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1); local
145 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*)));
157 size_t h = hash<void*>()(q->__c_) % nc;
166 __cend_ = __cbeg_ + nc;
432 size_t nc = 2*static_cast<size_t>(cap_ - beg_); local
433 if (nc == 0)
434 nc = 1;
436 static_cast<__i_node**>(malloc(nc * sizeof(__i_node*)));
443 if (nc > 1)
444 memcpy(beg, beg_, nc/
461 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1); local
[all...]
/external/libopus/celt/
H A Dcwrs.c679 opus_uint32 nc; local
683 i=icwrs(_n,_k,&nc,_y,u);
684 ec_enc_uint(_enc,i,nc);

Completed in 2299 milliseconds

1234