HomeSort by relevance Sort by last modified time
    Searched defs:ir (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 221 int &ir = check_narrowed<double>(vd); local
  /external/jdiff/src/jdiff/
DiffMyers.java 731 Integer ir = (Integer)h.get(data[i]); local
732 if (ir == null)
735 equivs[i] = ir.intValue();
  /external/mesa3d/src/glsl/
ast_function.cpp 27 #include "ir.h"
389 ir_rvalue *ir = (ir_rvalue *) n; local
390 ir_rvalue *result = ir;
396 ir->type->vector_elements,
397 ir->type->matrix_columns);
398 result = convert_component(ir, desired_type);
419 ir->replace_with(result);
853 * swizzles, this this will typically result in a more compact IR tree.
1148 ir_rvalue *ir = (ir_rvalue *) n; local
1206 ir_rvalue *ir = (ir_rvalue *) node; local
    [all...]
ast_to_hir.cpp 57 #include "ir.h"
869 * to multiple IR instructions.
1741 ir_rvalue *const ir = array_size->hir(& dummy_instructions, state); local
    [all...]
ir_reader.cpp 347 ir_instruction *ir = read_instruction(st, sub, loop_ctx); local
348 if (ir != NULL) {
354 if (st->current_function == NULL && ir->as_variable() != NULL)
355 instructions->push_head(ir);
357 instructions->push_tail(ir);
806 ir_swizzle *ir = ir_swizzle::create(rvalue, swiz->value(),
808 if (ir == NULL)
811 return ir;
    [all...]
ir_to_llvm.cpp 30 * Translates the IR to LLVM
62 #include "ir.h"
310 llvm::Value* llvm_value(class ir_instruction* ir)
313 ir->accept(this);
317 llvm::Constant* llvm_constant(class ir_instruction* ir)
319 return (llvm::Constant *)llvm_value(ir);
320 //return &dynamic_cast<llvm::Constant&>(*llvm_value(ir));
328 llvm::Value* llvm_pointer(class ir_rvalue* ir)
330 if(ir_dereference_variable* deref = ir->as_dereference_variable())
332 else if(ir_dereference_array* deref = ir->as_dereference_array()
1370 ir_instruction *ir = (ir_instruction *)iter.get(); local
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 267 double a[9], ar[9], r[9], ir[9], k[5]={0,0,0,0,0}; local
275 CvMat _ir = cvMat( 3, 3, CV_64F, ir );
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8];
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6]
    [all...]
  /external/quake/quake/src/QW/client/
view.c 544 int ir, ig, ib; local
592 ir = i*a + r;
595 if (ir > 255)
596 ir = 255;
602 ramps[0][i] = gammatable[ir];
612 ir = basepal[0];
617 newpal[0] = ramps[0][ir];
  /external/skia/src/core/
SkScalerContext.cpp 314 SkIRect ir; local
315 devPath.getBounds().roundOut(&ir);
317 if (ir.isEmpty() || !ir.is16Bit()) {
320 glyph->fLeft = ir.fLeft;
321 glyph->fTop = ir.fTop;
322 glyph->fWidth = SkToU16(ir.width());
323 glyph->fHeight = SkToU16(ir.height());
SkScan_AntiPath.cpp 52 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
83 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
88 * We use the clip bounds instead of the ir, since we may be asked to
101 fTop = ir.fTop;
102 fCurrIY = ir.fTop - 1;
103 fCurrY = (ir.fTop << SHIFT) - 1;
111 SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
135 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
137 : BaseSuperBlitter(realBlitter, ir, clip) {
382 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
628 SkIRect ir; local
    [all...]
SkScan_Path.cpp 479 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
486 tmp.fBottom = ir.fTop;
492 void sk_blit_below(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
498 tmp.fTop = ir.fBottom;
508 const SkIRect& ir) {
514 if (!SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
519 if (fClipRect->contains(ir)) {
523 if (fClipRect->fLeft > ir.fLeft || fClipRect->fRight < ir.fRight) {
568 SkIRect ir; local
671 SkIRect ir; local
    [all...]
SkCanvas.cpp 720 SkIRect ir; local
725 r.roundOut(&ir);
727 if (!ir.intersect(clipBounds)) {
734 ir = clipBounds;
737 fClipStack.clipDevRect(ir, SkRegion::kIntersect_Op);
741 !fMCRec->fRasterClip->op(ir, SkRegion::kIntersect_Op)) {
746 *intersection = ir;
759 SkIRect ir; local
760 if (!this->clipRectBounds(bounds, flags, &ir)) {
775 SkBitmap::Config config = resolve_config(this, ir, flags, &isOpaque)
1130 SkIRect ir; local
    [all...]
SkDraw.cpp 757 SkIRect ir; local
758 devRect.roundOut(&ir);
761 ir.inset(-1, -1);
763 if (fRC->quickReject(ir))
1167 SkIRect ir; local
1194 SkIRect ir; local
    [all...]
  /external/clang/test/SemaCXX/
overload-call.cpp 311 int &ir = a(0,0); local
312 (void)ir;
376 int &ir = f(b); local
476 int &ir = foo(d); local
518 int &ir = f(arr); local
538 int &ir = (&foo)(0); local
overloaded-operator.cpp 134 int &ir = *ptr; local
145 int& ir = a[17]; local
180 int &ir = c(1); local
  /external/icu4c/test/intltest/
intltest.cpp 1571 static int32_t iy, ir[98]; local
    [all...]
tzrulets.cpp 165 InitialTimeZoneRule *ir = new InitialTimeZoneRule( local
171 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
196 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
217 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
376 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone());
416 delete ir;
436 InitialTimeZoneRule *ir = new InitialTimeZoneRule("EST", -5*HOUR, 0); local
437 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir);
1523 const InitialTimeZoneRule *ir = NULL; local
    [all...]
  /external/libpng/
pngrtran.c 498 int ir, ig, ib; local
503 for (ir = 0; ir < num_red; ir++)
505 /* int dr = abs(ir - r); */
506 int dr = ((ir > r) ? ir - r : r - ir);
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS +
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 474 int ir, ig, ib; local
479 for (ir = 0; ir < num_red; ir++)
481 /* int dr = abs(ir - r); */
482 int dr = ((ir > r) ? ir - r : r - ir);
483 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 192 SkIRect ir; local
196 ir.set(-rx, -ry, rx, ry);
199 ir.offset(rect.fRight - ir.fRight, rect.fBottom - ir.fBottom);
202 ir.offset(rect.fLeft - ir.fLeft, rect.fBottom - ir.fBottom);
205 ir.offset(rect.fLeft - ir.fLeft, rect.fTop - ir.fTop)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 940 SkIRect ir; local
    [all...]
Paint.cpp 796 SkIRect ir; local
804 r.roundOut(&ir);
805 GraphicsJNI::irect_to_jrect(ir, env, bounds);
    [all...]