HomeSort by relevance Sort by last modified time
    Searched refs:ty (Results 1 - 25 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
CBindingWrapping.h 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
20 inline ty *unwrap(ref P) { \
21 return reinterpret_cast<ty*>(P); \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
  /external/clang/include/clang/Sema/
LocInfoType.h 38 LocInfoType(QualType ty, TypeSourceInfo *TInfo)
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
40 ty->isInstantiationDependentType(),
41 ty->isVariablyModifiedType(),
42 ty->containsUnexpandedParameterPack()),
  /external/skia/include/c/
sk_matrix.h 20 void sk_matrix_set_translate(sk_matrix_t*, float tx, float ty);
21 void sk_matrix_pre_translate(sk_matrix_t*, float tx, float ty);
22 void sk_matrix_post_translate(sk_matrix_t*, float tx, float ty);
  /external/boringssl/src/crypto/rc4/asm/
rc4-586.pl 68 $ty="edx";
78 &mov ($ty,&DWP(0,$dat,$yy,4));
80 &mov (&DWP(0,$dat,$xx,4),$ty);
81 &add ($ty,$tx);
83 &and ($ty,0xff);
90 &$func ($out,&DWP(0,$dat,$ty,4));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
115 &add (&LB($ty),&LB($tx));
121 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j)
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 39 template <typename S> friend class B<S>::ty; // expected-warning {{dependent nested name specifier 'B<S>::' for friend class declaration is not supported}}
42 template<typename T> class B { typedef int ty; }; typedef in class:B
45 class ty { class in class:B
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pikerun.swg 46 SWIG_Pike_ConvertPtr(struct object *obj, void **ptr, swig_type_info *ty, int flags) {
51 if (ty) {
52 pr = (struct program *) ty->clientdata;
55 tc = SWIG_TypeCheckStruct(obj_wrapper->type, ty);
  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 63 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
71 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
81 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
265 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
266 if (ty) {
267 swig_cast_info *iter = ty->cast;
270 if (iter == ty->cast)
276 iter->next = ty->cast;
278 if (ty->cast) ty->cast->prev = iter
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 50 double tx[1],ty[1]; local
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
82 if(hx<0) {*y = -ty[0]; return -n;}
83 *y = ty[0]; return n;
e_rem_pio2.c 58 double tx[3],ty[2]; local
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
184 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;}
185 y[0] = ty[0]; y[1] = ty[1]; return n;
  /external/libvncserver/x11vnc/
sslcmds.h 45 extern void sslGenCert(char *ty, char *nm);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
125 boolean contained_y = ty + y >= dsty &&
126 ty + y + TILE_SIZE <= dsty + height ?
146 tx + x, ty + y);
  /external/cblas/src/
cblas_cgerc.c 27 float *y=(float *)Y, *yy=(float *)Y, *ty, *st; local
46 ty = y;
65 y = ty;
cblas_zgerc.c 27 double *y=(double *)Y, *yy=(double *)Y, *ty, *st; local
46 ty = y;
65 y = ty;
  /external/valgrind/mpi/
libmpiwrap.c 259 static void showTy ( FILE* f, MPI_Datatype ty )
261 if (ty == MPI_DATATYPE_NULL) fprintf(f,"DATATYPE_NULL");
262 else if (ty == MPI_BYTE) fprintf(f,"BYTE");
263 else if (ty == MPI_PACKED) fprintf(f,"PACKED");
264 else if (ty == MPI_CHAR) fprintf(f,"CHAR");
265 else if (ty == MPI_SHORT) fprintf(f,"SHORT");
266 else if (ty == MPI_INT) fprintf(f,"INT");
267 else if (ty == MPI_LONG) fprintf(f,"LONG");
268 else if (ty == MPI_FLOAT) fprintf(f,"FLOAT");
269 else if (ty == MPI_DOUBLE) fprintf(f,"DOUBLE")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 20 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty, flags)
32 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Ruby_ConvertPacked(obj, ptr, sz, ty)
52 #define SWIG_define_class(ty) SWIG_Ruby_define_class(ty)
53 #define SWIG_NewClassInstance(value, ty) SWIG_Ruby_NewClassInstance(value, ty)
55 #define SWIG_CheckConvert(value, ty) SWIG_Ruby_CheckConvert(value, ty)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 49 static inline unsigned int typeSizeof(DataType ty)
51 switch (ty) {
92 static inline bool isFloatType(DataType ty)
94 return (ty >= TYPE_F16 && ty <= TYPE_F64);
97 static inline bool isSignedIntType(DataType ty)
99 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32);
102 static inline bool isSignedType(DataType ty)
    [all...]
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
68 Instruction *insn = new_Instruction(func, op, ty);
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
81 Instruction *insn = new_Instruction(func, op, ty);
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
95 Instruction *insn = new_Instruction(func, op, ty);
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr)
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
125 Instruction *insn = new_Instruction(func, op, ty);
155 DataType ty = TYPE_F32; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 66 double tx[5],ty[3]; local
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
135 t = (long double)ty[2] + ty[1];
136 r = t + ty[0];
137 w = ty[0] - (r - t);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 136 int ty; local
139 for (ty = 0; ty < height; ty += STRIP_SIZE) {
140 int endy = ty + STRIP_SIZE;
144 options.setY(ty, endy);
  /external/lldb/test/
Makefile 33 python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -u CXXFLAGS -u CFLAGS -C $(subst ccache,,$(CC))"
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
65 ty = ux * m4 + uy * m5 + uz * m6;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
73 out[i][1] = ty * scale;
90 GLfloat tx, ty, tz; local
94 ty = ux * m4 + uy * m5 + uz * m6;
100 out[i][1] = ty * len;
128 GLfloat tx, ty, tz; local
132 ty = uy * m5
155 GLfloat tx, ty, tz; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 11 #define SWIG_ConvertPtr(oc, ptr, ty, flags) SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)
15 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)
27 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)
49 #define SWIG_ConvertPtrFromString(c, ptr, ty, flags) SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)
50 #define SWIG_MakePtr(c, ptr, ty, flags) SWIG_Tcl_MakePtr(c, ptr, ty, flags)
    [all...]
  /external/clang/utils/
ClangDataFormat.py 120 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/llvm/include/llvm/IR/
Constant.h 47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
48 : User(ty, vty, Ops, NumOps) {}
164 static Constant *getNullValue(Type* Ty);
169 static Constant *getAllOnesValue(Type* Ty);
173 static Constant *getIntegerValue(Type* Ty, const APInt &V);
  /external/skia/src/core/
SkBitmapProcShader.h 19 SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty,
28 static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty);

Completed in 2430 milliseconds

1 2 3 4 5 6 7 8 91011>>