Home
last modified time | relevance | path

Searched +full:- +full:- +full:binary (Results 1 – 25 of 1236) sorted by relevance

12345678910>>...50

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_elf_util.c38 struct radeon_shader_binary *binary) in parse_symbol_table() argument
43 symbol_table_header->sh_size / symbol_table_header->sh_entsize; in parse_symbol_table()
49 * I don't think it is worth the cost of pre-computing the number in parse_symbol_table()
52 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t)); in parse_symbol_table()
61 binary->global_symbol_offsets[binary->global_symbol_count] = in parse_symbol_table()
66 for (i = binary->global_symbol_count; i > 0; --i) { in parse_symbol_table()
67 uint64_t lhs = binary->global_symbol_offsets[i - 1]; in parse_symbol_table()
68 uint64_t rhs = binary->global_symbol_offsets[i]; in parse_symbol_table()
72 binary->global_symbol_offsets[i] = lhs; in parse_symbol_table()
73 binary->global_symbol_offsets[i - 1] = rhs; in parse_symbol_table()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1 //===-- ARM/ARMCodeEmitter.cpp - Convert ARM code to machine code ---------===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
74 /// getBinaryCodeForInstr - This function, generated by the
75 /// CodeEmitterGenerator using TableGen, produces the binary encoding for
89 void emitWordLE(unsigned Binary);
90 void emitDWordLE(uint64_t Binary);
148 /// getMachineOpValue - Return binary encoding of operand. If the machine
246 // {17-13} = reg in getAddrModeImm12OpValue()
248 // {11-0} = imm12 in getAddrModeImm12OpValue()
[all …]
/external/mesa3d/src/amd/common/
Dac_binary.c44 struct ac_shader_binary *binary) in parse_symbol_table() argument
49 symbol_table_header->sh_size / symbol_table_header->sh_entsize; in parse_symbol_table()
55 * I don't think it is worth the cost of pre-computing the number in parse_symbol_table()
58 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t)); in parse_symbol_table()
67 binary->global_symbol_offsets[binary->global_symbol_count] = in parse_symbol_table()
72 for (i = binary->global_symbol_count; i > 0; --i) { in parse_symbol_table()
73 uint64_t lhs = binary->global_symbol_offsets[i - 1]; in parse_symbol_table()
74 uint64_t rhs = binary->global_symbol_offsets[i]; in parse_symbol_table()
78 binary->global_symbol_offsets[i] = lhs; in parse_symbol_table()
79 binary->global_symbol_offsets[i - 1] = rhs; in parse_symbol_table()
[all …]
/external/clang/test/SemaCXX/
Dnullptr_in_arithmetic_ops.cpp1 // RUN: %clang_cc1 -fsyntax-only -Wno-tautological-pointer-compare -fblocks -std=c++11 -verify %s
7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
DTestSubsystem.xml.in1 <?xml version="1.0" encoding="UTF-8"?>
6 <!-- Tested Booleans -->
7 <BooleanParameter Name="BOOL" Mapping="Binary:BOOL"/>
8 <!-- Tested FixedPoints -->
9 …<FixedPointParameter Name="FP8_Q0.7" Size="8" Integral="0" Fractional="7" Mapping="Binary:FP8_Q.7"…
10 …<FixedPointParameter Name="FP8_Q7.0" Size="8" Integral="7" Fractional="0" Mapping="Binary:FP8_7.0"…
11 …<FixedPointParameter Name="FP8_Q3.4" Size="8" Integral="3" Fractional="4" Mapping="Binary:FP8_3.4"…
12 …<FixedPointParameter Name="FP16_Q0.15" Size="16" Integral="0" Fractional="15" Mapping="Binary:FP16…
13 …<FixedPointParameter Name="FP16_Q15.0" Size="16" Integral="15" Fractional="0" Mapping="Binary:FP16…
14 …<FixedPointParameter Name="FP16_Q7.8" Size="16" Integral="7" Fractional="8" Mapping="Binary:FP16_7…
[all …]
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
Dmblaze_operands.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
8 # BINARY: 000000 00000 00000 00000 00000000000
11 # BINARY: 000000 00000 00000 00000 00000000000
16 # BINARY: 000000 00001 00001 00001 00000000000
21 # BINARY: 000000 00010 00010 00010 00000000000
26 # BINARY: 000000 00011 00011 00011 00000000000
31 # BINARY: 000000 00100 00100 00100 00000000000
36 # BINARY: 000000 00101 00101 00101 00000000000
41 # BINARY: 000000 00110 00110 00110 00000000000
46 # BINARY: 000000 00111 00111 00111 00000000000
[all …]
Dmblaze_branch.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 100111 00000 00010 00011 00000000000
15 # BINARY: 100111 00101 00010 00011 00000000000
20 # BINARY: 100111 00100 00010 00011 00000000000
25 # BINARY: 100111 00011 00010 00011 00000000000
30 # BINARY: 100111 00010 00010 00011 00000000000
35 # BINARY: 100111 00001 00010 00011 00000000000
40 # BINARY: 100111 10000 00010 00011 00000000000
[all …]
Dmblaze_imm.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # In the microblaze instruction set, any TYPE-B instruction with a
4 # signed immediate value requiring more than 16-bits must be prefixed
5 # with an IMM instruction that contains the high 16-bits. The higher
6 # 16-bits are then combined with the lower 16-bits in the original
7 # instruction to form a 32-bit immediate value.
15 # BINARY: 001000 00000 00000 0000000000000000
20 # BINARY: 001000 00000 00000 0000000000000001
25 # BINARY: 001000 00000 00000 0000000000000010
30 # BINARY: 001000 00000 00000 0000000000000100
[all …]
Dmblaze_special.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
7 # BINARY: 011011 00000 00000 00000 00000000000
10 # BINARY: 100101 00000 00000 10000 00000000000
15 # BINARY: 100101 00000 100010 000000000000000
20 # BINARY: 100101 00000 100000 000000000000000
25 # BINARY: 100101 00000 00000 11 00000000000000
30 # BINARY: 100100 00000 00000 00001 00001100100
35 # BINARY: 100100 00000 00000 00001 00001100110
40 # BINARY: 100100 00000 00000 00001 00001110100
45 # BINARY: 100100 00000 00000 00001 00001101000
[all …]
Dmblaze_typea.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 000000 00001 00010 00011 00000000000
15 # BINARY: 000010 00001 00010 00011 00000000000
20 # BINARY: 000100 00001 00010 00011 00000000000
25 # BINARY: 000110 00001 00010 00011 00000000000
30 # BINARY: 100001 00001 00010 00011 00000000000
35 # BINARY: 100011 00001 00010 00011 00000000000
40 # BINARY: 000101 00001 00010 00011 00000000001
[all …]
Dmblaze_memory.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 110000 00001 00010 00011 00000000000
15 # BINARY: 110000 00001 00010 00011 01000000000
20 # BINARY: 111000 00001 00010 0000000000011100
25 # BINARY: 110001 00001 00010 00011 00000000000
30 # BINARY: 110001 00001 00010 00011 01000000000
35 # BINARY: 111001 00001 00010 0000000000011100
40 # BINARY: 110010 00001 00010 00011 00000000000
[all …]
Dmblaze_typeb.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-B instructions supported by
10 # BINARY: 001000 00001 00010 0000000000001111
15 # BINARY: 001010 00001 00010 0000000000001111
20 # BINARY: 001100 00001 00010 0000000000001111
25 # BINARY: 001110 00001 00010 0000000000001111
30 # BINARY: 101001 00001 00010 0000000000001111
35 # BINARY: 101011 00001 00010 0000000000001111
40 # BINARY: 011000 00001 00010 0000000000001111
45 # BINARY: 101000 00001 00010 0000000000001111
[all …]
Dmblaze_fsl.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
7 # BINARY: 011011 00000 000000 00000 000000 0000
10 # BINARY: 011011 00000 00000 00000 0 00000 00000
16 # BINARY: 011011 00000 000000 00000 000000 0000
21 # BINARY: 011011 00000 000000 10000 000000 0000
26 # BINARY: 011011 00000 000000 01000 000000 0000
31 # BINARY: 011011 00000 000000 11000 000000 0000
36 # BINARY: 011011 00000 000000 00100 000000 0000
41 # BINARY: 011011 00000 000000 10100 000000 0000
46 # BINARY: 011011 00000 000000 01100 000000 0000
[all …]
Dmblaze_fpu.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
7 # BINARY: 011011 00000 00000 00000 00000000000
10 # BINARY: 010110 00000 00001 00010 00000000000
15 # BINARY: 010110 00000 00001 00010 00010000000
20 # BINARY: 010110 00000 00001 00010 00100000000
25 # BINARY: 010110 00000 00001 00010 00110000000
30 # BINARY: 010110 00000 00001 00000 01110000000
35 # BINARY: 010110 00000 00001 00000 01100000000
40 # BINARY: 010110 00000 00001 00000 01010000000
45 # BINARY: 010110 00000 00001 00010 01000000000
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp1 /*-------------------------------------------------------------------------
3 * --------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
49 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary) in ProgramBinary() argument
51 , m_binary (binary, binary+binarySize) in ProgramBinary()
69 bool isSaneSpirVBinary (const ProgramBinary& binary) in isSaneSpirVBinary() argument
76 DE_ASSERT(binary.getFormat() == PROGRAM_FORMAT_SPIRV); in isSaneSpirVBinary()
78 if (binary.getSize() % sizeof(deUint32) != 0) in isSaneSpirVBinary()
81 if (binary.getSize() < sizeof(deUint32)) in isSaneSpirVBinary()
[all …]
DvkBinaryRegistry.cpp1 /*-------------------------------------------------------------------------
3 * --------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
21 * \brief Program binary registry.
22 *//*--------------------------------------------------------------------*/
109 void writeBinary (const ProgramBinary& binary, const std::string& dstPath) in writeBinary() argument
117 std::ofstream out (dstPath.c_str(), std::ios_base::binary); in writeBinary()
122 out.write((const char*)binary.getBinary(), binary.getSize()); in writeBinary()
127 void writeBinary (const std::string& dstDir, deUint32 index, const ProgramBinary& binary) in writeBinary() argument
129 writeBinary(binary, getProgramPath(dstDir, index)); in writeBinary()
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py2 #===- lib/asan/scripts/asan_symbolize.py -----------------------------------===#
9 #===------------------------------------------------------------------------===#
33 file_name = re.sub('.*asan_[a-z_]*.cc:[0-9]*', '_asan_rtl_', file_name)
51 def symbolize(self, addr, binary, offset): argument
52 """Symbolize the given address (pair of binary and offset).
57 binary: path to executable/shared object containing this instruction.
58 offset: instruction offset in the @binary.
78 '--use-symbol-table=true',
79 '--demangle=%s' % demangle,
80 '--functions=linkage',
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java5 * Copyright (C) 1996-2016, International Business Machines Corporation and
33 // public data member --------------------------------------------------
41 public static final int UNDEFINED = -1;
44 * <p>Binary property Alphabetic.
53 * First constant for binary Unicode properties.
59 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
65 * <p>Binary property Bidi_Control.
73 * <p>Binary property Bidi_Mirrored.
82 * <p>Binary property Dash.
89 * <p>Binary property Default_Ignorable_Code_Point (new).
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java6 * Copyright (C) 1996-2016, International Business Machines Corporation and
33 // public data member --------------------------------------------------
42 public static final int UNDEFINED = -1;
45 * <p>Binary property Alphabetic.
53 * First constant for binary Unicode properties.
58 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
63 * <p>Binary property Bidi_Control.
69 * <p>Binary property Bidi_Mirrored.
77 * <p>Binary property Dash.
83 * <p>Binary property Default_Ignorable_Code_Point (new).
[all …]
/external/python/cpython2/Doc/library/
Dbinascii.rst2 :mod:`binascii` --- Convert between binary and ASCII
6 :synopsis: Tools for converting between binary and various ASCII-encoded binary
16 binary and various ASCII-encoded binary representations. Normally, you will not
19 low-level functions written in C for greater speed that are used by the
20 higher-level modules.
27 Convert a single line of uuencoded data back to binary and return the binary
28 data. Lines normally contain 45 (binary) bytes, except for the last line. Line
34 Convert binary data to a line of ASCII characters, the return value is the
41 Convert a block of base64 data back to binary and return the binary data. More
47 Convert binary data to a line of ASCII characters in base64 coding. The return
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DBinary.cpp1 //===- Binary.cpp - A generic binary file -----------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file defines the Binary class.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Object/Binary.h"
27 Binary::~Binary() { in ~Binary()
31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) in Binary() function in Binary
35 StringRef Binary::getData() const { in getData()
36 return Data->getBuffer(); in getData()
39 StringRef Binary::getFileName() const { in getFileName()
[all …]
/external/llvm/lib/Object/
DBinary.cpp1 //===- Binary.cpp - A generic binary file -----------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file defines the Binary class.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Object/Binary.h"
28 Binary::~Binary() {} in ~Binary()
30 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
33 StringRef Binary::getData() const { return Data.getBuffer(); } in getData()
35 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName()
37 MemoryBufferRef Binary::getMemoryBufferRef() const { return Data; } in getMemoryBufferRef()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DBinaryTagTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 * @see <a href="http://yaml.org/type/binary.html"></a>
33 byte[] binary = (byte[]) getMapValue("canonical: !!binary " + content, "canonical"); in testBinary()
34 assertEquals((byte) 'G', binary[0]); in testBinary()
35 assertEquals((byte) 'I', binary[1]); in testBinary()
36 assertEquals((byte) 'F', binary[2]); in testBinary()
37 assertEquals((byte) '8', binary[3]); in testBinary()
38 assertEquals((byte) '9', binary[4]); in testBinary()
42 byte[] binary = (byte[]) load("!!binary \"MQ==\""); in testBinary2()
43 assertEquals(1, binary.length); in testBinary2()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DBinary.h1 //===- Binary.h - A generic binary file -------------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file declares the Binary class.
12 //===----------------------------------------------------------------------===//
27 class Binary {
29 Binary(); // = delete
30 Binary(const Binary &other); // = delete
37 Binary(unsigned int Type, MemoryBuffer *Source);
51 virtual ~Binary();
58 static inline bool classof(const Binary *v) { return true; } in classof()
[all …]
/external/clang/test/Sema/
Dfloat128-ld-incompatibility.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 \
2 // RUN: -triple powerpc64le-unknown-linux-gnu -target-cpu pwr8 \
3 // RUN: -target-feature +float128 %s
10 long double ld{qf()}; // expected-error {{cannot initialize a variable of type 'long double' with a…
11 __float128 q{ldf()}; // expected-error {{cannot initialize a variable of type '__float128' with an…
13 auto test1(__float128 q, long double ld) -> decltype(q + ld) { // expected-error {{invalid operands… in test1()
14 …return q + ld; // expected-error {{invalid operands to binary expression ('__float128' and 'l… in test1()
17 auto test2(long double a, __float128 b) -> decltype(a + b) { // expected-error {{invalid operands t… in test2()
18 …return a + b; // expected-error {{invalid operands to binary expression ('long double' and '_… in test2()
25 …ld + q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')… in test3()
[all …]

12345678910>>...50