HomeSort by relevance Sort by last modified time
    Searched defs:nz (Results 1 - 25 of 30) 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)");
  /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 105 // 2^nz >= 2^(nc/2)
109 // note that increasing nz only increases memory requirements,
224 int nz = 0; // recalculate nz as the bits needed to represent M local
225 for (int i = M-1 ; i; i>>=1, nz++);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
143 sign = nz0 = nz = decpt = 0;
228 nz++;
231 nf += nz;
232 nz = 0;
239 nz++;
241 nf += nz;
242 for(i = 1; i < nz; i++)
251 nz = 0;
258 if (!nd && !nz && !nz0)
    [all...]
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
379 denorm = sign = nz0 = nz = 0;
450 nz++;
453 nf += nz;
454 nz = 0;
461 nz++;
463 nf += nz;
464 for(i = 1; i < nz; i++)
473 nz = 0;
480 if (!nd && !nz && !nz0)
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 216 // Nz bits:
228 #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)
    [all...]
quant.c 69 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 = 0 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...]
vp8enci.h 272 uint32_t nz; // non-zero blocks member in struct:__anon17913
  /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 216 // Nz bits:
228 #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)
    [all...]
quant.c 69 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 = 0 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...]
vp8enci.h 272 uint32_t nz; // non-zero blocks member in struct:__anon17051
  /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 450 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) {
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 = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst) local
    [all...]
  /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 450 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) {
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 = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst) local
    [all...]
  /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 520 float nz = (float) Math.cos(tilt); local
521 if (nz < 0.05) {
524 float cd = z / nz;
  /external/chromium_org/third_party/icu/source/i18n/
compactdecimalformat.cpp 727 int32_t nz = populatePrefixSuffix( local
733 if (nz != numZeros) {
741 numZeros = 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/icu/icu4c/source/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...]

Completed in 1891 milliseconds

1 2