HomeSort by relevance Sort by last modified time
    Searched full:temp2 (Results 301 - 325 of 396) sorted by null

<<111213141516

  /external/libjpeg-turbo/
transupp.c 141 JCOEF temp1, temp2; local
169 temp2 = *ptr2;
170 *ptr1++ = temp2;
173 temp2 = *ptr2;
174 *ptr1++ = -temp2;
    [all...]
tjbench.c 864 int temp1=0, temp2=0, match=0; local
865 if(sscanf(argv[++i], "%d/%d", &temp1, &temp2)==2)
869 if((double)temp1/(double)temp2
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_nir.cpp 1190 dst_reg temp2 = dst_reg(this, glsl_type::dvec4_type); local
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsio0.c 680 cmsUInt8Number temp2; local
684 temp2 = *(pByte+1) & 0x0f;
686 if (temp2 > 0x09) temp2 = 0x09;
687 *(pByte+1) = (cmsUInt8Number)(temp1 | temp2);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1750 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
1821 st_src_reg temp1 = st_src_reg(temp), temp2 = st_src_reg(temp); local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
  /external/libcups/cups/
http.c 402 http_credential_t *temp1, *temp2; /* Temporary credentials */ local
405 for (temp1 = (http_credential_t *)cupsArrayFirst(cred1), temp2 = (http_credential_t *)cupsArrayFirst(cred2); temp1 && temp2; temp1 = (http_credential_t *)cupsArrayNext(cred1), temp2 = (http_credential_t *)cupsArrayNext(cred2))
406 if (temp1->datalen != temp2->datalen)
408 else if (memcmp(temp1->data, temp2->data, temp1->datalen))
411 return (temp1 == temp2);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 203 UnicodeString temp2=bi2->getRules(); local
205 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2.S     [all...]
  /external/webp/src/dsp/
enc_msa.c 564 const v2i64 temp2 = (v2i64)__msa_hadd_u_d(temp1, temp1); \
565 const v2i64 temp3 = __msa_splati_d(temp2, 1); \
566 const v2i64 temp4 = temp3 + temp2; \
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java 587 RBBIStateDescriptor temp2; local
588 temp2 = fDStates.get(ix);
589 if (U.equals(temp2.fPositions)) {
590 U = temp2.fPositions;
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 668 RBBIStateDescriptor *temp2; local
669 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
670 if (setEquals(U, temp2->fPositions)) {
672 U = temp2->fPositions;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 586 RBBIStateDescriptor temp2; local
587 temp2 = fDStates.get(ix);
588 if (U.equals(temp2.fPositions)) {
589 U = temp2.fPositions;
    [all...]
  /external/libavc/common/armv8/
ih264_inter_pred_luma_horz_qpel_vert_hpel_av8.s 739 uaddl v16.8h, v2.8b, v8.8b // temp2 = src[1_0] + src[4_0]
743 uaddl v22.8h, v3.8b, v9.8b // temp2 = src[1_0] + src[4_0]
745 mls v12.8h, v16.8h , v24.8h // temp -= temp2 * 5
748 mls v14.8h, v22.8h , v24.8h // temp -= temp2 * 5
  /external/libhevc/common/x86/
ihevc_weighted_pred_sse42_intr.c 1536 WORD32 row, col, temp1, temp2; local
    [all...]
ihevc_weighted_pred_ssse3_intr.c 1039 WORD32 row, col, temp1, temp2; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.h 340 vixl::aarch32::Register temp2,
656 vixl::aarch32::Register temp2);
    [all...]
code_generator_arm64.cc 2995 Register temp2 = temps.AcquireSameSizeAs(array); local
3033 Register temp2 = temps.AcquireSameSizeAs(array); local
3523 Register temp2 = temps.AcquireX(); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 732 final double temp2 = cos * rik + sin * lmDiag[i]; local
734 jacobian[i * cols + pk] = temp2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 733 final double temp2 = cos * rik + sin * lmDiag[i]; local
735 wjacobian[i][pk] = temp2;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_SimpleStorage.java 622 long temp2 = primary % factor;
624 primary = ((temp1 / 10) * factor) + temp2;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_SimpleStorage.java 619 long temp2 = primary % factor;
621 primary = ((temp1 / 10) * factor) + temp2;
  /external/scapy/scapy/
utils6.py 629 temp2 = b'\xff\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\xff\x00\x00\x00'
630 return temp == temp2
  /external/python/cpython3/Modules/
_datetimemodule.c 3887 PyObject *temp1, *temp2; local
4971 PyObject *temp1, *temp2; local
    [all...]

Completed in 2269 milliseconds

<<111213141516