Home
last modified time | relevance | path

Searched refs:tys (Results 1 – 25 of 27) sorted by relevance

12

/external/skqp/src/compute/skc/
Dcomposition.c76 float const * tys, in skc_composition_place() argument
79 return composition->place(composition->impl,rasters,layer_ids,txs,tys,count); in skc_composition_place()
Dcomposition.h34 skc_float const * tys,
Dskc.h175 float const * tys,
/external/icu/icu4c/source/data/locales/
Dpl.txt111 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 …]
Ddsb.txt111 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 …]
Dhsb.txt111 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 …]
Dnn.txt433 "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"}
Dlt.txt381 "liūtys",
838 "liūtys",
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertToROCDLIR.cpp34 ArrayRef<llvm::Type *> tys = {}) { argument
36 llvm::Function *fn = llvm::Intrinsic::getDeclaration(module, intrinsic, tys);
DConvertFromLLVMIR.cpp649 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/
Dcomposition_cl_12.c581 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/
Dtfr_gen.py1281 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/
Dlib.rs162 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/
Dops.cc37 [](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/
DCGVTables.cpp838 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()
DCGObjCMac.cpp4488 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/
DLLVMOps.td383 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/
Dkk-Latn-t-kk-m0-bgn.txt413 тыс tys
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli603 (** [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/
Dllvm.mli634 (** [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/
DCGObjCMac.cpp3908 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/
DentityToCode.tsv1116 http://www.wikidata.org/entity/Q3446668 tys
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.pat.txt20789 3tys
Dhyph-de-1901.pat.txt20981 3tys
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6973 tys Tày Sa Pa Tày Sa Pa

12