| /external/turbine/java/com/google/turbine/types/ |
| D | Erasure.java | 33 public static Type erase(Type ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in erase() 52 IntersectionTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseIntersectionTy() 57 TyVar ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in eraseTyVar() 63 Type.ArrayTy ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in eraseArrayTy() 67 public static Type.ClassTy eraseClassTy(Type.ClassTy ty) { in eraseClassTy()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | constants.h | 130 Constant(const Type* ty) : type_(ty) {} in Constant() 159 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() 161 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() 169 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() 171 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() 219 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant() 221 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant() 260 BoolConstant(const Bool* ty, bool v) in BoolConstant() 303 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() 304 CompositeConstant(const Type* ty, in CompositeConstant() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | constants.h | 130 Constant(const Type* ty) : type_(ty) {} in Constant() 159 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() 161 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() 169 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant() 171 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant() 219 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant() 221 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant() 260 BoolConstant(const Bool* ty, bool v) in BoolConstant() 303 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() 304 CompositeConstant(const Type* ty, in CompositeConstant() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
| D | shuffle_select_fuzz_tester.py | 113 def __init__(self, name, ty, value = None): argument 121 def __init__(self, name, ty, op0, op1, mask): argument 137 def __init__(self, name, ty, op0, op1, mask): argument 171 def __init__(self, name, ty, op0, op1, mask): argument 201 def gen_inputs(ty, num): argument 218 def get_random_type(ty, num_elts): argument 259 def gen_shuf_mask(ty): argument 272 def gen_sel_mask(ty): argument 283 def gen_insts(inputs, ty): argument
|
| /external/llvm/include/llvm/Support/ |
| D | CBindingWrapping.h | 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | CBindingWrapping.h | 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | CBindingWrapping.h | 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
| /external/swiftshader/third_party/subzero/crosstest/ |
| D | vectors.h | 34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16))); argument 44 #define X(ty, expandedty, numelements) class ty; argument 71 #define X(ty, eltty, castty) \ argument 76 #define X(ty, expandedty, numelements) \ argument
|
| D | test_vector_ops.h | 61 #define X(ty, eltty, castty) DECLARE_VECTOR_OPS(ty) argument 65 #define X(ty, eltty, numelements) DECLARE_VECTOR_OPS(ty) argument
|
| /external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
| D | nv50_ir_inlines.h | 54 static inline unsigned int typeSizeof(DataType ty) in typeSizeof() 81 static inline unsigned int typeSizeofLog2(DataType ty) in typeSizeofLog2() 122 static inline bool isFloatType(DataType ty) in isFloatType() 127 static inline bool isSignedIntType(DataType ty) in isSignedIntType() 132 static inline bool isSignedType(DataType ty) in isSignedType() 148 static inline DataType intTypeToSigned(DataType ty) in intTypeToSigned()
|
| D | nv50_ir_build_util.h | 259 BuildUtil::mkOp(operation op, DataType ty, Value *dst) in mkOp() 273 BuildUtil::mkOp1v(operation op, DataType ty, Value *dst, Value *src) in mkOp1v() 280 BuildUtil::mkOp2v(operation op, DataType ty, Value *dst, in mkOp2v() 288 BuildUtil::mkOp3v(operation op, DataType ty, Value *dst, in mkOp3v() 296 BuildUtil::mkLoadv(DataType ty, Symbol *mem, Value *ptr) in mkLoadv()
|
| D | nv50_ir_build_util.cpp | 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) in mkOp1() 78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, in mkOp2() 92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, in mkOp3() 107 BuildUtil::mkLoad(DataType ty, Value *dst, Symbol *mem, Value *ptr) in mkLoad() 121 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() 136 BuildUtil::mkFetch(Value *dst, DataType ty, DataFile file, int32_t offset, in mkFetch() 154 DataType ty = TYPE_F32; in mkInterp() local 171 BuildUtil::mkMov(Value *dst, Value *src, DataType ty) in mkMov() 426 BuildUtil::mkSymbol(DataFile file, int8_t fileIndex, DataType ty, in mkSymbol()
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | blas.cc | 73 string ComputationTypeString(ComputationType ty) { in ComputationTypeString() 92 std::ostream& operator<<(std::ostream& os, ComputationType ty) { in operator <<()
|
| /external/turbine/java/com/google/turbine/binder/ |
| D | HierarchyBinder.java | 113 private ClassSymbol resolveClass(Tree.ClassTy ty) { in resolveClass() 123 log.error(ty.position(), ErrorKind.CANNOT_RESOLVE, ty); in resolveClass() local 138 private ClassSymbol resolveNext(ClassTy ty, ClassSymbol sym, Tree.Ident bit) { in resolveNext()
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
| D | ffi.c | 245 get_homogeneous_type (ffi_type *ty) in get_homogeneous_type() 287 element_count (ffi_type *ty) in element_count() 314 is_hfa (ffi_type *ty) in is_hfa() 339 is_register_candidate (ffi_type *ty) in is_register_candidate() 394 is_v_register_candidate (ffi_type *ty) in is_v_register_candidate() 554 ffi_type *ty, in copy_hfa_to_reg_or_stack() 665 ffi_type *ty = ecif->cif->arg_types[i]; in aarch64_prep_args() local 966 ffi_type *ty = cif->arg_types[i]; in ffi_closure_SYSV_inner() local
|
| /external/libffi/src/aarch64/ |
| D | ffi.c | 248 get_homogeneous_type (ffi_type *ty) in get_homogeneous_type() 290 element_count (ffi_type *ty) in element_count() 317 is_hfa (ffi_type *ty) in is_hfa() 342 is_register_candidate (ffi_type *ty) in is_register_candidate() 397 is_v_register_candidate (ffi_type *ty) in is_v_register_candidate() 557 ffi_type *ty, in copy_hfa_to_reg_or_stack() 668 ffi_type *ty = ecif->cif->arg_types[i]; in aarch64_prep_args() local 977 ffi_type *ty = cif->arg_types[i]; in ffi_closure_SYSV_inner() local
|
| /external/walt/pywalt/pywalt/ |
| D | minimization.py | 45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument 108 def debug_plot(tx, x, ty, y, tl, shift): argument
|
| /external/clang/lib/CodeGen/ |
| D | Address.h | 88 ConstantAddress getBitCast(llvm::Type *ty) const { in getBitCast() 93 ConstantAddress getElementBitCast(llvm::Type *ty) const { in getElementBitCast()
|
| /external/clang/test/CXX/class.access/class.friend/ |
| D | p3-cxx0x.cpp | 42 template<typename T> class B { typedef int ty; }; typedef in B 45 class ty { class in B
|
| /external/tensorflow/tensorflow/tools/api/lib/ |
| D | python_object_to_proto_visitor.py | 81 def _NormalizeType(ty): argument 85 def _NormalizeIsInstance(ty): argument
|
| /external/swiftshader/third_party/LLVM/include/llvm-c/ |
| D | ExecutionEngine.h | 135 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
| /external/skqp/gm/ |
| D | drrect_small_inner.cpp | 28 SkScalar ty = kOuterRadius - innerRadiusY; variable
|
| /external/skia/gm/ |
| D | drrect_small_inner.cpp | 28 SkScalar ty = kOuterRadius - innerRadiusY; variable
|
| /external/skia/resources/skottie/ |
| D | skottie_sample_search.json | 103 "ty": "sh" string 126 "ty": "st", string 153 "ty": "fl" string 201 "ty": "tr" string 208 "ty": "gr" string 235 "ty": "el" string 258 "ty": "st", string 311 "ty": "tr" string 318 "ty": "gr" string 429 "ty": "tm" string [all …]
|
| /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/skottie/ |
| D | skottie_sample_search.json | 103 "ty": "sh" string 126 "ty": "st", string 153 "ty": "fl" string 201 "ty": "tr" string 208 "ty": "gr" string 235 "ty": "el" string 258 "ty": "st", string 311 "ty": "tr" string 318 "ty": "gr" string 429 "ty": "tm" string [all …]
|