Home
last modified time | relevance | path

Searched defs:addend (Results 1 – 25 of 78) sorted by relevance

1234

/external/pthreadpool/examples/
Daddition.c9 double *addend; member
21 double addend[ARRAY_SIZE] = { 0.25, -1.75, 0.0, 0.5 }; in main() local
/external/google-breakpad/src/common/
Dtest_assembler.cc106 uint64_t addend; in IsKnownConstant() local
129 Label::Binding::Binding(uint64_t addend) in Binding()
138 void Label::Binding::Set(Binding *binding, uint64_t addend) { in Set()
186 void Label::Binding::Get(Binding **base, uint64_t *addend) { in Get()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h153 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry()
157 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
163 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
168 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
178 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h154 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry()
158 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
164 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
169 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
179 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
/external/llvm-project/lldb/test/API/lang/objc/blocks/
Divars-in-blocks.m16 {
/external/llvm-project/lld/ELF/
DThunks.cpp51 AArch64ABSLongThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ABSLongThunk()
59 AArch64ADRPThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ADRPThunk()
260 PPC32LongThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC32LongThunk()
292 PPC64R2SaveStub(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in PPC64R2SaveStub()
367 PPC64LongBranchThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC64LongBranchThunk()
372 PPC64PILongBranchThunk(Symbol &dest, int64_t addend) in PPC64PILongBranchThunk()
387 PPC64PDLongBranchThunk(Symbol &dest, int64_t addend) in PPC64PDLongBranchThunk()
400 PPC64PCRelLongBranchThunk(Symbol &dest, int64_t addend) in PPC64PCRelLongBranchThunk()
805 const InputFile *file, int64_t addend) { in writePPC32PltCallStub()
DThunks.h60 int64_t addend; variable
DRelocations.cpp167 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
191 typename ELFT::uint offset, int64_t addend, RelExpr expr) { in handleTlsRelocation()
662 int64_t addend; in computeAddend() local
1045 Symbol *sym, int64_t addend, RelExpr expr, in addRelativeReloc()
1140 int64_t addend) { in processRelocAux()
1326 int64_t addend = computeAddend<ELFT>(rel, end, sec, expr, sym.isLocal()); in scanReloc() local
1894 int64_t addend = rel.addend + getPCBias(rel.type); in getThunk() local
DInputSection.cpp471 int64_t addend = getAddend<ELFT>(rel); in copyRelocations() local
592 static Relocation *getRISCVPCRelHi20(const Symbol *sym, uint64_t addend) { in getRISCVPCRelHi20()
887 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() local
1429 uint64_t addend = offset - piece.inputOff; in getParentOffset() local
/external/llvm-project/clang/test/CodeGen/
Dcleanup-stack.c6 int addend; member
/external/clang/test/CodeGen/
Dcleanup-stack.c6 int addend; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h152 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry()
156 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
161 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
166 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
/external/brotli/c/fuzz/
Ddecode_fuzzer.c13 size_t addend = 0; in LLVMFuzzerTestOneInput() local
/external/jemalloc_new/src/
Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add()
59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd()
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py363 def testAdd_nonTensorShape(self, addend): argument
372 def testRAdd_nonTensorShape(self, addend): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc139 auto addend = Reduce(infeed, ConstantR0<float>(&builder, 0.0f), in TEST_F() local
228 auto addend = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc233 llvm::Value* rhs, llvm::Value* addend, in ColumnMajorMatrixVectorProductEmitter()
459 llvm::Value* rhs, llvm::Value* addend, in RowMajorMatrixVectorProductEmitter()
959 llvm::Value* lhs, llvm::Value* rhs, llvm::Value* addend, in GetGemvBuffersWithCanonicalType()
992 llvm::Value* rhs, llvm::Value* addend, in EmitRowMajorGemv()
1019 llvm::Value* rhs, llvm::Value* addend, in EmitColumnMajorGemv()
1037 llvm::Value* result) { in EmitColumnMajorGemv()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java121 public abstract ShortDuration plus(ShortDuration addend); in plus()
219 @Override public ShortDuration plus(ShortDuration addend) { in plus()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dadd_test.cc34 TensorRef<BHWC> augend, addend, output; in TEST() local
/external/llvm-project/lld/MachO/
DInputSection.h34 uint64_t addend; member
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h239 int32_t addend; member
246 int32_t addend; member
DMachONormalizedFileToAtoms.cpp507 uint64_t addr, Reference::Addend &addend) { in findAtomCoveringAddress()
531 -> llvm::Error { in convertRelocs()
619 Reference::Addend addend = 0; in convertRelocs() local
738 Reference::Addend addend; in parseStabs() local
1158 Reference::Addend addend; in processCIE() local
1241 Reference::Addend addend; in processFDE() local
DArchHandler_x86.cpp259 Reference::Addend *addend) { in getReferenceInfo()
358 Reference::Addend *addend) { in getPairReferenceInfo()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.h89 Index AddOffsetToDim(llvm::Value* addend, int64 dim, in AddOffsetToDim()
/external/iproute2/tc/
Df_flow.c98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend()

1234