/external/pthreadpool/examples/ |
D | addition.c | 9 double *addend; member 21 double addend[ARRAY_SIZE] = { 0.25, -1.75, 0.0, 0.5 }; in main() local
|
/external/google-breakpad/src/common/ |
D | test_assembler.cc | 106 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/ |
D | RuntimeDyldImpl.h | 153 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/ |
D | RuntimeDyldImpl.h | 154 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/ |
D | ivars-in-blocks.m | 16 {
|
/external/llvm-project/lld/ELF/ |
D | Thunks.cpp | 51 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()
|
D | Thunks.h | 60 int64_t addend; variable
|
D | Relocations.cpp | 167 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
|
D | InputSection.cpp | 471 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/ |
D | cleanup-stack.c | 6 int addend; member
|
/external/clang/test/CodeGen/ |
D | cleanup-stack.c | 6 int addend; member
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 152 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/ |
D | decode_fuzzer.c | 13 size_t addend = 0; in LLVMFuzzerTestOneInput() local
|
/external/jemalloc_new/src/ |
D | nstime.c | 52 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/ |
D | tensor_shape_test.py | 363 def testAdd_nonTensorShape(self, addend): argument 372 def testRAdd_nonTensorShape(self, addend): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 139 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/ |
D | tiled_dot_emitter.cc | 233 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/ |
D | ShortDuration.java | 121 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/ |
D | add_test.cc | 34 TensorRef<BHWC> augend, addend, output; in TEST() local
|
/external/llvm-project/lld/MachO/ |
D | InputSection.h | 34 uint64_t addend; member
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler.h | 239 int32_t addend; member 246 int32_t addend; member
|
D | MachONormalizedFileToAtoms.cpp | 507 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
|
D | ArchHandler_x86.cpp | 259 Reference::Addend *addend) { in getReferenceInfo() 358 Reference::Addend *addend) { in getPairReferenceInfo()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.h | 89 Index AddOffsetToDim(llvm::Value* addend, int64 dim, in AddOffsetToDim()
|
/external/iproute2/tc/ |
D | f_flow.c | 98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend()
|