Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c245 get_homogeneous_type (ffi_type *ty) in get_homogeneous_type() argument
247 if (ty->type == FFI_TYPE_STRUCT && ty->elements) in get_homogeneous_type()
251 = get_homogeneous_type (ty->elements[0]); in get_homogeneous_type()
252 for (i =1; ty->elements[i]; i++) in get_homogeneous_type()
258 if (ty->elements[i]->type == FFI_TYPE_STRUCT in get_homogeneous_type()
259 && ty->elements[i]->elements) in get_homogeneous_type()
261 iteration_type = get_homogeneous_type (ty->elements[i]); in get_homogeneous_type()
265 iteration_type = ty->elements[i]->type; in get_homogeneous_type()
277 return ty->type; in get_homogeneous_type()
287 element_count (ffi_type *ty) in element_count() argument
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
21 inline ty *unwrap(ref P) { \
22 return reinterpret_cast<ty*>(P); \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
/external/llvm/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
21 inline ty *unwrap(ref P) { \
22 return reinterpret_cast<ty*>(P); \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
/external/swiftshader/third_party/subzero/crosstest/
Dvectors.h34 #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
72 DECLARE_VECTOR_TYPE(ty, ty, eltty, castty, (sizeof(ty) / sizeof(eltty)))
76 #define X(ty, expandedty, numelements) \ argument
77 DECLARE_VECTOR_TYPE(ty, expandedty, bool, int64_t, numelements)
/external/valgrind/mpi/
Dlibmpiwrap.c259 static void showTy ( FILE* f, MPI_Datatype ty ) in showTy() argument
261 if (ty == MPI_DATATYPE_NULL) fprintf(f,"DATATYPE_NULL"); in showTy()
262 else if (ty == MPI_BYTE) fprintf(f,"BYTE"); in showTy()
263 else if (ty == MPI_PACKED) fprintf(f,"PACKED"); in showTy()
264 else if (ty == MPI_CHAR) fprintf(f,"CHAR"); in showTy()
265 else if (ty == MPI_SHORT) fprintf(f,"SHORT"); in showTy()
266 else if (ty == MPI_INT) fprintf(f,"INT"); in showTy()
267 else if (ty == MPI_LONG) fprintf(f,"LONG"); in showTy()
268 else if (ty == MPI_FLOAT) fprintf(f,"FLOAT"); in showTy()
269 else if (ty == MPI_DOUBLE) fprintf(f,"DOUBLE"); in showTy()
[all …]
/external/walt/pywalt/pywalt/
Dminimization.py45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument
62 yl = numpy.interp(tl + shift, ty, y)
81 (tx, x, ty, y) = evparser.load_xy(fname_evtest)
84 t0 = min(tx[0], ty[0])
86 ty = ty - t0
95 best_shift_coarse = minimize_lsq(tx, x, ty, y, tl, 0, 0.2, coarse_step)
99 best_shift_fine = minimize_lsq(tx, x, ty, y, tl, lmts[0], lmts[1], fine_step)
103 debug_plot(tx, x, ty, y, tl, best_shift_fine)
108 def debug_plot(tx, x, ty, y, tl, shift): argument
116 xx = numpy.interp(ty, tx, x)
[all …]
/external/valgrind/none/tests/arm/
Dv8crypto_t.c65 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
117 static void test_##TESTNAME ( LaneTy ty ) { \
122 randV128(&block[0], ty); \
123 randV128(&block[1], ty); \
124 randV128(&block[2], ty); \
125 randV128(&block[3], ty); \
152 static void test_##TESTNAME ( LaneTy ty ) { \
157 randV128(&block[0], ty); \
158 randV128(&block[1], ty); \
159 randV128(&block[2], ty); \
[all …]
Dv8crypto_a.c65 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
117 static void test_##TESTNAME ( LaneTy ty ) { \
122 randV128(&block[0], ty); \
123 randV128(&block[1], ty); \
124 randV128(&block[2], ty); \
125 randV128(&block[3], ty); \
152 static void test_##TESTNAME ( LaneTy ty ) { \
157 randV128(&block[0], ty); \
158 randV128(&block[1], ty); \
159 randV128(&block[2], ty); \
[all …]
Dv8fpsimd_t.c68 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
80 switch (ty) { in randV128()
199 static void test_##TESTNAME ( LaneTy ty ) { \
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], ty); \
240 static void test_##TESTNAME ( LaneTy ty ) { \
248 randV128(&block[0], ty); \
249 randV128(&block[1], ty); \
[all …]
Dv8fpsimd_a.c68 static void randV128 ( /*OUT*/V128* v, LaneTy ty ) in randV128() argument
80 switch (ty) { in randV128()
199 static void test_##TESTNAME ( LaneTy ty ) { \
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], ty); \
240 static void test_##TESTNAME ( LaneTy ty ) { \
248 randV128(&block[0], ty); \
249 randV128(&block[1], ty); \
[all …]
/external/skia/src/core/
DSkMatrixPriv.h24 SkScalar ty = mx.getTranslateY(); in InverseMapRect() local
25 Sk4f trans(tx, ty, tx, ty); in InverseMapRect()
51 const SkScalar ty = mx.getTranslateY(); in MapPointsWithStride() local
52 Sk2s trans(tx, ty); in MapPointsWithStride()
77 const SkScalar ty = mx.getTranslateY(); in SetMappedRectFan() local
80 t += ty; in SetMappedRectFan()
82 b += ty; in SetMappedRectFan()
87 t = sy * t + ty; in SetMappedRectFan()
89 b = sy * b + ty; in SetMappedRectFan()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h54 static inline unsigned int typeSizeof(DataType ty) in typeSizeof() argument
56 switch (ty) { in typeSizeof()
81 static inline unsigned int typeSizeofLog2(DataType ty) in typeSizeofLog2() argument
83 switch (ty) { in typeSizeofLog2()
122 static inline bool isFloatType(DataType ty) in isFloatType() argument
124 return (ty >= TYPE_F16 && ty <= TYPE_F64); in isFloatType()
127 static inline bool isSignedIntType(DataType ty) in isSignedIntType() argument
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()
132 static inline bool isSignedType(DataType ty) in isSignedType() argument
134 switch (ty) { in isSignedType()
[all …]
Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) in mkOp1() argument
68 Instruction *insn = new_Instruction(func, op, ty); in mkOp1()
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, in mkOp2() argument
81 Instruction *insn = new_Instruction(func, op, ty); in mkOp2()
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, in mkOp3() argument
95 Instruction *insn = new_Instruction(func, op, ty); in mkOp3()
107 BuildUtil::mkLoad(DataType ty, Value *dst, Symbol *mem, Value *ptr) in mkLoad() argument
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
121 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() argument
124 Instruction *insn = new_Instruction(func, op, ty); in mkStore()
[all …]
Dnv50_ir_build_util.h174 DataType ty, uint32_t baseAddress);
259 BuildUtil::mkOp(operation op, DataType ty, Value *dst) in mkOp() argument
261 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
273 BuildUtil::mkOp1v(operation op, DataType ty, Value *dst, Value *src) in mkOp1v() argument
275 mkOp1(op, ty, dst, src); in mkOp1v()
280 BuildUtil::mkOp2v(operation op, DataType ty, Value *dst, in mkOp2v() argument
283 mkOp2(op, ty, dst, src0, src1); in mkOp2v()
288 BuildUtil::mkOp3v(operation op, DataType ty, Value *dst, in mkOp3v() argument
291 mkOp3(op, ty, dst, src0, src1, src2); in mkOp3v()
296 BuildUtil::mkLoadv(DataType ty, Symbol *mem, Value *ptr) in mkLoadv() argument
[all …]
/external/clang/include/clang/AST/
DLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() argument
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(), in LocInfoType()
40 ty->isInstantiationDependentType(), ty->isVariablyModifiedType(), in LocInfoType()
41 ty->containsUnexpandedParameterPack()), in LocInfoType()
/external/llvm/test/CodeGen/ARM/
Dumulo-32.ll3 %umul.ty = type { i32, i1 }
8 %tmp0 = tail call %umul.ty @llvm.umul.with.overflow.i32(i32 %a, i32 37)
9 %tmp1 = extractvalue %umul.ty %tmp0, 0
14 declare %umul.ty @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
32 %5 = call %umul.ty @llvm.umul.with.overflow.i32(i32 %4, i32 8)
33 %6 = extractvalue %umul.ty %5, 1
34 %7 = extractvalue %umul.ty %5, 0
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dumulo-32.ll3 %umul.ty = type { i32, i1 }
8 %tmp0 = tail call %umul.ty @llvm.umul.with.overflow.i32(i32 %a, i32 37)
9 %tmp1 = extractvalue %umul.ty %tmp0, 0
14 declare %umul.ty @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
32 %5 = call %umul.ty @llvm.umul.with.overflow.i32(i32 %4, i32 8)
33 %6 = extractvalue %umul.ty %5, 1
34 %7 = extractvalue %umul.ty %5, 0
/external/skia/include/core/
DSkRSXform.h22 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in Make()
23 SkRSXform xform = { scos, ssin, tx, ty }; in Make()
33 static SkRSXform MakeFromRadians(SkScalar scale, SkScalar radians, SkScalar tx, SkScalar ty, in MakeFromRadians()
37 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay); in MakeFromRadians()
54 void set(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in set()
58 fTy = ty; in set()
/external/clang/utils/
DClangDataFormat.py120 ty = value.GetType()
121 if ty.IsPointerType() or ty.IsReferenceType():
122 return ty.GetPointeeType().GetName()
123 return ty.GetName()
130 ty = value.GetType()
131 if not (ty.IsPointerType() or
132 ty.IsReferenceType() or
/external/jsoncpp/test/
Dpyjsontestrunner.py19 ty = type(value)
20 if ty is types.DictType:
27 elif ty is types.ListType:
31 elif ty is types.StringType:
33 elif ty is types.IntType:
35 elif ty is types.FloatType:
/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h61 GLfloat tx, ty, tz; in TAG() local
65 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
69 GLdouble len = tx*tx + ty*ty + tz*tz; in TAG()
73 out[i][1] = ty * scale; in TAG()
90 GLfloat tx, ty, tz; in TAG() local
94 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
100 out[i][1] = ty * len; in TAG()
128 GLfloat tx, ty, tz; in TAG() local
132 ty = uy * m5 ; in TAG()
136 GLdouble len = tx*tx + ty*ty + tz*tz; in TAG()
[all …]
/external/skia/gm/
Dpathmaskcache.cpp89 SkScalar ty = drawPathSet(path, SkMatrix::I()); in onDraw() local
90 canvas->translate(0, ty); in onDraw()
95 ty = drawPathSet(path, s); in onDraw()
96 canvas->translate(0.f, ty); in onDraw()
101 ty = drawPathSet(path, r); in onDraw()
102 canvas->translate(0.f, ty); in onDraw()
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c751 TyEnt* ty; in ML_() local
756 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL, ty_cuOff); in ML_()
759 vg_assert(ty); in ML_()
760 vg_assert(ML_(TyEnt__is_type)(ty)); in ML_()
762 switch (ty->tag) { in ML_()
784 if (!ty->Te.TyStOrUn.isStruct) goto done; in ML_()
785 fieldRs = ty->Te.TyStOrUn.fieldRs; in ML_()
787 && (ty->Te.TyStOrUn.typeR == 0)) goto done; in ML_()
834 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL, in ML_()
835 ty->Te.TyStOrUn.typeR); in ML_()
[all …]
/external/ImageMagick/Magick++/lib/
DOptions.cpp795 affine.ty=0.0; in transformOrigin()
798 affine.ty=ty_; in transformOrigin()
804 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx; in transformOrigin()
805 _drawInfo->affine.ty=current.rx*affine.tx+current.sy*affine.ty+current.ty; in transformOrigin()
815 _drawInfo->affine.ty=0.0; in transformReset()
829 affine.ty=0.0; in transformRotation()
840 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx; in transformRotation()
841 _drawInfo->affine.ty=current.rx*affine.tx+current.sy*affine.ty+current.ty; in transformRotation()
855 affine.ty=0.0; in transformScale()
864 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx; in transformScale()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py116 def unop(name, ty, const_expr): argument
117 opcode(name, 0, ty, [0], [ty], "", const_expr)
346 def binop(name, ty, alg_props, const_expr): argument
347 binop_convert(name, ty, ty, alg_props, const_expr)
349 def binop_compare(name, ty, alg_props, const_expr): argument
350 binop_convert(name, tbool, ty, alg_props, const_expr)
602 def triop(name, ty, const_expr): argument
603 opcode(name, 0, ty, [0, 0, 0], [ty, ty, ty], "", const_expr)

12345678910>>...20