Searched defs:diff (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dtest-diy-fp.cc43 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); local
45 CHECK(2 == diff.f()); // NOLINT
46 CHECK_EQ(0, diff.e());
/external/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cc24 size_t diff = after - before; local
25 return !(large_redzone ? diff > 46000000 : diff < 46000000);
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c42 int8_t diff = 0; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
52 return (int)diff;
/external/libvpx/libvpx/tools/
H A Dintersect-diffs.py21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
/external/slf4j/slf4j-api/src/test/java/org/slf4j/
H A DNoBindingTest.java36 int diff = new Random().nextInt(10000); field in class:NoBindingTest
40 logger.debug("hello" + diff);
45 MDC.put("k" + diff, "v");
50 Marker m = MarkerFactory.getMarker("a" + diff);
/external/elfutils/src/src/
H A Dsectionhash.c41 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags) local
43 result = diff < 0 ? -1 : diff == 0 ? 0 : 1;
/external/jdiff/src/jdiff/
H A DModifiers.java61 public String diff(Modifiers newModifiers) { method in class:Modifiers
/external/libvpx/libvpx/vp8/common/
H A Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) argument
34 if((eobs[js] == 0) && (diff[0] != 0))
36 diff+=16;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Draw.c63 const ptrdiff_t diff = raw->bp - raw->start; local
64 assert( diff <= (ptrdiff_t)0xffffffff && diff >= 0 ); /* UINT32_MAX */
65 return (OPJ_UINT32)diff;
/external/skia/src/core/
H A DSkUnPreMultiply.cpp84 int diff = SkAbs32(test - div); local
85 SkASSERT(diff <= 1 && test <= 255);
/external/slf4j/integration/src/test/java/org/slf4j/
H A DCompatibilityAssertionTest.java37 int diff = 1024 + new Random().nextInt(10000); field in class:CompatibilityAssertionTest
55 String msg = "hello world " + diff;
H A DMissingSingletonMethodAssertionTest.java36 int diff = 1024 + new Random().nextInt(10000); field in class:MissingSingletonMethodAssertionTest
55 String msg = "hello world " + diff;
H A DVersionMismatchAssertionTest.java36 int diff = 1024 + new Random().nextInt(10000); field in class:VersionMismatchAssertionTest
54 String msg = "hello world " + diff;
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/impl/
H A DRecursiveAppender.java36 int diff = new Random().nextInt(); field in class:RecursiveAppender
40 Logger logger = LoggerFactory.getLogger("RecursiveAppender" + diff);
H A DRecursiveInitializationTest.java39 int diff = new Random().nextInt(10000); field in class:RecursiveInitializationTest
52 Logger logger = LoggerFactory.getLogger("x" + diff);
/external/valgrind/none/tests/s390x/
H A Dstck.c25 unsigned long start, end, diff; local
34 diff = clockticks_in_msec(end, start);
35 if (diff >= 1000 && diff < 1500)
H A Dstckf.c25 unsigned long start, end, diff; local
35 diff = clockticks_in_msec(end, start);
36 if (diff >= 1000 && diff < 1500)
/external/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp7 T* next(T* ptr, const U& diff);
10 T* next(T* ptr, const U& diff) { argument
11 return ptr + diff;
14 void test(int *iptr, float *fptr, int diff) { argument
16 iptr = next(iptr, diff);
19 fptr = next(fptr, diff);
23 T* next(T* ptr, const U& diff);
25 void test2(int *iptr, double *dptr, int diff) { argument
26 iptr = next(iptr, diff);
29 dptr = next(dptr, diff);
[all...]
/external/clang/utils/check_cfc/
H A Dobj_diff.py31 diff can be very slow with large objects and the most interesting changes
35 # Find first diff
46 # Diff to first line of diff plus some lines
48 diff = difflib.unified_diff(a[:first_diff_idx+context],
52 difference = "\n".join(diff)
72 diff = compare_object_files(args.objfilea[0], args.objfileb[0]) variable
73 if diff:
76 print(diff)
/external/eigen/Eigen/src/Eigen2Support/
H A DLeastSquares.h152 VectorType diff = (*(points[i]) - mean).conjugate(); local
153 covMat += diff * diff.adjoint();
/external/icu/icu4c/source/i18n/
H A Dbocsu.cpp31 u_writeDiff(int32_t diff, uint8_t *p) { argument
32 if(diff>=SLOPE_REACH_NEG_1) {
33 if(diff<=SLOPE_REACH_POS_1) {
34 *p++=(uint8_t)(SLOPE_MIDDLE+diff);
35 } else if(diff<=SLOPE_REACH_POS_2) {
36 *p++=(uint8_t)(SLOPE_START_POS_2+(diff/SLOPE_TAIL_COUNT));
37 *p++=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
38 } else if(diff<=SLOPE_REACH_POS_3) {
39 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
40 diff/
[all...]
/external/libopus/silk/
H A Dstereo_MS_to_LR.c45 opus_int32 sum, diff, pred0_Q13, pred1_Q13; local
81 diff = x1[ n + 1 ] - (opus_int32)x2[ n + 1 ];
83 x2[ n + 1 ] = (opus_int16)silk_SAT16( diff );
/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc44 int16_t *diff = reinterpret_cast<int16_t *>( local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
59 GetParam()(block_height, block_width, diff, block_width,
64 EXPECT_EQ(diff[r * block_width + c],
72 GetParam()(block_height, block_width, diff, block_width * 2,
77 EXPECT_EQ(diff[r * block_width * 2 + c],
85 vpx_free(diff);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcompare_common.cc22 int diff = src_a[i] - src_b[i]; local
23 sse += (uint32)(diff * diff);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);

Completed in 598 milliseconds

1234567891011>>