/external/v8/test/mjsunit/ |
negate-zero.js | 36 var nz = -0; variable 38 assertTrue(IsNegativeZero(nz), "-0"); 39 assertFalse(IsNegativeZero(-nz), "-(-0)");
|
/external/valgrind/main/exp-ptrcheck/tests/ |
cmp.c | 12 char* nz = (char*)((long)buf^(long)buf); // known non-pointer local 21 if (buf == nz) return 1; 22 if (nz == buf) return 1; // --> n - p, but legitimate
|
/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...] |
/external/webp/src/enc/ |
iterator.c | 165 // Nz bits: 177 #define BIT(nz, n) (!!((nz) & (1 << (n)))) 211 uint32_t nz = 0; local 213 nz |= (it->top_nz_[0] << 12) | (it->top_nz_[1] << 13); 214 nz |= (it->top_nz_[2] << 14) | (it->top_nz_[3] << 15); 215 nz |= (it->top_nz_[4] << 18) | (it->top_nz_[5] << 19); 216 nz |= (it->top_nz_[6] << 22) | (it->top_nz_[7] << 23); 217 nz |= (it->top_nz_[8] << 24); // we propagate the _top_ bit, esp. for intra4 219 nz |= (it->left_nz_[0] << 3) | (it->left_nz_[1] << 7) [all...] |
quant.c | 367 rd->nz = 0; 375 dst->nz = src->nz; // note that nz is not accumulated, but just copied. 383 dst->nz |= src->nz; // here, new nz bits are accumulated. 432 int n, m, p, nz; local 559 nz = 0; 565 nz |= (node->level != 0) 587 int nz = 0; local 633 int nz = 0; local 655 int nz = 0; local 714 int nz; local 864 int nz = 0; local [all...] |
vp8enci.h | 245 uint32_t nz; // non-zero blocks member in struct:__anon13576
|
/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 | 603 const int nz = GetCoeffs(token_br, ac_prob, ctx, local 605 tnz.i8[x] = l = (nz > 0); 607 nz_ac.i8[x] = (nz > 1); 624 const int nz = local 627 tnz.i8[ch + x] = l = (nz > 0); 629 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;
|
/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/v8/src/mips/ |
constants-mips.h | 403 nz = not_equal, enumerator in enum:v8::internal::Condition
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dtypes.h | 290 D3DVALUE nz;
member in union:_D3DVERTEX::__anon10334
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 290 D3DVALUE nz;
member in union:_D3DVERTEX::__anon10517
|