HomeSort by relevance Sort by last modified time
    Searched refs:ir (Results 251 - 275 of 523) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/numerics/numeric.ops/adjacent.difference/
adjacent_difference.pass.cpp 33 int ir[] = {15, -5, -4, -3, -2}; local
39 assert(ib[i] == ir[i]);
adjacent_difference_op.pass.cpp 34 int ir[] = {15, 25, 16, 9, 4}; local
41 assert(ib[i] == ir[i]);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 34 * Toolbox to assemble an FS IR program out of individual instructions.
43 /** Type used in this IR to represent a source of an instruction. */
46 /** Type used in this IR to represent the destination of an instruction. */
49 /** Type used in this IR to represent an instruction. */
79 annotation.ir = inst->ir;
153 annotate(const char *str, const void *ir = NULL) const
157 bld.annotation.ir = ir;
180 * Allocate a virtual register of natural vector size (one for this IR)
658 const void *ir; member in struct:brw::fs_builder::__anon30445
    [all...]
brw_vec4_builder.h 34 * Toolbox to assemble a VEC4 IR program out of individual instructions.
43 /** Type used in this IR to represent a source of an instruction. */
46 /** Type used in this IR to represent the destination of an instruction. */
49 /** Type used in this IR to represent an instruction. */
75 annotation.ir = inst->ir;
140 annotate(const char *str, const void *ir = NULL) const
144 bld.annotation.ir = ir;
167 * Allocate a virtual register of natural vector size (four for this IR)
630 const void *ir; member in struct:brw::vec4_builder::__anon30506
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/adjacent.difference/
adjacent_difference.pass.cpp 33 int ir[] = {15, -5, -4, -3, -2}; local
39 assert(ib[i] == ir[i]);
adjacent_difference_op.pass.cpp 34 int ir[] = {15, 25, 16, 9, 4}; local
41 assert(ib[i] == ir[i]);
  /tools/dexter/slicer/
tryblocks_encoder.cc 58 void TryBlocksEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) {
99 // update ir::Code
104 // attach the generated try/catch blocks to the dex IR
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 24 #include "ir.h"
451 foreach_in_list(ir_instruction, ir, sh->ir) {
452 ir_function *f = ir->as_function();
472 do_lower_jumps(sh->ir, false, false, true, false, false);
474 void *mem_ctx = ralloc_parent(sh->ir);
496 sh->ir->push_head(fb);
497 sh->ir->push_head(mode);
507 foreach_in_list(ir_instruction, ir, sh->ir) {
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 68 InputStreamReader ir; local
70 ir = new InputStreamReader(fs);
72 ir = new InputStreamReader(fs, encoding);
73 return new BufferedReader(ir);
  /external/clang/test/Modules/
module-private.cpp 11 int &ir = f0(1.0); // okay: f0() from 'right' is not visible local
  /external/clang/test/SemaCXX/
user-defined-conversions.cpp 83 int &ir = f(b); // expected-error{{no viable constructor copying parameter of type 'X1'}} local
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 26 int &ir = f1(HasValue()); local
  /external/llvm/bindings/go/llvm/
ir_test.go 1 //===- ir_test.go - Tests for ir ------------------------------------------===//
10 // This file tests bindings for the ir component.
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.h 115 enum pipe_shader_ir ir, unsigned shader);
  /external/skia/src/core/
SkMaskCache.cpp 111 SkIRect ir; local
112 rects[0].roundOut(&ir);
121 fSizes[3] = SkSize{rects[0].x() - ir.x(), rects[0].y() - ir.y()};
SkScan_DAAPath.cpp 157 SkIRect ir = path.getBounds().roundOut(); local
166 int rectTop = ir.fBottom; // the rect is initialized to be empty as top = bot
167 int rectBot = ir.fBottom;
199 rectTop = rectBot = ir.fBottom;
318 void SkScan::DAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& ir,
320 bool containedInClip = clipBounds.contains(ir);
327 SkIRect clippedIR = ir;
  /external/skqp/src/core/
SkMaskCache.cpp 111 SkIRect ir; local
112 rects[0].roundOut(&ir);
121 fSizes[3] = SkSize{rects[0].x() - ir.x(), rects[0].y() - ir.y()};
SkScan_DAAPath.cpp 157 SkIRect ir = path.getBounds().roundOut(); local
166 int rectTop = ir.fBottom; // the rect is initialized to be empty as top = bot
167 int rectBot = ir.fBottom;
199 rectTop = rectBot = ir.fBottom;
321 void SkScan::DAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& ir,
323 bool containedInClip = clipBounds.contains(ir);
329 SkIRect clippedIR = ir;
  /external/syslinux/com32/cmenu/libmenu/
des.c 245 my_u_int32_t *p, *il, *ir, *fl, *fr;
311 *(ir = &ip_maskr[k][i]) = 0L;
320 *ir |= bits32[obit - 32];
330 *(ir = &key_perm_maskr[k][i]) = 0L;
339 *ir |= bits28[obit - 28];
343 *(ir = &comp_maskr[k][i]) = 0L;
352 *ir |= bits24[obit - 24];
403 my_u_int32_t *ir; local
407 *(ir = &common[k][i]) = 0L;
412 *ir |= bits32[obit - 32]
481 my_u_int32_t *ir; local
523 my_u_int32_t *ir; local
    [all...]
  /hardware/interfaces/ir/1.0/default/
ConsumerIr.cpp 28 namespace ir { namespace in namespace:android::hardware
77 ALOGE("Can't open consumer IR transmitter, error: %d", ret);
85 } // namespace ir
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
basic_block.cpp 18 namespace ir { namespace in namespace:spvtools
101 } // namespace ir
function.cpp 18 namespace ir { namespace in namespace:spvtools
54 } // namespace ir
pass_manager.h 66 Pass::Status Run(ir::Module* module);
  /external/valgrind/coregrind/
m_libcsignal.c 467 Int i, ir; local
484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
485 vg_assert(ir == 0);
510 ir = VG_(sigaction)(i, &sa, &saved_sa);
511 vg_assert(ir == 0);
533 ir = VG_(sigaction)(i, &saved_sa2, NULL);
534 vg_assert(ir == 0);
  /external/skia/tests/
AAClipTest.cpp 138 SkIRect ir; local
139 path.getBounds().round(&ir);
140 rgn->setPath(path, SkRegion(ir));
348 const SkIRect ir = SkIRect::MakeLTRB(10, -10, 50, 90); local
350 clip.op(ir, SkRegion::kIntersect_Op);
360 SkIRect ir = { 0, 0, 10, 10 }; local
364 r.set(ir);
366 SkRasterClip rc0(ir);
367 SkRasterClip rc1(ir);
368 SkRasterClip rc2(ir);
    [all...]

Completed in 835 milliseconds

<<11121314151617181920>>