HomeSort by relevance Sort by last modified time
    Searched defs:nz (Results 1 - 19 of 19) sorted by null

  /external/v8/test/mjsunit/
negate-zero.js 36 var nz = -0; variable
38 assertTrue(IsNegativeZero(nz), "-0");
39 assertFalse(IsNegativeZero(-nz), "-(-0)");
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidFloatDoubleTest.java 41 float nz = -0.0f; local
48 assertTrue(pz == nz);
52 assertTrue(nz == pz);
53 assertTrue(nz == nz);
54 assertTrue(nz == pzero);
55 assertTrue(nz == nzero);
58 assertTrue(pzero == nz);
63 assertTrue(nzero == nz);
69 assertTrue(!Float.valueOf(pz).equals(Float.valueOf(nz)));
96 double nz = -0.0; local
    [all...]
  /frameworks/av/tools/resampler_tools/
fir.cpp 95 // 2^nz >= 2^(nc/2)
99 // note that increasing nz only increases memory requirements,
107 int nz = 4; local
173 nz = atoi(optarg);
198 const int M = (1 << nz);
210 printf("const int32_t RESAMPLE_FIR_LERP_INT_BITS = %d;\n", nz);
227 double x = (2.0 * M_PI * ix * Fcr) / (1 << nz);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 310 Index nz = 0; local
312 nz += static_cast<Index>(m_hashmaps[k].size());
313 return nz;
  /external/webp/src/enc/
iterator.c 175 // Nz bits:
187 #define BIT(nz, n) (!!((nz) & (1 << (n))))
223 uint32_t nz = 0; local
227 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
228 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
229 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
230 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
231 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
233 nz |= (left_nz[0] << 3) | (left_nz[1] << 7)
    [all...]
quant.c 433 rd->nz = 0;
441 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
449 dst->nz |= src->nz; // here, new nz bits are accumulated.
498 int n, m, p, nz; local
625 nz = 0;
631 nz |= (node->level != 0)
653 int nz = 0; local
699 int nz = 0; local
721 int nz = 0; local
780 int nz; local
937 int nz = 0; local
    [all...]
vp8enci.h 264 uint32_t nz; // non-zero blocks member in struct:__anon18235
  /external/opencv/cv/src/
cvmorph.cpp 167 int el_type = 0, nz = -1; local
183 CV_CALL( nz = cvCountNonZero(_element));
184 if( nz == _ksize.width*_ksize.height )
    [all...]
cvhough.cpp 872 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 );
    [all...]
  /external/webp/src/dec/
vp8.c 585 const int nz = GetCoeffs(token_br, ac_prob, ctx, local
587 tnz.i8[x] = l = (nz > 0);
589 nz_ac.i8[x] = (nz > 1);
606 const int nz = local
609 tnz.i8[ch + x] = l = (nz > 0);
611 nz_ac.i8[y * 2 + x] = (nz > 1);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 182 float nz = sinU; local
184 float length = (float) Math.sqrt(nx*nx + ny*ny + nz*nz);
187 nz /= length;
189 grid.set(i, j, x, y, z, nx, ny, nz);
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) {
333 mVertexBuffer.put(nz);
TouchPaint.java 487 float nz = (float) Math.cos(tilt); local
488 if (nz < 0.05) {
491 float cd = z / nz;
  /external/libvorbis/lib/
psy.c 1041 int *nz = alloca(ch*sizeof(*nz)); local
1068 memcpy(nz,nonzero,sizeof(*nz)*ch);
1074 if(nz[k]){
    [all...]
  /bionic/libc/stdlib/
strtod.c 1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1360 sign = nz0 = nz = 0;
1431 nz++;
1434 nf += nz;
1435 nz = 0;
1442 nz++;
1444 nf += nz;
1445 for(i = 1; i < nz; i++)
1454 nz = 0;
1461 if (!nd && !nz && !nz0)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 752 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
760 sign = nz0 = nz = 0;
803 nz++;
806 nf += nz;
807 nz = 0;
814 nz++;
816 nf += nz;
817 for (i = 1; i < nz; i++)
826 nz = 0;
833 if (!nd && !nz && !nz0
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/opencv/ml/src/
mltree.cpp 1352 int nz = 0, m = data->get_num_classes(); local
2439 int nz = n - node->get_num_valid(node->split->var_idx); local
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 290 D3DVALUE nz; member in union:_D3DVERTEX::__anon14274
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 290 D3DVALUE nz; member in union:_D3DVERTEX::__anon14457

Completed in 759 milliseconds