Searched defs:cvt (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/none/tests/arm/
H A Dvfpv4_fma.c14 } cvt; local
15 cvt.f = x;
16 return cvt.u;
23 } cvt; local
24 cvt.f = x;
25 return cvt.u[0];
32 } cvt; local
33 cvt.f = x;
34 return cvt.u[1];
H A Dneon128.c37 } cvt; local
38 cvt.f = x;
39 return cvt.u;
H A Dneon64.c38 } cvt; local
39 cvt.f = x;
40 return cvt.u;
H A Dvfp.c30 } cvt; local
31 cvt.f = x;
32 return cvt.u;
39 } cvt; local
40 cvt.f = x;
41 return cvt.u[0];
48 } cvt; local
49 cvt.f = x;
50 return cvt.u[1];
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp18 void cv_test(const volatile T* cvt) { argument
19 cvt->T::~T(); // no-warning
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dfetch.c176 enum fetch_method cvt = CVT_NOP; local
184 return (struct fetch_script) { cvt, FETCH_NOP, sz };
193 { cvt, FETCH_HFA, sz, hfa_t, count };
195 { cvt, FETCH_STACK, sz, hfa_t, count };
202 { cvt, FETCH_GPR, sz };
205 cvt = CVT_BYREF;
218 return (struct fetch_script) { cvt, FETCH_GPR, sz };
223 return (struct fetch_script) { cvt, FETCH_STACK, sz };
230 return (struct fetch_script) { cvt, FETCH_SSE, sz };
233 return (struct fetch_script) { cvt, FETCH_STAC
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in class:sfntly::Tag
98 Tag::cvt,
H A Dtag.h43 static const int32_t cvt; member in struct:sfntly::Tag
/external/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp134 const uint64x2_t cvt = vreinterpretq_u64_u8(x); local
135 const uint64_t l1 = vgetq_lane_u64(cvt, 0);
136 return (l1 == 0) && (l1 == vgetq_lane_u64(cvt, 1));
/external/freetype/src/truetype/
H A Dttobjs.h233 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
250 /* Reading a cvt value returns */
251 /* ratio * cvt[index] */
253 /* Writing a cvt value in pixels: */
254 /* cvt[index] / ratio */
320 FT_Long* cvt; member in struct:TT_SizeRec_
H A Dttinterp.h74 /* reading a cvt value. Take care of non-square pixels if necessary */
79 /* setting or moving a cvt value. Take care of non-square pixels */
189 FT_Long* cvt; member in struct:TT_ExecContextRec_
246 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
247 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
248 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h233 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
250 /* Reading a cvt value returns */
251 /* ratio * cvt[index] */
253 /* Writing a cvt value in pixels: */
254 /* cvt[index] / ratio */
320 FT_Long* cvt; member in struct:TT_SizeRec_
H A Dttinterp.h88 /* reading a cvt value. Take care of non-square pixels if necessary */
92 /* setting or moving a cvt value. Take care of non-square pixels */
201 FT_Long* cvt; member in struct:TT_ExecContextRec_
258 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
259 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
260 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1176 AlgebraicOpt::handleCVT(Instruction *cvt) argument
1178 if (cvt->sType != TYPE_F32 ||
1179 cvt->dType != TYPE_S32 || cvt->src(0).mod != Modifier(0))
1181 Instruction *insn = cvt->getSrc(0)->getInsn();
1206 bset->setDef(0, cvt->getDef(0));
1207 cvt->bb->insertAfter(cvt, bset);
1208 delete_Instruction(prog, cvt);
/external/valgrind/VEX/priv/
H A Dir_defs.c1470 void ppIRLoadGOp ( IRLoadGOp cvt )
1472 switch (cvt) {
1490 ppIRLoadGOp(lg->cvt);
2049 IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt, argument
2054 lg->cvt = cvt;
2125 IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst, argument
2129 s->Ist.LoadG.details = mkIRLoadG(end, cvt, dst, addr, alt, guard);
2405 return IRStmt_LoadG(lg->end, lg->cvt, lg->dst,
3522 void typeOfIRLoadGOp ( IRLoadGOp cvt, argument
[all...]
H A Dguest_arm_toIR.c345 static void loadGuardedLE ( IRTemp dst, IRLoadGOp cvt, argument
352 switch (cvt) {
369 /* Generate a guarded load into 'dst', but apply 'cvt' to the
372 stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
4838 IROp cvt, cvt2, cmp, op, op2, sh, add; local
4848 cvt = U ? Iop_Widen8Uto16x8 : Iop_Widen8Sto16x8;
4852 cvt = U ? Iop_Widen16Uto32x4 : Iop_Widen16Sto32x4;
4856 cvt = U ? Iop_Widen32Uto64x2 : Iop_Widen32Sto64x2;
4872 assign(arg_n, unop(cvt, getDRegI64(nreg)));
4874 assign(arg_m, unop(cvt, getDRegI6
5915 IROp op, cvt, add = Iop_INVALID, cvt2, op_rev; local
7438 IROp op, cvt; local
[all...]
H A Dguest_arm64_toIR.c322 //ZZ static void loadGuardedLE ( IRTemp dst, IRLoadGOp cvt,
329 //ZZ switch (cvt) {
346 //ZZ /* Generate a guarded load into 'dst', but apply 'cvt' to the
349 //ZZ stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
10054 IROp cvt = Iop_INVALID; local
10056 cvt = isD ? Iop_F64toI64U : Iop_F32toI32U;
10058 cvt = isD ? Iop_F64toI64S : Iop_F32toI32S;
10063 assign(res, binop(cvt, mkU32(irrm), mkexpr(src)));
12344 IROp cvt = Iop_INVALID; local
12346 cvt
[all...]
/external/freetype/include/internal/
H A Dtttypes.h1206 /* cvt_program_size :: The size in bytecodes of the face's cvt */
1209 /* cvt_program :: The face's cvt program (bytecode stream) */
1217 /* cvt :: The face's original control value table. */
1219 /* units. Comes from the `cvt ' table. */
1325 /* the cvt program, if any */
1331 FT_Short* cvt; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1208 /* cvt_program_size :: The size in bytecodes of the face's cvt */
1211 /* cvt_program :: The face's cvt program (bytecode stream) */
1219 /* cvt :: The face's original control value table. */
1221 /* units. Comes from the `cvt ' table. */
1327 /* the cvt program, if any */
1333 FT_Short* cvt; member in struct:TT_FaceRec_
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h2572 specified by 'cvt'.
2577 * 'cvt' must be a unary op which converts I8 to I32. In this
2581 done, since that is inferrable from the arg type of 'cvt'. Note
2582 that the types of 'alt' and 'dst' and the result type of 'cvt' must
2605 IRLoadGOp cvt; /* Conversion to apply to the loaded value */ member in struct:__anon15764
2615 extern void ppIRLoadGOp ( IRLoadGOp cvt );
2623 extern IRLoadG* mkIRLoadG ( IREndness end, IRLoadGOp cvt,
2784 t<tmp> = if (<guard>) <cvt>(LD<end>(<addr>)) else <alt> */
2910 extern IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst,
3010 extern void typeOfIRLoadGOp ( IRLoadGOp cvt,
[all...]

Completed in 868 milliseconds