Home
last modified time | relevance | path

Searched defs:add (Results 701 - 725 of 740) sorted by relevance

1...<<21222324252627282930

/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js[all...]
/third_party/skia/src/core/
H A DSkVM.h268 void add (GP64 dst, GP64 x) { this->add (Operand(dst), x); } in add() function in skvm::Assembler
720 F32 add(F32 x, float y) { return add( function in skvm::Builder
721 F32 add(float x, F32 y) { return add(splat(x), y); } add() function in skvm::Builder
834 I32 add(I32 x, int y) { return add(x, splat(y)); } abs() function in skvm::Builder
835 I32 add(int x, I32 y) { return add(splat(x), y); } abs() function in skvm::Builder
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6391 Int add; /* work */ global() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp231 void SkPathOpsDebug::CoinDict::add(const SkPathOpsDebug::CoinDict& dict) { in add() function in SkPathOpsDebug::CoinDict
238 void SkPathOpsDebug::CoinDict::add(const CoinDictEntry& key) { in add() function in SkPathOpsDebug::CoinDict
[all...]
/third_party/python/Lib/test/
H A Dtest_tarfile.py3283 def add(self, name, *, type=None, symlink_to=None, hardlink_to=None, global() member in ArchiveMaker
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2550 unsigned add = fieldFromInstruction(Val, 12, 1); in DecodeAddrModeImm12Operand() local
3856 unsigned add = fieldFromInstruction(Insn, 9, 1); DecodeT2LoadImm8() local
4424 unsigned add = fieldFromInstruction(Insn, 4, 1); DecodePostIdxReg() local
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc470 void Assembler::add(const Register& rd, in add() function in vixl::aarch64::Assembler
[all...]
H A Dassembler-sve-aarch64.cc2254 void Assembler::add(const ZRegister& zd, in add() function in vixl::aarch64::Assembler
2334 void Assembler::add(const ZRegister& zd, in add() function in vixl::aarch64::Assembler
3614 void Assembler::add(const ZRegister& zd, in add() function in vixl::aarch64::Assembler
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c2449 int add = CIL_TRUE; in cil_roletrans_to_policydb() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp183 inline int add (int a, int b) { return static_cast<int>(static_cast<deInt64>(a) + static_cast<deInt64>(b)); } in add() function
187 inline deUint32 add (deUint32 a, deUint32 b) { return a + b; } in add() function
[all...]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1062 const double add = costs[l_i + 1][r_i]; in CalculateOptimalEdits() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2208 Node* add = __ Int32AddWithOverflow(value, value); in SmiTagOrOverflow() local
2222 Node* add = __ Int32AddWithOverflow(value, value); in SmiTagOrDeopt() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc838 void Assembler::add(const Register& rd, const Register& rn, in add() function in v8::internal::Assembler
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1571 void Assembler::add(Register dst, Register src1, const Operand& src2, SBit s, in add() function in v8::internal::Assembler
1576 void Assembler::add(Register dst, Register src1, Register src2, SBit s, in add() function in v8::internal::Assembler
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc1635 void Assembler::add(Register rd, Register rs1, Register rs2) { in add() function in v8::internal::Assembler
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2117 bi_index add = bi_fadd_lscale_f32(b, bi_imm_f32(-1.0f), s0); in bi_flog2_32() local
/third_party/mksh/
H A Dedit.c863 size_t add = 0, wlen = len; in x_escape() local
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc5443 add(const offset_pair_type& p) in add() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4504 expandOpPhiCase5(const string& s, int &acc, int add, int treshold) expandOpPhiCase5() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1890 void add(const IVInc &X) { Incs.push_back(X); } add() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4484 bool GeneralShuffle::add(SDValue Op, unsigned Elem) { in add() function in GeneralShuffle
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc2099 void Assembler::add(Condition cond, in add() function in vixl::aarch32::Assembler
2316 void Assembler::add(Condition cond, Register rd, const Operand& operand) { in add() function in vixl::aarch32::Assembler
H A Dassembler-aarch32.h1927 void add(Register rd, Register rn, const Operand& operand) { in add() function in vixl::aarch32::Assembler
1930 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add() function in vixl::aarch32::Assembler
1933 void add(EncodingSize size, in add() function in vixl::aarch32::Assembler
1941 void add(Register rd, const Operand& operand) { add(a function in vixl::aarch32::Assembler
[all...]
H A Ddisasm-aarch32.cc1155 void Disassembler::add(Condition cond, in add() function in vixl::aarch32::Disassembler
1169 void Disassembler::add(Condition cond, Register rd, const Operand& operand) { in add() function in vixl::aarch32::Disassembler
[all...]

Completed in 232 milliseconds

1...<<21222324252627282930