HomeSort by relevance Sort by last modified time
    Searched refs:ir2 (Results 1 - 18 of 18) sorted by null

  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 58 float ir2 = ir*ir;
61 (0.222222222f * ir2) +
62 (0.098765432f * ir*ir2) -
63 (0.049382716f * ir2*ir2) +
64 (0.026337449f * ir*ir2*ir2) -
65 (0.014631916f * ir2*ir2*ir2);
    [all...]
  /external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
p1-0x.cpp 14 int &&ir2 = reinterpret_cast<int &&>('a'); // expected-error {{rvalue to reference type}} local
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_algebraic.cpp 60 ir_expression *ir2);
63 ir_expression *ir2,
105 ir_expression *ir2,
108 ir_rvalue *temp = ir2->operands[op2];
109 ir2->operands[op2] = ir1->operands[op1];
112 /* Update the type of ir2. The type of ir1 won't have changed --
116 update_type(ir2);
129 ir_expression *ir2)
131 if (!ir2 || ir1->operation != ir2->operation
    [all...]
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 60 ir_expression *ir2);
63 ir_expression *ir2,
105 ir_expression *ir2,
108 ir_rvalue *temp = ir2->operands[op2];
109 ir2->operands[op2] = ir1->operands[op1];
112 /* Update the type of ir2. The type of ir1 won't have changed --
116 update_type(ir2);
129 ir_expression *ir2)
131 if (!ir2 || ir1->operation != ir2->operation
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.funcs/
p4-0x.cpp 37 int &ir2 = X0::f(); local
44 int &ir2 = lvalue<X0>().ft(1); local
59 int &ir2 = lvalue<X0>() + 1; local
68 int &ir2 = lvalue<X0>().h2(); local
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
compare_ir 43 ir2 = sort_decls(parse_sexp(f.read())) variable
45 if ir1 == ir2:
53 os.write(file2, '{0}\n'.format(sexp_to_string(ir2)))
  /external/clang/test/Modules/
namespaces.cpp 25 int &ir2 = N2::f(1); local
55 int &ir2 = N6::f(17); local
68 int &ir2 = N9::f(17); local
  /external/mesa3d/src/glsl/tests/
compare_ir 43 ir2 = sort_decls(parse_sexp(f.read())) variable
45 if ir1 == ir2:
53 os.write(file2, '{0}\n'.format(sexp_to_string(ir2)))
  /external/clang/test/SemaTemplate/
member-function-template.cpp 16 int &ir2 = f1(d, i); local
28 int &ir2 = x.f1(f, i); local
45 int &ir2 = x.f0<>(i); local
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p3.cpp 29 int &ir2 = B<A>() * a; local
  /external/clang/test/SemaCXX/
atomic-type.cxx 31 int& ir2 = ovl1(ai); local
overloaded-operator.cpp 187 int &ir2 = c2(); local
overload-call.cpp 236 float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 5.5 to 5}} local
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 46 int &ir2 = ci.g3(); local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 217 int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'}} local
  /frameworks/rs/driver/runtime/
rs_cl.c 1196 float ir2 = ir*ir; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]

Completed in 701 milliseconds