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

  /art/test/441-checker-inliner/src/
Main.java 114 /// CHECK-DAG: <<Const1:i\d+>> IntConstant 1
116 /// CHECK-DAG: <<After:i\d+>> Add [<<Before>>,<<Const1>>]
128 /// CHECK-DAG: <<Const1:i\d+>> IntConstant 1
131 /// CHECK-DAG: <<Add:i\d+>> InvokeStaticOrDirect [<<Const1>>,<<Const3>>{{(,[ij]\d+)?}}]
143 int x, const1, const3, const5; local
144 const1 = 1;
148 x = returnAdd(const1, const3);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \
30 SPLATI_H3_SH(coeff, val0, val1, val2, tmp0_m, const1, const2); \
31 ILVEV_H2_SH(tmp0_m, const1, const2, tmp0_m, const1, const2); \
72 v8i16 const0, const1; local
84 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1);
90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
107 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3);
118 v8i16 const0, const1, const2; local
130 SET_DOTP_VALUES(coeff, 0, 1, 2, const1, const2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 128 const1 RN 11 label
340 ;// const1: Serves dual purpose
344 LDR const1, =0x00208020
354 SADD16 colOp00, colOp00, const1
355 SADD16 colOp02, colOp02, const1
364 SADD16 colOp10, colOp10, const1
365 SADD16 colOp12, colOp12, const1
374 SADD16 colOp20, colOp20, const1
375 SADD16 colOp22, colOp22, const1
384 SADD16 colOp30, colOp30, const1
    [all...]
  /external/libyuv/files/source/
row_dspr2.cc 1230 int const1 = 0xffda0000; local
1290 int const1 = 0x00420000; local
1352 int const1 = 0xffb6ffda; local
1413 int const1 = 0x00810019; local
1470 int const1 = 0x00810042; local
1532 int const1 = 0xffb60070; local
1593 int const1 = 0x00420081; local
1655 int const1 = 0xffb60070; local
    [all...]
row_msa.cc 136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \
148 reg0_m = __msa_dpadd_u_h(reg0_m, vec2_m, const1); \
149 reg1_m = __msa_dpadd_u_h(reg1_m, vec3_m, const1); \
245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
259 reg0_m = __msa_dotp_u_h(vec0_m, const1); \
260 reg1_m = __msa_dotp_u_h(vec1_m, const1); \
261 reg2_m = __msa_dotp_u_h(vec4_m, const1); \
262 reg3_m = __msa_dotp_u_h(vec5_m, const1); \
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.hpp 68 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 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 350 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 0.0f,
353 float blendConstantsants[4] = { const1, const2, const3, const4 };
vktDynamicStateDSTests.cpp 374 void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f,
377 float blendConstantsants[4] = { const1, const2, const3, const4 };
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
IdenticalAfterRegisterAllocationTest.java 52 ConstNumber const1 = new ConstNumber(ConstType.INT, value1, 1); local
  /external/python/cpython2/Lib/test/
test_compile.py 661 def check_different_constants(const1, const2):
663 exec("f1, f2 = lambda: %r, lambda: %r" % (const1, const2), ns)
667 self.check_constant(f1, const1)
669 self.assertEqual(repr(f1()), repr(const1))
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 131 struct ureg_src const0, struct ureg_src const1)
136 ureg_MAD(ureg, tmp, coords, const0, const1);
267 struct ureg_src const0, const1; local
279 const1 = ureg_DECL_constant(ureg, 1);
286 src = vs_normalize_coords(ureg, src, const0, const1);
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 419 struct ureg_src const1; local
457 const1 = ureg_DECL_constant(ureg, 1);
518 ureg_scalar(const1, TGSI_SWIZZLE_X));
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, local
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 2204 HConstant* const1 = y->GetConstantRight(); local
2275 HConstant* const1 = left->IsConstant() ? left->AsConstant() : y->GetRight()->AsConstant(); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.h 328 const0, const1, out0, out1, out2, out3) \
334 s0_m = __msa_fill_w((int32_t)const1); \
  /external/v8/src/parsing/
parser.cc 2239 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2293 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2317 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2339 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2385 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 72 {"testdata/const1.src"},
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 72 {"testdata/const1.src"},
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1083 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); \/*1.0 1.0 1.0 1.0*\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 1379 struct ureg_src const0, const1; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 

Completed in 798 milliseconds