Searched refs:dbits (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkMath.cpp | 65 int dbits = SkCLZ(denom) - 1; in SkDivBits() local 66 int bits = shift_bias - nbits + dbits; in SkDivBits() 75 denom <<= dbits; in SkDivBits()
|
/external/freetype/src/gzip/ |
D | infcodes.c | 51 Byte dbits; /* dtree bits decoder per branch */ member 71 c->dbits = (Byte)bd; in inflate_codes_new() 108 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes() 163 c->sub.code.need = c->dbits; in inflate_codes()
|
/external/zopfli/src/zopfli/ |
D | squeeze.c | 126 int dbits = ZopfliGetDistExtraBits(dist); in GetCostFixed() local 133 return cost + dbits + lbits; in GetCostFixed() 149 int dbits = ZopfliGetDistExtraBits(dist); in GetCostStat() local 150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits; in GetCostStat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRboStateQueryTests.cpp | 243 int dbits; in test() member 255 …checkRenderbufferComponentSize(m_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, … in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 286 int dbits; in test() member 302 …checkRenderbufferComponentSize(m_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, … in test()
|
D | es3fFboStateQueryTests.cpp | 672 int dbits; in test() member 683 …].internalFormat, depthAttachments[ndx].attachment, depthAttachments[ndx].dbits, depthAttachments[… in test()
|
/external/v8/benchmarks/ |
D | crypto.js | 43 var dbits; variable 149 dbits = bits; 151 BI_DB = dbits; 152 BI_DM = ((1<<dbits)-1); 153 BI_DV = (1<<dbits); 157 BI_F1 = BI_FP-dbits; 158 BI_F2 = 2*dbits-BI_FP;
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | lua_binarytrees.js | 41756 var dbits; 41820 dbits = 30; 41824 dbits = 26; 41828 dbits = 28; 41831 BigInteger.prototype.DB = dbits; 41832 BigInteger.prototype.DM = ((1<<dbits)-1); 41833 BigInteger.prototype.DV = (1<<dbits); argument 41837 BigInteger.prototype.F1 = BI_FP-dbits; 41838 BigInteger.prototype.F2 = 2*dbits-BI_FP;
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 8257 var dbits; 8321 dbits = 30; 8325 dbits = 26; 8329 dbits = 28; 8332 BigInteger.prototype.DB = dbits; 8333 BigInteger.prototype.DM = ((1<<dbits)-1); 8334 BigInteger.prototype.DV = (1<<dbits); argument 8338 BigInteger.prototype.F1 = BI_FP-dbits; 8339 BigInteger.prototype.F2 = 2*dbits-BI_FP;
|