Searched refs:nz (Results 1 - 25 of 44) sorted by relevance

12

/external/v8/test/mjsunit/
H A Dnegate-zero.js36 var nz = -0; variable
38 assertTrue(IsNegativeZero(nz), "-0");
39 assertFalse(IsNegativeZero(-nz), "-(-0)");
/external/webp/src/enc/
H A Dquant.c69 printf("\nD:%d SD:%d R:%d H:%d nz:0x%x score:%d\n",
70 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz,
493 rd->nz = 0;
502 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
511 dst->nz |= src->nz; // here, new nz bits are accumulated.
692 int nz local
724 int nz = 0; local
775 int nz = 0; local
797 int nz = 0; local
880 int nz; local
1060 int nz = 0; local
[all...]
H A Diterator.c228 #define BIT(nz, n) (!!((nz) & (1 << (n))))
264 uint32_t nz = 0; local
268 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
269 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
270 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
271 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
272 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
274 nz |= (left_nz[0] << 3) | (left_nz[1] << 7);
275 nz |
[all...]
H A Dvp8enci.h272 uint32_t nz; // non-zero blocks member in struct:__anon16972
/external/webp/src/dec/
H A Dvp8.c450 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { argument
452 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz;
475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); local
476 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0);
477 if (nz > 1) { // more than just the DC -> perform the full transform
498 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); local
499 l = (nz > first);
501 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0);
519 const int nz local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
44 if (nz == 1)
50 if (nz > 16 && tile_mode < 0x020)
52 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */
53 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */
54 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */
/external/ceres-solver/internal/ceres/
H A Dcxsparse.cc123 block_matrix.nz = -1;
171 At.nz = -1;
182 tsm_wrapper.nz = tsm->num_nonzeros();
H A Dsuitesparse.cc101 m.nz = NULL;
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h310 Index nz = 0; local
312 nz += static_cast<Index>(m_hashmaps[k].size());
313 return nz;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp73 vertex(float x, float y, float z, float nx, float ny, float nz) argument
80 normal[2] = nz;
84 #define VERT(x, y, z) vertices.push_back(vertex((x), (y), (z), (nx), (ny), (nz)))
91 float nx, ny, nz; local
128 nz = (float)face;
169 nz = 0;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCompactDecimalDataCache.java296 int nz = populatePrefixSuffix(
298 if (nz != numZeros) {
305 numZeros = nz;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.h35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz);
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) argument
34 return nvc0_tex_choose_tile_dims(nx, ny * 2, nz);
/external/libunwind/tests/
H A Dia64-dyn-asm.S66 tbit.nz p6, p0 = in0, 4
H A Dia64-test-nat-asm.S44 tbit.nz p15, p0 = reg, 0;; \
115 tbit.nz p6, p0 = r4, 0;;
384 tnat.nz p6, p7 = r5;;
H A Dia64-test-stack-asm.S87 tbit.nz p6, p0 = r8, 0
/external/libvorbis/lib/
H A Dpsy.c1041 int *nz = alloca(ch*sizeof(*nz)); local
1068 memcpy(nz,nonzero,sizeof(*nz)*ch);
1074 if(nz[k]){
1117 if(nz[Mi] || nz[Ai]){
1118 nz[Mi] = nz[Ai] = 1;
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h100 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
H A Dapi_loopback.c366 loopback_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz )
368 NORMAL( BYTE_TO_FLOAT(nx), BYTE_TO_FLOAT(ny), BYTE_TO_FLOAT(nz) );
372 loopback_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz )
374 NORMAL((GLfloat) nx, (GLfloat) ny, (GLfloat) nz);
378 loopback_Normal3i( GLint nx, GLint ny, GLint nz )
380 NORMAL( INT_TO_FLOAT(nx), INT_TO_FLOAT(ny), INT_TO_FLOAT(nz) );
384 loopback_Normal3s( GLshort nx, GLshort ny, GLshort nz )
386 NORMAL( SHORT_TO_FLOAT(nx), SHORT_TO_FLOAT(ny), SHORT_TO_FLOAT(nz) );
/external/opencv/cv/src/
H A Dcvhough.cpp872 CvSeq *nz, *centers; local
891 CV_CALL( nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ));
954 cvSeqPush( nz, &pt );
958 nz_count = nz->total;
1013 cvStartReadSeq( nz, &reader );
H A Dcvmorph.cpp167 int el_type = 0, nz = -1; local
183 CV_CALL( nz = cvCountNonZero(_element));
184 if( nz == _ksize.width*_ksize.height )
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h66 res.nz = 0;
71 res.nz = mat.innerNonZeroPtr();
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { argument
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
500 public void glNormal3x(int nx, int ny, int nz) { argument
501 ((GL10)mGL).glNormal3x(nx, ny, nz);
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp725 int32_t nz = populatePrefixSuffix( local
731 if (nz != numZeros) {
739 numZeros = nz;
/external/opencv/ml/src/
H A Dmltree.cpp1352 int nz = 0, m = data->get_num_classes(); local
1354 nz += cls_count[i] != 0;
1355 if( nz == 1 ) // there is only one class
2439 int nz = n - node->get_num_valid(node->split->var_idx); local
2443 if( nz && data->params.use_surrogates )
2446 for( ; split != 0 && nz; split = split->next )
2463 if( --nz )
2483 if( --nz )
2492 if( nz )
2496 nl = n - nr - nz;
[all...]

Completed in 1123 milliseconds

12