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

  /art/test/441-checker-inliner/src/
Main.java 96 /// CHECK-DAG: <<Const3:i\d+>> IntConstant 3
129 /// CHECK-DAG: <<Const3:i\d+>> IntConstant 3
131 /// CHECK-DAG: <<Add:i\d+>> InvokeStaticOrDirect [<<Const1>>,<<Const3>>{{(,[ij]\d+)?}}]
132 /// CHECK-DAG: <<Sub:i\d+>> InvokeStaticOrDirect [<<Const5>>,<<Const3>>{{(,[ij]\d+)?}}]
143 int x, const1, const3, const5; local
145 const3 = 3;
148 x = returnAdd(const1, const3);
150 x = returnSub(const5, const3);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 23 v4i32 const3, const16, filter_wt, strength; local
31 const3 = __msa_ldi_w(3);
50 MUL4(mod0_w, const3, mod1_w, const3, mod2_w, const3, mod3_w, const3, mod0_w,
88 MUL4(mod0_w, const3, mod1_w, const3, mod2_w, const3, mod3_w, const3, mod0_w
135 v4i32 const3, const16; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 69 const float const3 = 0.0f, const float const4 = 0.0f);
vktDynamicStateBaseClass.cpp 257 void DynamicStateBaseClass::setDynamicBlendState (const float const1, const float const2, const float const3, const float const4)
259 float blendConstantsants[4] = { const1, const2, const3, const4 };
vktDynamicStateRSTests.cpp 360 const float const3 = 0.0f, const float const4 = 0.0f)
362 float blendConstantsants[4] = { const1, const2, const3, const4 };
vktDynamicStateDSTests.cpp 384 const float const3 = 0.0f, const float const4 = 0.0f)
386 float blendConstantsants[4] = { const1, const2, const3, const4 };
    [all...]
  /external/libyuv/files/source/
row_dspr2.cc 1232 int const3 = 0x00700000; local
1354 int const3 = 0xffa20070; local
1534 int const3 = 0xffa2ffee; local
1657 int const3 = 0xffa2ffee; local
    [all...]
row_msa.cc 245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
263 reg0_m += const3; \
264 reg1_m += const3; \
265 reg2_m += const3; \
266 reg3_m += const3; \
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 2194 HConstant* const3 = instruction->TryStaticEvaluation(); local
2278 HConstant* const3 = block->GetGraph()->GetConstant(type, const3_val); local
    [all...]

Completed in 381 milliseconds