/external/icu/icu4c/source/data/locales/ |
D | ln.txt | 13 "l m {mb} {mp} n {nd} {ng} {nk} {ns} {nt} {ny} {nz} o ó ô ǒ ɔ {ɔ\u0301} {ɔ" 179 "sánzá ya yambo", 180 "sánzá ya míbalé", 181 "sánzá ya mísáto", 182 "sánzá ya mínei", 183 "sánzá ya mítáno", 184 "sánzá ya motóbá", 185 "sánzá ya nsambo", 186 "sánzá ya mwambe", 187 "sánzá ya libwa", [all …]
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | quant.c | 435 rd->nz = 0; in InitScore() 443 dst->nz = src->nz; // note that nz is not accumulated, but just copied. in CopyScore() 451 dst->nz |= src->nz; // here, new nz bits are accumulated. in AddScore() 500 int n, m, p, nz; in TrellisQuantizeBlock() local 627 nz = 0; in TrellisQuantizeBlock() 633 nz |= (node->level != 0); in TrellisQuantizeBlock() 637 return nz; in TrellisQuantizeBlock() 655 int nz = 0; in ReconstructIntra16() local 663 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24; in ReconstructIntra16() 675 nz |= non_zero << n; in ReconstructIntra16() [all …]
|
D | iterator.c | 189 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument 225 uint32_t nz = 0; in VP8IteratorBytesToNz() local 229 nz |= (top_nz[0] << 12) | (top_nz[1] << 13); in VP8IteratorBytesToNz() 230 nz |= (top_nz[2] << 14) | (top_nz[3] << 15); in VP8IteratorBytesToNz() 231 nz |= (top_nz[4] << 18) | (top_nz[5] << 19); in VP8IteratorBytesToNz() 232 nz |= (top_nz[6] << 22) | (top_nz[7] << 23); in VP8IteratorBytesToNz() 233 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4 in VP8IteratorBytesToNz() 235 nz |= (left_nz[0] << 3) | (left_nz[1] << 7); in VP8IteratorBytesToNz() 236 nz |= (left_nz[2] << 11); in VP8IteratorBytesToNz() 237 nz |= (left_nz[4] << 17) | (left_nz[6] << 21); in VP8IteratorBytesToNz() [all …]
|
/external/webp/src/enc/ |
D | quant.c | 94 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz, in PrintBlockInfo() 514 rd->nz = 0; in InitScore() 523 dst->nz = src->nz; // note that nz is not accumulated, but just copied. in CopyScore() 532 dst->nz |= src->nz; // here, new nz bits are accumulated. in AddScore() 713 int nz = 0; in TrellisQuantizeBlock() local 722 nz |= node->level; in TrellisQuantizeBlock() 726 return (nz != 0); in TrellisQuantizeBlock() 745 int nz = 0; in ReconstructIntra16() local 753 nz |= VP8EncQuantizeBlockWHT(dc_tmp, rd->y_dc_levels, &dqm->y2_) << 24; in ReconstructIntra16() 766 nz |= non_zero << n; in ReconstructIntra16() [all …]
|
D | iterator.c | 228 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument 264 uint32_t nz = 0; in VP8IteratorBytesToNz() local 268 nz |= (top_nz[0] << 12) | (top_nz[1] << 13); in VP8IteratorBytesToNz() 269 nz |= (top_nz[2] << 14) | (top_nz[3] << 15); in VP8IteratorBytesToNz() 270 nz |= (top_nz[4] << 18) | (top_nz[5] << 19); in VP8IteratorBytesToNz() 271 nz |= (top_nz[6] << 22) | (top_nz[7] << 23); in VP8IteratorBytesToNz() 272 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4 in VP8IteratorBytesToNz() 274 nz |= (left_nz[0] << 3) | (left_nz[1] << 7); in VP8IteratorBytesToNz() 275 nz |= (left_nz[2] << 11); in VP8IteratorBytesToNz() 276 nz |= (left_nz[4] << 17) | (left_nz[6] << 21); in VP8IteratorBytesToNz() [all …]
|
/external/v8/test/mjsunit/ |
D | negate-zero.js | 36 var nz = -0; variable 38 assertTrue(IsNegativeZero(nz), "-0"); 39 assertFalse(IsNegativeZero(-nz), "-(-0)");
|
/external/webp/src/dec/ |
D | vp8.c | 443 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits() argument 445 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz; in NzCodeBits() 468 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() local 469 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0); in ParseResiduals() 470 if (nz > 1) { // more than just the DC -> perform the full transform in ParseResiduals() 491 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() local 492 l = (nz > first); in ParseResiduals() 494 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0); in ParseResiduals() 512 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals() local 513 l = (nz > 0); in ParseResiduals() [all …]
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_miptree.c | 32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz) in nvc0_tex_choose_tile_dims() argument 44 if (nz == 1) in nvc0_tex_choose_tile_dims() 50 if (nz > 16 && tile_mode < 0x020) in nvc0_tex_choose_tile_dims() 52 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */ in nvc0_tex_choose_tile_dims() 53 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */ in nvc0_tex_choose_tile_dims() 54 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */ in nvc0_tex_choose_tile_dims()
|
/external/ceres-solver/internal/ceres/ |
D | cxsparse.cc | 123 block_matrix.nz = -1; in BlockAnalyzeCholesky() 171 At.nz = -1; in CreateSparseMatrixTransposeView() 182 tsm_wrapper.nz = tsm->num_nonzeros(); in CreateSparseMatrix()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Plane.java | 90 public void set (float nx, float ny, float nz, float d) { in set() argument 91 normal.set(nx, ny, nz); in set()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 73 vertex(float x, float y, float z, float nx, float ny, float nz) in vertex() 80 normal[2] = nz; in vertex() 84 #define VERT(x, y, z) vertices.push_back(vertex((x), (y), (z), (nx), (ny), (nz))) 91 float nx, ny, nz; in build_gear() local 128 nz = (float)face; in build_gear() 169 nz = 0; in build_gear()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | RandomSetter.h | 310 Index nz = 0; in nonZeros() local 312 nz += static_cast<Index>(m_hashmaps[k].size()); in nonZeros() 313 return nz; in nonZeros()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8.c | 587 const int nz = GetCoeffs(token_br, ac_prob, ctx, in ParseResiduals() local 589 tnz.i8[x] = l = (nz > 0); in ParseResiduals() 591 nz_ac.i8[x] = (nz > 1); in ParseResiduals() 608 const int nz = in ParseResiduals() local 611 tnz.i8[ch + x] = l = (nz > 0); in ParseResiduals() 613 nz_ac.i8[y * 2 + x] = (nz > 1); in ParseResiduals()
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 349 int nz; in Quantize2Blocks() local 351 nz = DoQuantizeBlock(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0; in Quantize2Blocks() 352 nz |= DoQuantizeBlock(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1; in Quantize2Blocks() 353 return nz; in Quantize2Blocks()
|
D | enc_mips32.c | 243 int nz; in Quantize2Blocks() local 244 nz = QuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0; in Quantize2Blocks() 245 nz |= QuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1; in Quantize2Blocks() 246 return nz; in Quantize2Blocks()
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 497 int i=0, nz = 0; in countNonZero_() local 500 nz += (src[i] != 0) + (src[i+1] != 0) + (src[i+2] != 0) + (src[i+3] != 0); in countNonZero_() 503 nz += src[i] != 0; in countNonZero_() 504 return nz; in countNonZero_() 509 int i=0, nz = 0; in countNonZero8u() local 521 nz = i - _mm_cvtsi128_si32(_mm_add_epi32(sum, _mm_unpackhi_epi64(sum, sum))); in countNonZero8u() 554 nz += i - saturate_cast<int>(buf[0] + buf[1] + buf[2] + buf[3]); in countNonZero8u() 557 nz += src[i] != 0; in countNonZero8u() 558 return nz; in countNonZero8u() 563 int i = 0, nz = 0; in countNonZero16u() local [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CompactDecimalDataCache.java | 297 int nz = populatePrefixSuffix( in populateData() local 299 if (nz != numZeros) { in populateData() 306 numZeros = nz; in populateData()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CompactDecimalDataCache.java | 296 int nz = populatePrefixSuffix( in populateData() local 298 if (nz != numZeros) { in populateData() 305 numZeros = nz; in populateData()
|
/external/libvorbis/lib/ |
D | psy.c | 1041 int *nz = alloca(ch*sizeof(*nz)); in _vp_couple_quantize_normalize() local 1068 memcpy(nz,nonzero,sizeof(*nz)*ch); in _vp_couple_quantize_normalize() 1074 if(nz[k]){ in _vp_couple_quantize_normalize() 1117 if(nz[Mi] || nz[Ai]){ in _vp_couple_quantize_normalize() 1118 nz[Mi] = nz[Ai] = 1; in _vp_couple_quantize_normalize()
|
/external/icu/icu4c/source/data/coll/ |
D | ln.txt | 20 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
|
/external/icu/icu4c/source/data/lang/ |
D | nnh.txt | 23 de{"nzǎmɔ̂ɔn"}
|
/external/opencv3/modules/core/src/opencl/ |
D | fft.cl | 534 … __global CT* twiddles_ptr, int twiddles_step, int twiddles_offset, const int t, const int nz) 539 if (y < nz) 613 … __global CT* twiddles_ptr, int twiddles_step, int twiddles_offset, const int t, const int nz) 618 if (x < nz) 674 … __global CT* twiddles_ptr, int twiddles_step, int twiddles_offset, const int t, const int nz) 685 if (y < nz) 780 … __global CT* twiddles_ptr, int twiddles_step, int twiddles_offset, const int t, const int nz) 786 if (x < nz) 817 if (x < nz) 825 if (x!=0 && (x!=(nz-1)))
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 106 int nz = countNonZero(img); in HoughLinesStandard() local 107 int ipp_linesMax = std::min(linesMax, nz*numangle/threshold); in HoughLinesStandard() 1019 CvSeq *nz, *centers; in icvHoughCirclesGradient() local 1044 nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ); in icvHoughCirclesGradient() 1098 cvSeqPush( nz, &pt ); in icvHoughCirclesGradient() 1102 nz_count = nz->total; in icvHoughCirclesGradient() 1159 cvStartReadSeq( nz, &reader ); in icvHoughCirclesGradient()
|
D | morph.cpp | 409 int operator()(uchar** src, int nz, uchar* dst, int width) const in operator ()() 425 for( k = 1; k < nz; k++ ) in operator ()() 441 for( k = 1; k < nz; k++ ) in operator ()() 456 int operator()(uchar** _src, int nz, uchar* _dst, int width) const in operator ()() 475 for( k = 1; k < nz; k++ ) in operator ()() 497 for( k = 1; k < nz; k++ ) in operator ()() 509 for( k = 1; k < nz; k++ ) in operator ()() 803 int i, k, nz = (int)coords.size(); in operator ()() local 811 for( k = 0; k < nz; k++ ) in operator ()() 814 i = vecOp(&ptrs[0], nz, dst, width); in operator ()() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_resource.h | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz);
|