/external/devlib/doc/ |
instrumentation.rst | 35 [CHAN(battery/temp1, battery_temperature), 36 CHAN(exynos-therm/temp1, exynos-therm_temperature)]
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
genk-timing.py | 150 self.writeln(" var temp1 = X,") 155 second = "temp1"
|
/external/v8/src/crankshaft/x87/ |
lithium-x87.cc | 1198 LOperand* temp1 = FixedTemp(ecx); local 1285 LOperand* temp1 = FixedTemp(eax); local 1353 LOperand* temp1 = FixedTemp(eax); local 1425 LOperand* temp1 = FixedTemp(eax); local [all...] |
/libcore/luni/src/main/java/java/math/ |
Conversion.java | 211 long temp1 = (result11 << 32) local 213 long res = divideLongByBillion(temp1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
functional | 113 * int temp1 = g1(x); 115 * int answer = f(temp1,temp2);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
functional | 113 * int temp1 = g1(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 | 113 * int temp1 = g1(x); 115 * int answer = f(temp1,temp2);
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
functional | 113 * int temp1 = g1(x); 115 * int answer = f(temp1,temp2);
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
functional | 113 * int temp1 = g1(x); 115 * int answer = f(temp1,temp2);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
functional | 113 * int temp1 = g1(x); 115 * int answer = f(temp1,temp2);
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-narrow-ldst-merge.ll | 44 ; LE-DAG: sub [[TEMP1:w[0-9]+]], [[WORD1HI]], [[WORD1LO]] 45 ; BE-DAG: sub [[TEMP1:w[0-9]+]], [[WORD1LO]], [[WORD1HI]] 46 ; LE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2LO]] 47 ; BE: udiv [[TEMP2:w[0-9]+]], [[TEMP1]], [[WORD2HI]]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 74 int temp1 =0,temp2 =0; local 133 temp1 = atoi(argv[3]); 136 if (((temp1%16) != 0) || ((temp2%16) != 0)) 142 decoder_context->video_resoultion.frame_height = temp1; [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 74 int temp1 =0,temp2 =0; local 132 temp1 = atoi(argv[3]); 135 if (((temp1%16) != 0) || ((temp2%16) != 0)) { 138 decoder_context->video_resoultion.frame_height = temp1; [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorFFT.h | 497 ComplexScalar temp1(data[i + 1 + n2] * w * wp_one); 505 data[i + 1 + n2] = data[i + 1] - temp1; 506 data[i + 1] += temp1;
|
/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/pdfium/third_party/lcms2-2.6/src/ |
cmsplugin.c | 63 cmsUInt8Number temp1; local 66 temp1 = *pByte++; 71 *pByte = temp1;
|
/external/v8/src/parsing/ |
pattern-rewriter.cc | 377 // var temp1 = %ToName(x++); 378 // var a = temp[temp1]; 380 // c = %CopyDataPropertiesWithExcludedProperties(temp, "y", temp1);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
inter_36.cpp | 208 Word16 temp1; local 227 temp1 = UP_SAMP_MAX - frac; 228 pC2 = &inter_6[temp1];
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dct_16.cpp | 318 int32 temp1; local 324 temp1 = vec[12]; 355 vec[24] = temp1;
|
/external/lmfit/lib/ |
lmmin.c | 129 sum, temp, temp1, temp2, temp3; local 405 temp1 = SQR(lm_enorm(n, wa3) / fnorm); 406 if (!isfinite(temp1)) { 410 prered = temp1 + 2*temp2; 411 dirder = -temp1 + temp2; /* scaled directional derivative */ [all...] |
/art/compiler/optimizing/ |
code_generator_mips.cc | 695 Register temp1) 700 temp1_(temp1) { 2915 Register temp1 = locations->GetTemp(0).AsRegister<Register>(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-ia32.cc | 1278 LOperand* temp1 = FixedTemp(eax); local 1346 LOperand* temp1 = FixedTemp(eax); local 1418 LOperand* temp1 = FixedTemp(eax); local [all...] |
/external/icu/icu4c/source/tools/genrb/ |
wrtxml.cpp | 143 uint32_t temp1; local 168 temp1 = (uint32_t)crc>>8; 170 crc = temp1^temp2; [all...] |
/external/libavc/common/armv8/ |
ih264_inter_pred_luma_horz_hpel_vert_hpel_av8.s | 650 uaddl v14.8h, v4.8b, v6.8b // temp1 = src[2_0] + src[3_0] 653 mla v12.8h, v14.8h , v26.8h // temp += temp1 * 20 654 uaddl v18.8h, v5.8b, v7.8b // temp1 = src[2_0] + src[3_0] 657 mla v14.8h, v18.8h , v26.8h // temp += temp1 * 20
|
/external/libjpeg-turbo/java/ |
TJBench.java | 745 int temp1 = 0, temp2 = 0; local 749 temp1 = scanner.nextInt(); 753 if (temp1 > 0) { 756 if ((double)temp1 / (double)temp2 == [all...] |