| /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 | 1668 double diff; local [all...] |
| /external/e2fsprogs/resize/ |
| resize2fs.c | 2453 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 | 219 * rules, see CLDR page at http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html 694 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source)); 695 // if (diff > 0.00000001d) { 880 long diff = decimalDigits - other.decimalDigits; local 881 if (diff != 0) { 882 return diff < 0 ? -1 : 1; [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
| CollationTest.java | 391 UnicodeSet diff = new UnicodeSet(expectedLccc); local 392 diff.removeAll(lccc); 393 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP 398 diffString = diff.toPattern(true); 401 diff = lccc; 402 diff.removeAll(expectedLccc); 403 diffString = diff.toPattern(true); 417 diff = new UnicodeSet(expectedTccc); 418 diff.removeAll(tccc); 419 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 | 267 int diff = outOffset - inOffset; local 269 diff = (diff / 60000) * 60000; 271 if (diff != 0) { 490 .append(", diff=").append(timeDiff); [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| tmsgfmt.cpp | 1248 UBool diff; local [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 659 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source)); 660 // if (diff > 0.00000001d) { 838 long diff = decimalDigits - other.decimalDigits; local 839 if (diff != 0) { 840 return diff < 0 ? -1 : 1; [all...] |
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationTest.java | 388 UnicodeSet diff = new UnicodeSet(expectedLccc); local 389 diff.removeAll(lccc); 390 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP 395 diffString = diff.toPattern(true); 398 diff = lccc; 399 diff.removeAll(expectedLccc); 400 diffString = diff.toPattern(true); 414 diff = new UnicodeSet(expectedTccc); 415 diff.removeAll(tccc); 416 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 | 264 int diff = outOffset - inOffset; local 266 diff = (diff / 60000) * 60000; 268 if (diff != 0) { 487 .append(", diff=").append(timeDiff); [all...] |
| /external/jemalloc_new/src/ |
| arena.c | 244 size_t diff, regind; local 253 diff = (size_t)((uintptr_t)ptr - (uintptr_t)extent_addr_get(slab)); 256 regind = div_compute(&arena_binind_div_info[binind], diff); [all...] |
| /external/jline/src/src/main/java/jline/ |
| ConsoleReader.java | 1114 int diff = buf.cursor - sameIndex; local [all...] |
| /external/libaom/libaom/aom_dsp/ |
| noise_model.c | 540 const float diff = local 542 if (diff < 0) 544 else if (diff > 0) 943 double diff = 0; local [all...] |
| /external/libaom/libaom/av1/decoder/ |
| decodemv.c | 240 int av1_neg_deinterleave(int diff, int ref, int max) { 241 if (!ref) return diff; 242 if (ref >= (max - 1)) return max - diff - 1; 244 if (diff <= 2 * ref) { 245 if (diff & 1) 246 return ref + ((diff + 1) >> 1); 248 return ref - (diff >> 1); 250 return diff; 252 if (diff <= 2 * (max - ref - 1)) { 253 if (diff & 1 865 MV diff = kZeroMv; local [all...] |
| /external/libaom/libaom/av1/encoder/ |
| ratectrl.c | 1587 const int64_t diff = rc->optimal_buffer_level - rc->buffer_level; local [all...] |
| /external/libcups/cups/ |
| dest.c | 1064 int diff, \/* Result of comparison *\/ local 2549 diff; \/* Result of comparison *\/ local 2630 int diff; \/* Difference *\/ local 3993 diff; \/* Result of comparison *\/ local [all...] |
| /external/libhevc/common/arm/ |
| ihevc_resi_trans_neon.c | 875 static INLINE int32x4_t diff(uint8x8_t *a \/*[16]*\/, uint8x8_t *b \/*[16]*\/, int16x8_t *c \/*[16]*\/) function [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 | 457 opus_val32 diff; local 462 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1])); 463 diff = MULT16_16_Q15(g, diff); 464 out[i*channels] = out[i*channels] - diff; 465 out[i*channels+1] = out[i*channels+1] + diff; 469 opus_val32 diff; local 470 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1])); 471 diff = MULT16_16_Q15(g2, 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...] |
| /external/libxaac/decoder/ |
| ixheaacd_env_calc.c | 515 WORD32 diff = final_e - noise_e; local 517 ixheaacd_noise_level_rescaling(noise_level_mant, diff, bands, 2); 952 WORD32 diff; local 961 diff = (gain_e - filt_buf_exp); 963 if (diff >= 0) { 966 *ptr_filt_buf = (WORD16)(*ptr_filt_buf >> diff); 971 if ((diff + reserve) >= 0) { 972 *ptr_filt_buf = (WORD16)(filt_buf_mant << -diff); 973 *(ptr_filt_buf + 1) = (WORD16)(filt_buf_exp + diff); [all...] |
| /external/lz4/lib/ |
| lz4.c | 426 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); local 427 if (!diff) { 430 return LZ4_NbCommonBytes(diff); 434 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); local 435 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; } 436 pIn += LZ4_NbCommonBytes(diff); [all...] |
| lz4hc.c | 159 reg_t const diff = LZ4_read_ARCH(ip) ^ pattern; local 160 if (!diff) { ip+=sizeof(pattern); continue; } 161 ip += LZ4_NbCommonBytes(diff); [all...] |