/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
intrinsic_matrix.inl | 348 __m128 Temp2 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(2, 2, 2, 2)); 349 __m128 Vec2 = _mm_shuffle_ps(Temp2, Temp2, _MM_SHUFFLE(2, 2, 2, 0)); 694 __m128 Temp2 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(2, 2, 2, 2)); 695 __m128 Vec2 = _mm_shuffle_ps(Temp2, Temp2, _MM_SHUFFLE(2, 2, 2, 0)); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | 543 char temp2[20]; local 571 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); 572 if (strcmp(temp2, rawData2[LCID][i]) != 0) { 573 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]); 3298 char temp2[40], temp3[40]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/ppc/ |
inv_txfm_vsx.c | 96 temp2 = vec_sra(vec_add(vec_mulo(tmp16_0, cospi16_v), shift), shift14); \ 104 step0 = vec_packs(temp1, temp2); \ 112 int32x4_t temp1, temp2, temp3, temp4; local 187 * temp2 = step[x] * cospi_z + step[y] * cospi_q */ [all...] |
/art/compiler/optimizing/ |
code_generator_x86_64.h | 466 // non-null pointers (`temp1` and `temp2`). 474 CpuRegister* temp2 = nullptr);
|
intrinsics_mips.cc | 2093 Register temp2 = locations->GetTemp(1).AsRegister<Register>(); local [all...] |
/external/libxaac/decoder/ |
ixheaacd_lt_predict.c | 231 WORD32 temp2 = ixheaacd_mult32_shl(*ptr_in2, win2[i]); local 234 *ptr_in2++ = temp2;
|
ixheaacd_ps_dec.c | 113 WORD16 temp1, temp2; local 117 temp2 = *array++; 120 max_val = max_val | ixheaacd_abs32_nrm(temp2); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
genk-timing.py | 151 self.writeln(" temp2 = Y,") 156 third = "temp2"
|
/external/v8/src/crankshaft/x87/ |
lithium-x87.cc | 1199 LOperand* temp2 = FixedTemp(edx); local 1286 LOperand* temp2 = FixedTemp(edx); local 1354 LOperand* temp2 = FixedTemp(edx); local 1426 LOperand* temp2 = FixedTemp(edx); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
functional | 114 * int temp2 = g2(x); 115 * int answer = f(temp1,temp2);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
functional | 114 * int temp2 = g2(x); 115 * int answer = f(temp1,temp2);
|
/external/gptfdisk/ |
gpttext.cc | 548 uint32_t temp1, temp2; local 561 if (GetPartRange(&temp1, &temp2) > 0) 766 uint32_t temp1, temp2; local 779 if (GetPartRange(&temp1, &temp2) > 0) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_svc_layercontext.c | 317 uint8_t *temp2 = cr->last_coded_q_map; local 322 lc->last_coded_q_map = temp2; 344 uint8_t *temp2 = lc->last_coded_q_map; local 349 cr->last_coded_q_map = temp2; [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-narrow-ldst-merge.ll | 46 ; LE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2LO]] 47 ; BE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2HI]] 48 ; LE: sub w0, [[TEMP2]], [[WORD2HI]] 49 ; BE: sub w0, [[TEMP2]], [[WORD2LO]]
|
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.h | 99 LOperand* temp1, LOperand* temp2,
|
/external/v8/src/crankshaft/s390/ |
lithium-codegen-s390.h | 98 LOperand* temp1, LOperand* temp2,
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 74 int temp1 =0,temp2 =0; local 134 temp2 = atoi(argv[4]); 136 if (((temp1%16) != 0) || ((temp2%16) != 0)) 143 decoder_context->video_resoultion.frame_width = temp2; [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 74 int temp1 =0,temp2 =0; local 133 temp2 = atoi(argv[4]); 135 if (((temp1%16) != 0) || ((temp2%16) != 0)) { 139 decoder_context->video_resoultion.frame_width = temp2; [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorFFT.h | 498 ComplexScalar temp2(data[i + 2 + n2] * w * wp_one_2); 508 data[i + 2 + n2] = data[i + 2] - temp2; 509 data[i + 2] += temp2;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBIAPITest.java | 96 String temp2 = bi2.toString(); local 98 if (temp2.equals(temp3) || temp.equals(temp2) || !temp.equals(temp3))
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBIAPITest.java | 93 String temp2 = bi2.toString(); local 95 if (temp2.equals(temp3) || temp.equals(temp2) || !temp.equals(temp3))
|
/external/libvncserver/test/ |
tjbench.c | 587 int temp1=0, temp2=0, match=0; local 588 if(sscanf(argv[++i], "%d/%d", &temp1, &temp2)==2) 592 if(temp1==scalingfactors[j].num && temp2==scalingfactors[j].denom)
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex_sse.c | 358 struct x86_reg temp2 = x86_make_reg(file_XMM, 3); local 531 emit_load(p, temp2, 1, x86_deref(srcECX), a[1].inputsize); 532 sse_movss(&p->func, temp, temp2);
|
/external/pdfium/third_party/lcms/src/ |
cmsplugin.c | 64 cmsUInt8Number temp2; local 67 temp2 = *pByte++; 69 *pByte++ = temp2;
|
/external/webp/src/dsp/ |
upsampling_msa.c | 39 v4u32 temp0, temp1, temp2, temp3; \ 41 temp0, temp1, temp2, temp3); \ 42 PCKOD_H2_UH(temp1, temp0, temp3, temp2, out0, out1); \
|