HomeSort by relevance Sort by last modified time
    Searched full:temp0 (Results 51 - 72 of 72) sorted by null

1 23

  /external/clang/test/CodeGenCXX/
type_visibility.cpp 22 namespace temp0 { namespace
const-init-cxx11.cpp 241 // CHECK: @[[TEMP0:.*]] = internal global i32 0, align 4
243 // CHECK: @[[TEMPA1:.*]] = internal global {{.*}} { i32* @[[TEMP0]], i32* @[[TEMP1]] }, align 8
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 931 int32 temp0; local
1014 se_v(psBits, &temp0);
1015 se_v(psBits, &temp0);
1020 se_v(psBits, &temp0);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 580 SVGA3dShaderDestToken temp0; local
586 temp0.value = 0;
613 temp0 = get_temp( emit );
615 if (!emit_repl( emit, temp0, &src0 ))
632 release_temp( emit, temp0 );
653 SVGA3dShaderDestToken temp0; local
659 temp0.value = 0;
692 temp0 = get_temp( emit );
694 if (!emit_repl( emit, temp0, &src0 ))
711 release_temp( emit, temp0 );
1375 SVGA3dShaderDestToken temp0 = get_temp( emit ); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 175 Word16 temp0; local
188 temp0 = mult(COEFF5_1, data0, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
211 temp1 = add(temp0, temp1, pOverflow);
303 Word16 temp0; local
307 temp0 = mult(COEFF5_1, data[0], pOverflow);
308 temp0 = sub(*in0, temp0, pOverflow)
    [all...]
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 63 temp_sensor_name = 'temp0'
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h 496 ComplexScalar temp0(data[i + n2] * w);
502 data[i + n2] = data[i] - temp0;
503 data[i] += temp0;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 317 int32 temp0; local
322 temp0 = vec[14];
359 vec[28] = temp0;
  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 90 * EBX: temp0
  /external/mesa3d/src/mesa/swrast/
s_blit.c 388 const GLfloat temp0 = LERP(a, v00, v10); local
390 return LERP(b, temp0, temp1);
s_triangle.c 259 const GLint temp0 = ilerp(ia, v00, v10); local
261 return ilerp(ib, temp0, temp1);
    [all...]
s_texfilter.c 68 const GLfloat temp0 = LERP(a, v00, v10); local
70 return LERP(b, temp0, temp1);
87 const GLfloat temp0 = LERP(b, temp00, temp10); local
89 return LERP(c, temp0, temp1);
    [all...]
  /external/webp/src/dsp/
enc_msa.c 558 const v8u16 temp0 = __msa_hadd_u_h(in, in); \
559 const v4u32 temp1 = __msa_hadd_u_w(temp0, temp0); \
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 5014 Register temp0 = ToRegister(instr->temp0()); local
5027 Register temp0 = ToRegister(instr->temp0()); local
    [all...]
lithium-arm64.cc 2157 LOperand* temp0 = NULL; local
    [all...]
lithium-arm64.h 2257 LOperand* temp0() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 789 float temp0 = loop[i]->val + min_val; local
792 loop[i]->val = temp0;
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_Perf/
enterprise_CFM_Perf.py 57 temp_sensor_name = 'temp0'
  /external/clang/test/CodeGenObjC/
arc.m     [all...]
  /external/python/cpython2/Doc/library/
ctypes.rst     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 91 const float temp0 = lerp(a, v00, v10); local
93 return lerp(b, temp0, temp1);
105 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); local
107 return lerp(c, temp0, temp1);
    [all...]

Completed in 519 milliseconds

1 23