Home
last modified time | relevance | path

Searched full:ir2 (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp69 ir_expression *ir2);
72 ir_expression *ir2,
161 ir_expression *ir2, in reassociate_operands() argument
164 ir_rvalue *temp = ir2->operands[op2]; in reassociate_operands()
165 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands()
168 /* Update the type of ir2. The type of ir1 won't have changed -- in reassociate_operands()
172 update_type(ir2); in reassociate_operands()
185 ir_expression *ir2) in reassociate_constant() argument
187 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant()
193 glsl_type_is_matrix(ir2->operands[0]->type) || in reassociate_constant()
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
H A Dmath_err.rscript58 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);
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Darc-overloading.mm14 int &ir2 = f0(csip);
32 int &ir2 = f1(csip);
51 int &ir2 = f2(csip);
67 int &ir2 = f3(&wip);
84 int &ir2 = f4(&aip);
99 int &ir2 = f5(&aip);
115 int &ir2 = f6(&aip);
H A Darc-templates.mm238 int &ir2 = qual_vs_unqual_ref(*sip);
255 int &ir2 = qual_vs_unqual_ref(*sap);
H A Doverload.mm156 int &ir2 = f3(bc);
/aosp_15_r20/external/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp37 int &ir2 = X0::f(); in g() local
44 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local
59 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local
68 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
/aosp_15_r20/external/clang/test/Modules/
H A Dnamespaces.cpp25 int &ir2 = N2::f(1); in test() local
55 int &ir2 = N6::f(17); in testMerged() local
68 int &ir2 = N9::f(17); in testMergedMerged() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dmember-function-template.cpp16 int &ir2 = f1(d, i); in g1() local
28 int &ir2 = x.f1(f, i); in test_X_f1() local
45 int &ir2 = x.f0<>(i); in test_X_f0_explicit() local
/aosp_15_r20/frameworks/rs/driver/runtime/
H A Drs_cl.c1353 float ir2 = ir*ir; in native_log2() local
1356 ((0.222222222f / 0.693147181f) * ir2) + in native_log2()
1357 ((0.098765432f / 0.693147181f) * ir*ir2) - in native_log2()
1358 ((0.049382716f / 0.693147181f) * ir2*ir2) + in native_log2()
1359 ((0.026337449f / 0.693147181f) * ir*ir2*ir2) - in native_log2()
1360 ((0.014631916f / 0.693147181f) * ir2*ir2*ir2); in native_log2()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/doc/
Dview.qbk174 [[`ir`, `ir2`] [Instances of `iterator_range`]]
186 …[[`ir = ir2`] [Assigns to a `iterator_range`, `ir`, from another `iterator_range`, `ir2`…
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dmeson.build70 'a2xx/ir2.c',
71 'a2xx/ir2.h',
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h15 #include "ir2/instr-a2xx.h"
17 #include "ir2.h"
H A Dfd2_program.c20 #include "ir2/instr-a2xx.h"
24 #include "ir2.h"
H A Dfd2_program.h17 #include "ir2.h"
/aosp_15_r20/external/mksh/src/
H A Dcheck.t12922 typeset -n ir2=bar
12923 typeset -n ind=ir2
12926 echo !ir2: ${!ir2}
12927 echo ir2: $ir2
12931 typeset -n ir2=ind
12932 echo !ir2: ${!ir2}
12933 echo ir2: $ir2
12934 set|grep ^ir2|sed 's/^/s1: /'
12935 typeset|grep ' ir2'|sed -e 's/^/s2: /' -e 's/nameref/typeset -n/'
12938 typeset -n ir2=blub[2]
[all …]
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/
H A DSensorManagerStaticTest.java315 float [] Ir2 = new float[16]; in testGetRotationMatrix() local
318 SensorManager.getRotationMatrix(Rr2, Ir2, gI, mI)); in testGetRotationMatrix()
326 mat16to9(Ir2), Ir, 1e-4f); in testGetRotationMatrix()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp2201 IZRule* ir2; in TestVTimeZoneWrapper()
2212 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper()
2215 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper()
2216 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper()
2233 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper()
2249 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
2250 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp2199 IZRule* ir2; in TestVTimeZoneWrapper()
2210 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper()
2213 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper()
2214 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper()
2231 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper()
2247 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
2248 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
/aosp_15_r20/external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
H A Dp1-0x.cpp14 int &&ir2 = reinterpret_cast<int &&>('a'); // expected-error {{rvalue to reference type}} in test_classification()
/aosp_15_r20/external/mesa3d/src/freedreno/
H A Dmeson.build21 subdir('ir2') subdir
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp3.cpp29 int &ir2 = B<A>() * a; in test() local
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.3.0.rst1841 - freedreno/a2xx: ir2: fix lowering of instructions after float
1843 - freedreno/a2xx: ir2: remove pointcoord y invert
1844 - freedreno/a2xx: ir2: set lower_fdph
1845 - freedreno/a2xx: ir2: fix saturate in cp
1846 - freedreno/a2xx: ir2: check opcode on the right instruction in export
1848 - freedreno/a2xx: ir2: fix incorrect instruction reordering
1849 - freedreno/a2xx: ir2: update register state in scalar insert
/aosp_15_r20/external/clang/test/SemaCXX/
H A Datomic-type.cpp32 int& ir2 = ovl1(ai); in test_overloading() local
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp46 int &ir2 = ci.g3(); in test_C() local
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp217 …int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int'… in test() local

12