Searched refs:bits (Results 1001 - 1025 of 1594) sorted by relevance

<<41424344454647484950>>

/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp604 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(format); local
606 return tcu::RGBA(calculateU8ConversionError(bits.x()),
607 calculateU8ConversionError(bits.y()),
608 calculateU8ConversionError(bits.z()),
609 calculateU8ConversionError(bits.w()));
/external/libopus/src/
H A Dopus_demo.c48 "<bits per second> [options] <input> <output>\n", argv[0]);
245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; local
841 /* count bits */
842 bits += len[toggle]*8;
863 1e-3*bits*sampling_rate/tot_samples);
870 1e-3*sqrt(bits2/count - bits*bits/(count*(double)count))*sampling_rate/frame_size);
/external/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl20 # bits of %l0-%l7. The latter is done to achieve 32-/64-bit ABI
45 $bits=32;
46 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
47 if ($bits==64) { $bias=2047; $frame=192; }
384 $code.=<<___ if ($bits==64);
581 bne `$bits==64?"%xcc":"%icc"`,.Lloop
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc36 #include "src/base/bits.h"
423 // TODO(all): currently each relocated constant is 64 bits, consider adding
455 // A constant pool size is expressed in number of 32-bits words.
605 DCHECK(m >= 4 && base::bits::IsPowerOfTwo32(m));
2074 // bits: aBbb.bbbc.defg.h000.0000.0000.0000.0000
2075 uint32_t bits = float_to_rawbits(imm); local
2077 uint32_t bit7 = ((bits >> 31) & 0x1) << 7;
2079 uint32_t bit6 = ((bits >> 29) & 0x1) << 6;
2081 uint32_t bit5_to_0 = (bits >> 19) & 0x3f;
2089 // bits
2091 uint64_t bits = double_to_rawbits(imm); local
2741 uint32_t bits = float_to_rawbits(imm); local
2766 uint64_t bits = double_to_rawbits(imm); local
[all...]
/external/aac/libAACdec/src/
H A Dblock.cpp141 if (i - 16 > CACHE_BITS) { /* cannot read more than "CACHE_BITS" bits at once in the function FDKreadBits() */
381 * \param lsb last 2 bits of the scale factor of the sfb.
545 int bits = hcb->numBits; local
546 int mask = (1<<bits)-1;
564 idx >>= bits; local
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c259 /* 32 bits. */
297 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */
551 /* Each gray pixel takes 2 bits long there */
586 /* A lookup table used to quickly count set bits in four gray 2x2 */
2543 PByte bits; local
2546 bits = ras.bTarget + ( y >> 3 );
2556 p = bits - e1 * ras.target.pitch;
2575 PByte bits; local
2653 bits = ras.bTarget + ( y >> 3 );
2656 bits
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.h264 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
282 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
302 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
328 uint8_t bits=smallFCD[lead>>8]; local
329 if(bits==0) { return false; }
330 return (UBool)((bits>>((lead>>5)&7))&1);
594 // bits i
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp322 if (bits & NV50_IR_MOD_ABS)
324 if (bits & NV50_IR_MOD_NEG)
326 if (bits & NV50_IR_MOD_SAT) {
333 assert(!(bits & NV50_IR_MOD_NOT));
342 if (bits & NV50_IR_MOD_ABS)
345 if (bits & NV50_IR_MOD_NEG)
347 if (bits & NV50_IR_MOD_NOT)
352 if (bits & NV50_IR_MOD_ABS)
354 if (bits & NV50_IR_MOD_NEG)
356 if (bits
[all...]
H A Dnv50_ir_ra.cpp88 BitSet bits[LAST_REGISTER_FILE + 1]; member in class:nv50_ir::RegisterSet
101 bits[f].fill(0);
115 bits[rf].allocate(last[rf] + 1, true);
130 bits[f].periodicMask32(lock, unlock);
136 bits[f] |= set->bits[f];
143 bits[FILE_GPR].print();
150 reg = bits[f].findFreeRange(size);
166 bits[f].setMask(reg & ~31, static_cast<uint32_t>(mask) << (reg % 32));
172 if (bits[
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkSHA1.cpp62 // Get the number of bits before padding.
63 uint8_t bits[8]; local
64 encode(bits, this->byteCount << 3);
78 this->update(bits, 8);
110 /** Rotates x left n bits. */
/external/chromium_org/v8/src/compiler/
H A Dmachine-operator-reducer.cc7 #include "src/base/bits.h"
157 base::bits::RotateRight32(m.left().Value(), m.right().Value()));
460 bool ovf = base::bits::SignedAddOverflow32(m.left().Value(),
474 bool ovf = base::bits::SignedSubOverflow32(m.left().Value(),
/external/elfutils/0.153/libdwfl/
H A Dlinux-kernel-modules.c540 unsigned char *bits = p; local
557 vaddr += bits - buf.data;
558 return INTUSE(dwfl_module_report_build_id) (mod, bits,
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c220 int *bits, int *type);
736 int *bits, int *type)
743 *bits = -1;
732 default_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
/external/freetype/src/raster/
H A Dftraster.c259 /* 32 bits. */
297 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */
553 /* Each gray pixel takes 2 bits long there */
588 /* A lookup table used to quickly count set bits in four gray 2x2 */
2548 PByte bits; local
2551 bits = ras.bTarget + ( y >> 3 );
2561 p = bits - e1 * ras.target.pitch;
2580 PByte bits; local
2658 bits = ras.bTarget + ( y >> 3 );
2661 bits
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h221 // For float, there are 8 exponent bits and 23 fraction bits.
223 // For double, there are 11 exponent bits and 52 fraction bits.
240 // # of bits in a number.
243 // # of fraction bits in a number.
247 // # of exponent bits in a number.
253 // The mask for the fraction bits.
257 // The mask for the exponent bits.
268 // bits
287 ReinterpretBits(const Bits bits) argument
304 const Bits &bits() const { return u_.bits_; } function in class:testing::internal::FloatingPoint
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h270 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
288 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
308 * @return The lccc(c) in bits 15..8 and tccc(c) in bits 7..0.
334 uint8_t bits=smallFCD[lead>>8]; local
335 if(bits==0) { return false; }
336 return (UBool)((bits>>((lead>>5)&7))&1);
612 // bits i
[all...]
/external/ltrace/
H A Dlens_default.c35 #include "bits.h"
717 size_t bits = 0; local
719 bits += bitcount(data[i]);
722 unsigned neg = bits > sz * 4 ? 0xff : 0x00;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp322 if (bits & NV50_IR_MOD_ABS)
324 if (bits & NV50_IR_MOD_NEG)
326 if (bits & NV50_IR_MOD_SAT) {
333 assert(!(bits & NV50_IR_MOD_NOT));
342 if (bits & NV50_IR_MOD_ABS)
345 if (bits & NV50_IR_MOD_NEG)
347 if (bits & NV50_IR_MOD_NOT)
352 if (bits & NV50_IR_MOD_ABS)
354 if (bits & NV50_IR_MOD_NEG)
356 if (bits
[all...]
H A Dnv50_ir_ra.cpp88 BitSet bits[LAST_REGISTER_FILE + 1]; member in class:nv50_ir::RegisterSet
101 bits[f].fill(0);
115 bits[rf].allocate(last[rf] + 1, true);
130 bits[f].periodicMask32(lock, unlock);
136 bits[f] |= set->bits[f];
143 bits[FILE_GPR].print();
150 reg = bits[f].findFreeRange(size);
166 bits[f].setMask(reg & ~31, static_cast<uint32_t>(mask) << (reg % 32));
172 if (bits[
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h347 that is three bits plus filler bits to the next byte, followed by four bytes
354 codes block that is 10 bits long. This assures that enough bytes are output
360 seven bits of the current block are held to be written as the next byte after
362 be provided enough bits at this point in order to complete decompression of
492 number of unused bits in the last byte taken from strm->next_in, plus 64 if
498 unused bits may in general be greater than seven, except when bit 7 of
499 data_type is set, in which case the number of unused bits will be less than
502 consumed input in bits.
775 int *bits));
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp15 FX_INT32 width, height, color_trans, num_comps, bits; local
17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) {
40 pDict->SetAtInteger("BitsPerComponent", bits);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h351 that is three bits plus filler bits to the next byte, followed by four bytes
358 codes block that is 10 bits long. This assures that enough bytes are output
364 seven bits of the current block are held to be written as the next byte after
366 be provided enough bits at this point in order to complete decompression of
496 number of unused bits in the last byte taken from strm->next_in, plus 64 if
502 unused bits may in general be greater than seven, except when bit 7 of
503 data_type is set, in which case the number of unused bits will be less than
506 consumed input in bits.
779 int *bits));
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c259 /* 32 bits. */
297 #define Pixel_Bits 6 /* fractional bits of *input* coordinates */
553 /* Each gray pixel takes 2 bits long there */
588 /* A lookup table used to quickly count set bits in four gray 2x2 */
2545 PByte bits; local
2548 bits = ras.bTarget + ( y >> 3 );
2558 p = bits - e1 * ras.target.pitch;
2577 PByte bits; local
2655 bits = ras.bTarget + ( y >> 3 );
2658 bits
[all...]
/external/pixman/pixman/
H A Dpixman-arm-common.h102 imp, src_image, dest_image->bits.format); \
139 imp, src_image, dest_image->bits.format); \
178 imp, mask_image, dest_image->bits.format); \
H A Dpixman-mips-dspr2.c168 uint32_t * bits,
183 byte_line = (uint8_t *)(((uint16_t *)bits) + stride * y + x);
196 byte_line = (uint8_t *)(((uint32_t *)bits) + stride * y + x);
167 mips_dspr2_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t _xor) argument

Completed in 1387 milliseconds

<<41424344454647484950>>