HomeSort by relevance Sort by last modified time
    Searched defs:diff (Results 726 - 750 of 2033) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/bfd/
coff-arm.c 101 symvalue diff; local
106 diff = reloc_entry->addend;
110 | (((x & howto->src_mask) + diff) & howto->dst_mask))
112 if (diff != 0)
    [all...]
vms-lib.c 730 int diff; local
732 diff = (char)(name[0] - syms[mid].name[0]);
733 if (diff == 0)
734 diff = strcmp (name, syms[mid].name);
735 if (diff == 0)
737 else if (diff < 0)
    [all...]
  /bionic/libc/tzcode/
localtime.c 2018 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 637 double diff = 0.0; local
646 diff = ra.get(i).roll - rb.get(i).roll; // they always opposite of each other..
649 diff = ra.get(i).pitch - rb.get(i).pitch;
652 diff = Math.abs(((4*Math.PI + ra.get(i).yaw - rb.get(i).yaw)%(2*Math.PI))
656 diff = Math.abs(diff);
657 if (diff>max) {
658 max = diff;
685 double diff = 0.0; local
695 diff = ra.get(i).roll - rb.get(i).roll
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 518 Target.Floaty diff = t.subtract(t.newFloaty(point1[i]), t.newFloaty(point2[i])); local
519 sum = t.add(sum, t.multiply(diff, diff));
529 Target.Floaty diff = t.subtract(t.new32(point1[i]), t.new32(point2[i])); local
530 sum = t.add(sum, t.multiply(diff, diff));
824 Target.Floaty diff = t.subtract(inStop, inStart); local
825 return t.add(inStart, t.multiply(diff, inFraction));
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 823 q31_t diff; local
832 diff = (s & 0xFFFF0000) | (r & 0x0000FFFF);
834 return diff;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2665 Number val, new, diff; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 3107 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /external/aac/libAACenc/src/
adj_thr.cpp 2051 INT diff; local
2460 FIXP_DBL diff = (bitsBalLast>=headroom) local
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 172 const int diff = lhs - rhs_; local
173 if (diff > 0) {
174 *listener << "which is " << diff << " more than " << rhs_;
175 } else if (diff == 0) {
178 *listener << "which is " << -diff << " less than " << rhs_;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 4409 int diff = size() - o.size(); local
4516 int diff = collection1.size() - collection2.size(); local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 647 int32_t diff = tmp_month - month; local
648 if (diff == -11 || diff == -1) {
654 } else if (diff == 11 || diff == 1) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 4527 int diff = size() - o.size(); local
4634 int diff = collection1.size() - collection2.size(); local
    [all...]
  /external/libopus/celt/
celt_encoder.c 760 opus_val32 diff=0; local
807 diff += bandLogE[i+c*m->nbEBands]*(opus_int32)(2+2*i-end);
810 diff /= C*(end-1);
811 /*printf("%f\n", diff);*/
812 trim -= MAX16(-QCONST16(2.f, 8), MIN16(QCONST16(2.f, 8), SHR16(diff+QCONST16(1.f, DB_SHIFT),DB_SHIFT-8)/6 ));
1643 opus_val32 diff=0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2321 int diff; local
    [all...]
  /external/libxml2/
xmlschemastypes.c 5778 int diff = dec.total - dec.frac; local
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2288 int64_t diff = ((int32_t)InstID - (int32_t)ValID); local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2994 double diff = node->right->sample_count - node->left->sample_count; local
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX_64.c 905 sljit_sw diff; local
923 diff = ((sljit_sw) target_addr - (sljit_sw) inst) >> 3;
924 if (diff <= SIMM_17BIT_MAX && diff >= SIMM_17BIT_MIN) {
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 1091 CFX_PointF diff = p1 - p2; local
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 172 const int diff = lhs - rhs_; local
173 if (diff > 0) {
174 *listener << "which is " << diff << " more than " << rhs_;
175 } else if (diff == 0) {
178 *listener << "which is " << -diff << " less than " << rhs_;
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 2163 int diff = S - R; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 4482 struct os_reltime now, diff; local
4690 struct os_reltime now, diff; local
    [all...]

Completed in 1258 milliseconds

<<21222324252627282930>>