Searched refs:difference (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dlcm.c185 sbitmap difference, temp_bitmap;
191 difference = sbitmap_alloc (n_exprs);
206 sbitmap_difference (difference, antin[succ->index],
209 sbitmap_a_and_b_or_c (earliest[x], difference,
216 sbitmap_free (difference);
565 sbitmap difference, temp_bitmap;
571 difference = sbitmap_alloc (n_exprs);
586 sbitmap_difference (difference, st_avout[pred->index],
589 sbitmap_a_and_b_or_c (farthest[x], difference,
596 sbitmap_free (difference);
184 sbitmap difference, temp_bitmap; local
564 sbitmap difference, temp_bitmap; local
[all...]
H A Dtree-data-ref.c2141 tree conflicts_a, conflicts_b, difference;
2174 difference = chrec_fold_minus
2177 if (evolution_function_is_constant_p (difference))
2178 SUB_DISTANCE (subscript) = difference;
2357 tree difference;
2365 difference = chrec_fold_minus (integer_type_node, chrec_a, chrec_b);
2367 switch (TREE_CODE (difference))
2370 if (integer_zerop (difference))
2372 /* The difference is equal to zero: the accessed index
2393 fprintf (dump_file, "ziv test failed: difference i
2138 tree conflicts_a, conflicts_b, difference; local
2353 tree difference; local
2434 tree difference; local
3310 tree difference; local
[all...]
H A Dsimplify-rtx.c4533 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
4535 final_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
4537 final_offset += difference % UNITS_PER_WORD;
4542 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
4544 final_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
4546 final_offset += difference % UNITS_PER_WORD;
4563 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode));
4568 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
4570 offset += difference % UNITS_PER_WORD;
4638 int difference
4524 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
4554 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode)); local
4629 int difference = (GET_MODE_SIZE (innermode) local
[all...]
H A Demit-rtl.c1218 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode));
1220 if (difference > 0)
1223 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
1225 offset += difference % UNITS_PER_WORD;
1237 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode));
1241 if (difference > 0)
1244 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
1246 offset += difference % UNITS_PER_WORD;
1213 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
1232 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
H A Dfinal.c578 We therefore want to compute a 'worst case' address difference that
580 up on, and that is at least as large as the actual difference.
582 naively computed difference, by traversing the part of the alignment
588 address difference, in case a machine description wants to introduce
593 /* Compute the maximum delta by which the difference of the addresses of
2583 int difference = GET_MODE_SIZE (GET_MODE (y))
2586 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
2588 offset += difference % UNITS_PER_WORD;
2572 int difference = GET_MODE_SIZE (GET_MODE (y)) local
H A Dmips-tfile.c2125 (This would only make a difference for enum bitfields.)
4299 symint_t difference = offset - file_offset;
4301 if (difference < 8)
4305 sys_read = fread (small_buffer, 1, difference, obj_in_stream);
4309 if ((symint_t) sys_read != difference)
4260 symint_t difference = offset - file_offset; local
H A Dexpmed.c375 int difference = inner_mode_size - outer_mode_size;
378 byte_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
380 byte_offset += difference % UNITS_PER_WORD;
3235 there is no difference between signed and unsigned. */
374 int difference = inner_mode_size - outer_mode_size; local
H A Dexpr.c3131 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode));
3133 offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
3135 offset += difference % UNITS_PER_WORD;
8050 /* Handle difference of two symbolic constants,
3121 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); local
/freebsd-10-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c60 double difference; member in struct:__anon11866
126 if (a->difference > b->difference) {
128 } else if (a->difference == b->difference) {
413 helper[i].difference = normal[i+1] - ausreisser[i+1];
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DTimeValue.h186 /// @returns The difference of the two operands as a new TimeValue
240 /// Posix, correcting for the difference in Posix zero time.
255 /// Win32 platforms, correcting for the difference in Win32 zero time.
378 TimeValue difference (tv1.seconds_ - tv2.seconds_, tv1.nanos_ - tv2.nanos_ );
379 difference.normalize ();
380 return difference;
H A DConstantRange.h168 ConstantRange difference(const ConstantRange &CR) const;
/freebsd-10-stable/sys/conf/
H A Ddtb.mk32 #.include "kern.opts.mk" # commented out to minize difference with 11.x and newer
/freebsd-10-stable/lib/libkse/test/
H A Dverify148 # diff returns non-zero if there is a difference.
459 difference is considered failure.
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S80 @ Compute exponent difference. Make largest exponent in r2,
81 @ corresponding arg in r0, and positive exponent difference in r3.
90 @ If exponent difference is too large, return largest argument
106 @ If exponent == difference, one or both args were denormalized.
H A Dieee754-df.S104 @ Compute exponent difference. Make largest exponent in r4,
105 @ corresponding arg in xh-xl, and positive exponent difference in r5.
118 @ If exponent difference is too large, return largest argument
140 @ If exponent == difference, one or both args were denormalized.
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConstantRange.cpp252 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { function in class:ConstantRange
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c160 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) argument
168 difference[0] = result[0];
169 difference[1] = result[1];
308 * preceding difference?
/freebsd-10-stable/sys/mips/mips/
H A Dfp.S693 subu v0, t1, ta1 # v0 = difference of exponents
694 move v1, v0 # v1 = abs(difference)
698 ble v1, SFRAC_BITS+2, 2f # is difference too great?
818 subu v0, t1, ta1 # v0 = difference of exponents
819 move v1, v0 # v1 = abs(difference)
823 ble v1, DFRAC_BITS+2, 2f # is difference too great?
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp856 // some cases. There is no need to perform difference for those cases.
858 EdgesVals = EdgesVals.difference(EdgeVal);
/freebsd-10-stable/contrib/ee/
H A Dee.c2758 int difference; local
2789 d_wrd_len = difference = d_word2 - d_word;
2798 curr_line->line_length -= difference;
/freebsd-10-stable/sys/dev/arcmsr/
H A Darcmsr.c1862 u_int8_t difference, bit_check; local
1864 difference = *pDevMap ^ acb->device_map[target];
1868 if(difference & bit_check)
/freebsd-10-stable/contrib/nvi/ex/
H A Dex.c1894 * I can't find any difference between // and \/ or between
1896 * difference. C'est la vie.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1675 // [...] Any difference in top-level cv-qualification is
2591 // Unable to find a difference, so add no extra info.
4380 // the argument expression. Any difference in top-level
11098 Qualifiers difference = objectQuals - funcQuals; local
11099 difference.removeObjCGCAttr();
11100 difference.removeAddressSpace();
11101 if (difference) {
11102 std::string qualsString = difference.getAsString();
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex7097 % Nowadays we recommend @code, since the difference between a ttsl hyphen
8902 % Take account of \c (plain) vs. \, (Texinfo) difference.

Completed in 513 milliseconds