/external/skqp/src/compute/skc/ |
D | composition.c | 76 float const * tys, in skc_composition_place() argument 79 return composition->place(composition->impl,rasters,layer_ids,txs,tys,count); in skc_composition_place()
|
D | composition.h | 34 skc_float const * tys,
|
D | skc.h | 175 float const * tys,
|
/external/icu/icu4c/source/data/locales/ |
D | pl.txt | 111 few{"0 tys'.' ¤"} 112 many{"0 tys'.' ¤"} 113 one{"0 tys'.' ¤"} 114 other{"0 tys'.' ¤"} 117 few{"00 tys'.' ¤"} 118 many{"00 tys'.' ¤"} 119 one{"00 tys'.' ¤"} 120 other{"00 tys'.' ¤"} 123 few{"000 tys'.' ¤"} 124 many{"000 tys'.' ¤"} [all …]
|
D | dsb.txt | 111 few{"0 tys'.'"} 112 one{"0 tys'.'"} 113 other{"0 tys'.'"} 114 two{"0 tys'.'"} 117 few{"00 tys'.'"} 118 one{"00 tys'.'"} 119 other{"00 tys'.'"} 120 two{"00 tys'.'"} 123 few{"000 tys'.'"} 124 one{"000 tys'.'"} [all …]
|
D | hsb.txt | 111 few{"0 tys'.'"} 112 one{"0 tys'.'"} 113 other{"0 tys'.'"} 114 two{"0 tys'.'"} 117 few{"00 tys'.'"} 118 one{"00 tys'.'"} 119 other{"00 tys'.'"} 120 two{"00 tys'.'"} 123 few{"000 tys'.'"} 124 one{"000 tys'.'"} [all …]
|
D | nn.txt | 433 "tys", 1446 "-1"{"førre tys."} 1447 "0"{"tys."} 1448 "1"{"neste tys."} 1452 one{"om {0} tys."} 1453 other{"om {0} tys."} 1456 one{"for {0} tys. sidan"} 1457 other{"for {0} tys. sidan"}
|
D | lt.txt | 381 "liūtys", 838 "liūtys",
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertToROCDLIR.cpp | 34 ArrayRef<llvm::Type *> tys = {}) { argument 36 llvm::Function *fn = llvm::Intrinsic::getDeclaration(module, intrinsic, tys);
|
D | ConvertFromLLVMIR.cpp | 649 SmallVector<Type, 2> tys; in processInstruction() local 654 tys.push_back(type); in processInstruction() 658 op = b.create<CallOp>(loc, tys, b.getSymbolRefAttr(callee->getName()), in processInstruction() 665 op = b.create<CallOp>(loc, tys, ops); in processInstruction() 688 SmallVector<Type, 2> tys; in processInstruction() local 690 tys.push_back(processType(inst->getType())); in processInstruction() 703 op = b.create<InvokeOp>(loc, tys, b.getSymbolRefAttr(callee->getName()), in processInstruction() 708 op = b.create<InvokeOp>(loc, tys, ops, blocks[ii->getNormalDest()], in processInstruction()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | composition_cl_12.c | 581 skc_float const * tys, in skc_composition_pfn_place() argument 646 if ((txs == NULL) && (tys == NULL)) in skc_composition_pfn_place() 670 SKC_PLACE_CMD_TY_CONVERT(*tys++) }; in skc_composition_pfn_place() 673 else if (tys == NULL) in skc_composition_pfn_place() 700 SKC_PLACE_CMD_TY_CONVERT(*tys++) }; in skc_composition_pfn_place()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_gen.py | 1281 vals, tys = zip(*values) 1284 tys = values[1] 1286 if isinstance(tys, list) or isinstance(tys, tuple): 1287 tys = [str(t) for t in tys] 1288 self._emit_with_loc('{} : {}'.format(', '.join(vals), ', '.join(tys)), 1290 elif tys != TFRTypes.NONE: 1292 self._emit_with_loc('{} : {}'.format(vals, tys), node) 1330 tys = [] 1342 tys.append(str(ty)) 1346 self._emit_with_loc(' : ({}) -> {}'.format(', '.join(tys), out_type), node)
|
/external/rust/crates/derive_arbitrary/src/ |
D | lib.rs | 162 let tys = fields.iter().map(|f| &f.ty); in gen_size_hint_method() localVariable 165 #( <#tys as arbitrary::Arbitrary>::size_hint(depth) ),* in gen_size_hint_method()
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | ops.cc | 37 [](mlir::OperationState& state, std::vector<mlir::Type> tys) { in init_ops() argument 38 state.addTypes(mlir::ArrayRef<mlir::Type>(tys)); in init_ops()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 838 SmallVector<llvm::Type *, 4> tys; in getVTableType() local 841 tys.push_back(llvm::ArrayType::get(componentType, layout.getVTableSize(i))); in getVTableType() 843 return llvm::StructType::get(CGM.getLLVMContext(), tys); in getVTableType()
|
D | CGObjCMac.cpp | 4488 SmallVector<llvm::Type *, 16> tys(Locals.size()); in GetAsmFnType() local 4490 tys[i] = Locals[i]->getType(); in GetAsmFnType() 4491 return llvm::FunctionType::get(CGF.VoidTy, tys, false); in GetAsmFnType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMOps.td | 383 OpBuilderDAG<(ins "TypeRange":$tys, "FlatSymbolRefAttr":$callee, 388 build($_builder, $_state, tys, ops, normal, normalOps, unwind, unwindOps); 390 OpBuilderDAG<(ins "TypeRange":$tys, "ValueRange":$ops, "Block*":$normal, 393 build($_builder, $_state, tys, /*callee=*/FlatSymbolRefAttr(), ops, normalOps,
|
/external/cldr/common/testData/transforms/ |
D | kk-Latn-t-kk-m0-bgn.txt | 413 тыс tys
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 603 (** [struct_type context tys] returns the structure type in the context 604 [context] containing in the types in the array [tys]. See the method 609 context [context] containing in the types in the array [tys]. See the method
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 634 (** [struct_type context tys] returns the structure type in the context 635 [context] containing in the types in the array [tys]. See the method 640 context [context] containing in the types in the array [tys]. See the method
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 3908 SmallVector<llvm::Type *, 16> tys(Locals.size()); in GetAsmFnType() local 3910 tys[i] = Locals[i]->getType(); in GetAsmFnType() 3911 return llvm::FunctionType::get(CGF.VoidTy, tys, false); in GetAsmFnType()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | entityToCode.tsv | 1116 http://www.wikidata.org/entity/Q3446668 tys
|
/external/hyphenation-patterns/de/ |
D | hyph-de-ch-1901.pat.txt | 20789 3tys
|
D | hyph-de-1901.pat.txt | 20981 3tys
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6973 tys Tày Sa Pa Tày Sa Pa
|