Searched full:binary (Results 1 – 25 of 105) sorted by relevance
12345
3 # Denote all image files as binary4 *.png binary5 *.jpg binary6 *.gif binary
21 … ARK bytecode file (*.pa) in text format into a bytecode file (*.abc) in binary format. For detail…24 ├── disassembler # Disassembler that converts an ARK bytecode file (*.abc) in binary forma…31 ├── libpandafile # Source code repository of ARK bytecode files (*.abc) in binary format.47 The ark\_asm assembler converts the text ARK bytecode file into a bytecode file in binary format.97 Output file: ARK bytecodes in binary format101 The ark\_disasm disassembler converts binary ARK bytecodes into readable text ARK bytecodes.139 Input file: ARK bytecodes in binary format
2 as2panda/dist/* binary4 as2panda/lib/binaryen.js binary
11 * [panda binary dumper](doc/binary_dumper.md)15 #### dump panda binary
5 …binary files that can be executed by the Panda virtual machine. Please note that this document doe…13 * When Panda assembler generates a binary excutable file, it is not expected to check for language …27 …/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals are pr…108 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…109 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…447 Assembler doesn't guarantee that functions, records and their fields will be located in binary file…482 # After loading the binary, control will be transferred here
30 to **Panda Binary File**.34 * **Panda Binary File** or **Panda File** or **PF** is a binary representation of Panda Bytecode.
60 * In Panda Assembler's back-end, we automatically generate emission of bytecode in the binary form.90 more efficient data reads from the Panda binary file. Foreign entities are loaded from their131 optimal size of resulting native binary executable files, it is more reasonable to reimplement
6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
34 # test - check binary representation of FP literals - positive98 # test - check binary representation of FP literals - negative205 # test - check binary representation of FP literals - positive
98 # test - check binary representation of FP literals206 # test - check binary representation of FP literals
18 title: Two address binary operation on accumulator20 … Perform specified binary operation on accumulator and register and store result into accumulator
36 …ascript::HeapProfilerInterface::DumpHeapSnapShot(vm->GetJSThread(), ecmascript::DumpFormat::BINARY, in DumpHeapSnapShot()64 …result = heapProfile->StopHeapTracking(vm->GetJSThread(), ecmascript::DumpFormat::BINARY, filePath… in StopHeapTracking()
24 std::ofstream modulefile(filename.c_str(), std::ofstream::binary); in Save()56 std::ifstream modulefile(filename.c_str(), std::ofstream::binary); in Load()
75 if (currentRadix != BigInt::BINARY) { in SetBigInt()76 binaryStr = Conversion(numStr.substr(flag), BigInt::BINARY, currentRadix); in SetBigInt()487 … BigIntHelper::Conversion(BigIntHelper::GetBinary(bigint), conversionToRadix, BigInt::BINARY); in ToString()497 … BigIntHelper::Conversion(BigIntHelper::GetBinary(bigint), conversionToRadix, BigInt::BINARY); in ToStdString()826 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, finalBinay, BINARY); in RightShiftHelper()849 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, shiftBinay, BINARY); in LeftShiftHelper()915 a = BigIntHelper::Conversion(a, DECIMAL, BINARY); in Exponentiate()961 left = BigIntHelper::Conversion(left, DECIMAL, BINARY); in Multiply()962 right = BigIntHelper::Conversion(right, DECIMAL, BINARY); in Multiply()1119 std::string a = Conversion(GetBinary(x), BigInt::DECIMAL, BigInt::BINARY); in DivideImpl()[all …]
35 static constexpr uint32_t BINARY = 2; // 2 : binary variable
2 # source binary: test_bytecode_optimizer_for_js.abc
33 The binary files related to ARK are available in the following paths:
23 enum class DumpFormat { JSON, BINARY, OTHER }; enumerator
29 echo "FATAL: clang-format binary '$CLANG_FORMAT_BIN' is not found or not executable"
15 # we need to have the assembler binary. If we are not