| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| dtoa.c | 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
295 involving Bigints: a notable exception is the diff function, which
906 diff(Bigint *a, Bigint *b)
function [all...] |
| /external/aac/libSBRdec/src/ |
| env_calc.cpp | 1206 int diff; local 1211 filtBuffer[band] >>= diff; \/* Compensate for the scale change by shifting the mantissa. *\/ local 1233 nrgGain[band] >>= diff; local [all...] |
| /external/cmockery/cmockery_0_1_2/src/ |
| cmockery.c | 1313 const char diff = guard[j] - MALLOC_GUARD_PATTERN; local [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl.h | 233 u64 diff = s1.addr0() - s2.addr0(); local 234 if ((s64)diff < 0) { // s1.addr0 < s2.addr0 // NOLINT 236 if (s1.size() > -diff) 240 if (kS2AccessSize > diff)
|
| /external/crcalc/src/com/hp/creals/ |
| CR.java | 1086 BigInteger diff = op1_appr.subtract(op2_appr).abs(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/wsi/ |
| vktWsiDisplayTimingTests.cpp | 1206 const deUint64 diff = actual - earliest; local [all...] |
| /external/deqp/framework/common/ |
| tcuTexLookupVerifier.cpp | 79 const Vec4 diff = abs(ref - result); local 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); [all...] |
| /external/deqp/framework/opengl/ |
| gluTextureTestUtil.cpp | 992 tcu::RGBA diff = rangeDiff(p, a, b); local [all...] |
| /external/dng_sdk/source/ |
| dng_lossless_jpeg.cpp | 3036 int16 diff = (int16) (pixel - predictor [channel]); local 3142 int16 diff = (int16) (pixel - predictor [channel]); local [all...] |
| /external/e2fsprogs/lib/blkid/ |
| probe.c | 1629 double diff; local [all...] |
| /external/e2fsprogs/resize/ |
| resize2fs.c | 2295 long long diff; local [all...] |
| /external/google-breakpad/src/testing/test/ |
| gmock-matchers_test.cc | 152 const int diff = lhs - rhs_; local 153 if (diff > 0) { 154 *listener << "which is " << diff << " more than " << rhs_; 155 } else if (diff == 0) { 158 *listener << "which is " << -diff << " less than " << rhs_; [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| PluralRules.java | 218 * rules, see CLDR page at http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html 607 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source)); 608 // if (diff > 0.00000001d) { 790 long diff = decimalDigits - other.decimalDigits; local 791 if (diff != 0) { 792 return diff < 0 ? -1 : 1; [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
| CollationTest.java | 386 UnicodeSet diff = new UnicodeSet(expectedLccc); local 387 diff.removeAll(lccc); 388 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP 393 diffString = diff.toPattern(true); 396 diff = lccc; 397 diff.removeAll(expectedLccc); 398 diffString = diff.toPattern(true); 412 diff = new UnicodeSet(expectedTccc); 413 diff.removeAll(tccc); 414 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BM [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| TimeZoneFormatTest.java | 258 int diff = outOffset - inOffset; local 260 diff = (diff / 60000) * 60000; 262 if (diff != 0) { 480 .append(", diff=").append(timeDiff); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| PluralRules.java | 215 * rules, see CLDR page at http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html 592 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source)); 593 // if (diff > 0.00000001d) { 767 long diff = decimalDigits - other.decimalDigits; local 768 if (diff != 0) { 769 return diff < 0 ? -1 : 1; [all...] |
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationTest.java | 385 UnicodeSet diff = new UnicodeSet(expectedLccc); local 386 diff.removeAll(lccc); 387 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP 392 diffString = diff.toPattern(true); 395 diff = lccc; 396 diff.removeAll(expectedLccc); 397 diffString = diff.toPattern(true); 411 diff = new UnicodeSet(expectedTccc); 412 diff.removeAll(tccc); 413 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BM [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| TimeZoneFormatTest.java | 257 int diff = outOffset - inOffset; local 259 diff = (diff / 60000) * 60000; 261 if (diff != 0) { 479 .append(", diff=").append(timeDiff); [all...] |
| /external/javassist/src/main/javassist/bytecode/ |
| CodeIterator.java | 1140 int diff = b.gapChanged(); local 1471 int diff = newGap - gap; local [all...] |
| /external/jline/src/src/main/java/jline/ |
| ConsoleReader.java | 1114 int diff = buf.cursor - sameIndex; local [all...] |
| /external/libcups/cups/ |
| dest.c | 1311 int diff, \/* Result of comparison *\/ local 2682 diff; \/* Result of comparison *\/ local 2763 int diff; \/* Difference *\/ local 3638 diff; \/* Result of comparison *\/ local [all...] |
| /external/libnl/lib/route/ |
| link.c | 905 int diff = 0; local 909 diff |= LINK_DIFF(IFINDEX, a->l_index != b->l_index); 910 diff |= LINK_DIFF(MTU, a->l_mtu != b->l_mtu); 911 diff |= LINK_DIFF(LINK, a->l_link != b->l_link); 912 diff |= LINK_DIFF(TXQLEN, a->l_txqlen != b->l_txqlen); 913 diff |= LINK_DIFF(WEIGHT, a->l_weight != b->l_weight); 914 diff |= LINK_DIFF(MASTER, a->l_master != b->l_master); 915 diff |= LINK_DIFF(FAMILY, a->l_family != b->l_family); 916 diff |= LINK_DIFF(OPERSTATE, a->l_operstate != b->l_operstate); 917 diff |= LINK_DIFF(LINKMODE, a->l_linkmode != b->l_linkmode) [all...] |
| /external/libopus/src/ |
| opus_encoder.c | 423 opus_val32 diff; local 428 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1])); 429 diff = MULT16_16_Q15(g, diff); 430 out[i*channels] = out[i*channels] - diff; 431 out[i*channels+1] = out[i*channels+1] + diff; 435 opus_val32 diff; local 436 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1])); 437 diff = MULT16_16_Q15(g2, diff); [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| pickinter.c | 356 int diff; local 410 diff = u_p - expected_udc; 411 pred_error[DC_PRED] += diff * diff; 412 diff = v_p - expected_vdc; 413 pred_error[DC_PRED] += diff * diff; 415 diff = u_p - uabove_row[j]; 416 pred_error[V_PRED] += diff * diff; [all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_mcomp.c | 95 const MV diff = { mv->row - ref->row, mv->col - ref->col }; local 96 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); 103 const MV diff = { mv->row - ref->row, mv->col - ref->col }; local 105 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, 114 const MV diff = { mv->row - ref->row, mv->col - ref->col }; local 116 (unsigned)mv_cost(&diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit, [all...] |