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

1 2

  /external/chromium_org/v8/test/mjsunit/
negate-zero.js 36 var nz = -0; variable
38 assertTrue(IsNegativeZero(nz), "-0");
39 assertFalse(IsNegativeZero(-nz), "-(-0)");
  /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/chromium_org/third_party/libwebp/enc/
iterator.c 177 // Nz bits:
189 #define BIT(nz, n) (!!((nz) & (1 << (n))))
225 uint32_t nz = 0; local
229 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
230 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
231 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
232 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
233 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
235 nz |= (left_nz[0] << 3) | (left_nz[1] << 7)
    [all...]
quant.c 435 rd->nz = 0;
443 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
451 dst->nz |= src->nz; // here, new nz bits are accumulated.
500 int n, m, p, nz; local
627 nz = 0;
633 nz |= (node->level != 0)
655 int nz = 0; local
701 int nz = 0; local
723 int nz = 0; local
782 int nz; local
939 int nz = 0; local
    [all...]
vp8enci.h 267 uint32_t nz; // non-zero blocks member in struct:__anon14022
  /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 177 // Nz bits:
189 #define BIT(nz, n) (!!((nz) & (1 << (n))))
225 uint32_t nz = 0; local
229 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
230 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
231 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
232 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
233 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
235 nz |= (left_nz[0] << 3) | (left_nz[1] << 7)
    [all...]
quant.c 435 rd->nz = 0;
443 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
451 dst->nz |= src->nz; // here, new nz bits are accumulated.
500 int n, m, p, nz; local
627 nz = 0;
633 nz |= (node->level != 0)
655 int nz = 0; local
701 int nz = 0; local
723 int nz = 0; local
782 int nz; local
939 int nz = 0; local
    [all...]
vp8enci.h 267 uint32_t nz; // non-zero blocks member in struct:__anon30409
  /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/chromium_org/third_party/libwebp/dec/
vp8.c 587 const int nz = GetCoeffs(token_br, ac_prob, ctx, local
589 tnz.i8[x] = l = (nz > 0);
591 nz_ac.i8[x] = (nz > 1);
608 const int nz = local
611 tnz.i8[ch + x] = l = (nz > 0);
613 nz_ac.i8[y * 2 + x] = (nz > 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 73 vertex(float x, float y, float z, float nx, float ny, float nz)
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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 73 vertex(float x, float y, float z, float nx, float ny, float nz)
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/webp/src/dec/
vp8.c 587 const int nz = GetCoeffs(token_br, ac_prob, ctx, local
589 tnz.i8[x] = l = (nz > 0);
591 nz_ac.i8[x] = (nz > 1);
608 const int nz = local
611 tnz.i8[ch + x] = l = (nz > 0);
613 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 1064 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
1483 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
    [all...]
  /external/icu4c/i18n/
compactdecimalformat.cpp 727 int32_t nz = populatePrefixSuffix( local
733 if (nz != numZeros) {
741 numZeros = 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...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 1064 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
1483 LLVMValueRef nz = lp_build_const_vec(bld_base->base.gallivm, local
    [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/chromium/base/third_party/dmg_fp/
dtoa.cc 2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]

Completed in 744 milliseconds

1 2