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

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 1208 unsigned diff = 12 * (bcolorAttrib - linkedAttrib); local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 606 struct qreg diff = qir_FSUB(c, src, trunc); local
607 qir_SF(c, diff);
609 qir_FADD_dest(c, diff,
610 diff, qir_uniform_f(c, 1.0))->cond = QPU_COND_NS;
612 return qir_MOV(c, diff);
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs.cpp 571 const fs_reg diff = component(fs_reg(VGRF, alloc.allocate(1), local
575 cbld.group(1, 0).ADD(diff, start, shader_end_time);
577 /* If there were no instructions between the two timestamp gets, the diff
581 cbld.ADD(diff, diff, brw_imm_ud(-2u));
582 SHADER_TIME_ADD(cbld, 0, diff);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 554 long diff = pos - markPos; local
555 LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff);
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 280 sljit_uw diff; local
296 diff = const_pool - last_pc_patch;
309 SLJIT_ASSERT(diff >= 1);
310 if (diff >= 2 || ind > 0) {
311 diff = (diff + ind - 2) << 2;
312 SLJIT_ASSERT(diff <= 0xfff);
313 *last_pc_patch = (*last_pc_patch & ~0xfff) | diff;
406 sljit_sw diff; local
416 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset)
468 sljit_sw diff = (sljit_sw)(((sljit_sw)new_addr - (sljit_sw)(inst + 2) - executable_offset) >> 2); local
    [all...]
sljitNativeARM_64.c 166 sljit_sw diff; local
181 diff = (sljit_sw)target_addr - (sljit_sw)(code_ptr + 4) - executable_offset;
184 diff += sizeof(sljit_ins);
185 if (diff <= 0xfffff && diff >= -0x100000) {
191 diff -= sizeof(sljit_ins);
194 if (diff <= 0x7ffffff && diff >= -0x8000000) {
    [all...]
sljitNativeARM_T2_32.c 242 sljit_sw diff; local
251 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset) >> 1;
255 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)) >> 1;
260 if (diff <= 127 && diff >= -128) {
264 if (diff <= 524287 && diff >= -524288) {
269 diff--;
270 if (diff <= 8388607 && diff >= -8388608)
298 sljit_sw diff; local
    [all...]
sljitNativeMIPS_common.c 242 sljit_sw diff; local
273 diff = ((sljit_sw)target_addr - (sljit_sw)inst - executable_offset) >> 2;
274 if (diff <= SIMM_MAX && diff >= SIMM_MIN) {
291 diff = ((sljit_sw)target_addr - (sljit_sw)(inst + 1) - executable_offset) >> 2;
292 if (diff <= SIMM_MAX && diff >= SIMM_MIN) {
    [all...]
sljitNativePPC_common.c 258 sljit_sw diff; local
282 diff = ((sljit_sw)target_addr - (sljit_sw)(code_ptr) - executable_offset) & ~0x3l;
286 if (diff <= 0x7fff && diff >= -0x8000) {
296 diff -= sizeof(sljit_ins);
299 if (diff <= 0x01ffffff && diff >= -0x02000000) {
    [all...]
sljitNativeSPARC_common.c 220 sljit_sw diff; local
258 diff = ((sljit_sw)target_addr - (sljit_sw)(inst - 1) - executable_offset) >> 2;
261 if (diff <= MAX_DISP && diff >= MIN_DISP) {
277 diff += sizeof(sljit_ins);
279 if (diff <= MAX_DISP && diff >= MIN_DISP) {
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 1133 CFX_PointF diff = charinfo1.m_Origin - charinfo.m_Origin; local
1423 CFX_PointF diff = pTextObj1->GetPos() - pTextObj2->GetPos(); local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 1725 PyObject *diff = NULL; local
1959 unsigned long diff = uhi - ulo - 1; local
    [all...]
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
312 involving Bigints: a notable exception is the diff function, which
923 diff(Bigint *a, Bigint *b) function
    [all...]
  /external/python/cpython3/Python/
dtoa.c 44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
313 involving Bigints: a notable exception is the diff function, which
872 diff(Bigint *a, Bigint *b) function
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
CppAssetManager2.java 427 final int diff = configuration_.diff(configuration); local
430 if (isTruthy(diff)) {
432 // InvalidateCaches(static_cast<int>(diff));
433 InvalidateCaches(diff);
    [all...]
  /external/skia/src/compute/hs/gen/
main.c 313 uint32_t const diff = offset - merge->offsets[index-1]; local
320 if ((diff_0 == 0) || (diff_0 == diff)) {
322 } else if ((diff_1 == 0) || (diff_1 == diff)) {
329 merge->levels[level].diffs [diff_idx] = diff;
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 598 SkScalar diff; local
601 diff = dst.width() - src.width() * sy;
603 diff = dst.height() - src.height() * sy;
607 diff = SkScalarHalf(diff);
611 tx += diff;
613 ty += diff;
1762 double diff = Sa - Sd; local
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 664 bool diff = *resultBM.getAddr32(x, y) != SK_ColorGREEN; local
665 REPORTER_ASSERT(reporter, !diff);
666 if (diff) {
    [all...]
  /external/skqp/src/compute/hs/gen/
main.c 313 uint32_t const diff = offset - merge->offsets[index-1]; local
320 if ((diff_0 == 0) || (diff_0 == diff)) {
322 } else if ((diff_1 == 0) || (diff_1 == diff)) {
329 merge->levels[level].diffs [diff_idx] = diff;
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 598 SkScalar diff; local
601 diff = dst.width() - src.width() * sy;
603 diff = dst.height() - src.height() * sy;
607 diff = SkScalarHalf(diff);
611 tx += diff;
613 ty += diff;
1750 double diff = Sa - Sd; local
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 664 bool diff = *resultBM.getAddr32(x, y) != SK_ColorGREEN; local
665 REPORTER_ASSERT(reporter, !diff);
666 if (diff) {
    [all...]
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc 46 const int diff = abs(std::get<0>(arg) - std::get<1>(arg)); local
47 if (diff > 1) {
48 *result_listener << "Quantized values can be at most off by one: " << diff; local
    [all...]
  /external/v8/src/heap/
mark-compact.h 128 unsigned int diff = new_cell_index - cell_index_; local
130 cell_base_ += diff * (Bitmap::kBitsPerCell * kPointerSize);
    [all...]
  /external/v8/src/wasm/baseline/
liftoff-compiler.cc 1697 LiftoffRegister diff = table; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 681 const __m128i diff = _mm_subs_epu8(*mask, it); local
682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128());
    [all...]

Completed in 2094 milliseconds

<<21222324252627282930>>