Home
last modified time | relevance | path

Searched refs:dec (Results 626 - 650 of 671) sorted by relevance

1...<<21222324252627

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java7 package org.brotli.dec;
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak304 # 2010-dec Removed pnames.icu.
/third_party/python/Lib/test/
H A Dtest_tarfile.py1575 dec = self.decompressor()
1578 data = dec.decompress(data)
1579 self.assertFalse(dec.unused_data, "found trailing data")
H A Dtest_socket.py6405 dec = op.recv(msglen * multiplier)
6406 self.assertEqual(len(dec), msglen * multiplier)
6407 self.assertEqual(dec, msg * multiplier)
/third_party/elfutils/src/
H A Dreadelf.c11830 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name in handle_core_item()
11835 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item()
11867 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item()
11870 0, item->name, dec, value_##Name[0]); \ in handle_core_item()
11883 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item()
11974 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h613 void dec(Register dst);
614 void dec(Operand dst);
H A Dassembler-ia32.cc1010 void Assembler::dec(Register dst) { in dec() function in v8::internal::Assembler
1015 void Assembler::dec(Operand dst) { in dec() function in v8::internal::Assembler
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp225 str << val << std::dec << ") "; in streamDefinition() member in glcts::__anon27691::std
245 str << val << std::dec << ") "; in streamDefinition() member in glcts::__anon27691::std
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2546 BigDecimal dec = new BigDecimal(figure); in TestBigDecimalRounding()
2552 assertEquals("bigdec format", "50.00", f.format(dec)); in TestBigDecimalRounding()
2559 assertEquals("Rounding down", f.format(dbl), f.format(dec)); in TestBigDecimalRounding()
2563 assertEquals("Rounding half up", f.format(dbl), f.format(dec)); in TestBigDecimalRounding()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2543 BigDecimal dec = new BigDecimal(figure); in TestBigDecimalRounding()
2549 assertEquals("bigdec format", "50.00", f.format(dec)); in TestBigDecimalRounding()
2556 assertEquals("Rounding down", f.format(dbl), f.format(dec)); in TestBigDecimalRounding()
2560 assertEquals("Rounding half up", f.format(dbl), f.format(dec)); in TestBigDecimalRounding()
/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c169 int (*decode)(AVCodecContext *avctx, void *dec, GetBitContext *gb, float *out);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc96 os << std::setw(6) << std::hex << pc_offset_ << std::dec << " stack height " in Print()
H A Dwasm-code-manager.cc431 os << std::setw(10) << std::hex << it.code_offset() << std::dec in Disassemble()
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc1595 os << std::dec << "\n";
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1371 return os << "s0x" << std::hex << slot.offset() << std::dec; in operator <<()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl405 dec $num
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl582 dec %r13d
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl172 my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15)); # for dec
1064 my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15)); # for dec
1892 dec $len
H A Daesni-sha256-x86_64.pl1560 dec $len
/third_party/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl582 dec %r13d
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl172 my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15)); # for dec
1064 my ($inout0,$inout1,$inout2,$inout3)=map("%xmm$_",(12..15)); # for dec
1892 dec $len
H A Daesni-sha256-x86_64.pl1560 dec $len
/third_party/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl405 dec $num
/third_party/vk-gl-cts/modules/egl/
H A DteglWideColorTests.cpp1323 std::hex << m_testAttribList[i] << std::dec << in executeTest()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp13062 auto &dec = meta->decoration;
13063 if (keywords.find(dec.alias) != end(keywords))
13064 dec.alias += "0";
13072 auto &dec = meta->decoration;
13073 if (illegal_func_names.find(dec.alias) != end(illegal_func_names))
13074 dec.alias += "0";

Completed in 106 milliseconds

1...<<21222324252627